style: format code with gofmt
This commit is contained in:
@@ -66,7 +66,7 @@ func NewBatchFetcher(
|
||||
contract: contract,
|
||||
contractAddr: contractAddr,
|
||||
logger: logger,
|
||||
maxBatchSize: 100, // Fetch up to 100 pools per batch
|
||||
maxBatchSize: 100, // Fetch up to 100 pools per batch
|
||||
requestTimeout: 30 * time.Second, // FIXED (2025-11-03): Increased from 10s to 30s to handle RPC latency
|
||||
blacklist: blacklist,
|
||||
}, nil
|
||||
|
||||
Reference in New Issue
Block a user