From 2cd81caaa3afb9ee82a020f2513769663980328f Mon Sep 17 00:00:00 2001 From: Farber98 Date: Sat, 4 Jan 2025 11:54:45 -0300 Subject: [PATCH] a --- pkg/solana/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/solana/config/config.go b/pkg/solana/config/config.go index 23d85ea60..bfd5387b7 100644 --- a/pkg/solana/config/config.go +++ b/pkg/solana/config/config.go @@ -25,7 +25,7 @@ var defaultConfigSet = Chain{ MaxRetries: ptr(int64(0)), // max number of retries (default = 0). when config.MaxRetries < 0), interpreted as MaxRetries = nil and rpc node will do a reasonable number of retries // fee estimator - FeeEstimatorMode: ptr("blockhistory"), + FeeEstimatorMode: ptr("blockhistory"), // a ComputeUnitPriceMax: ptr(uint64(1_000)), ComputeUnitPriceMin: ptr(uint64(0)), ComputeUnitPriceDefault: ptr(uint64(0)),