style: format code with gofmt

This commit is contained in:
Krypto Kajun
2025-11-08 10:37:52 -06:00
parent 8cba462024
commit ae4abc5b5c
32 changed files with 9207 additions and 5843 deletions

View File

@@ -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