mirror of
https://github.com/trezor/blockbook.git
synced 2026-02-20 00:51:39 +01:00
default geth --rpc.batch.limit is 100
This commit is contained in:
@@ -26,7 +26,7 @@ func TestAvalancheErc20ContractBalancesIntegration(t *testing.T) {
|
||||
common.HexToAddress("0x49D5c2BdFfac6Ce2BFdB6640F4F80f226bc10bAB"), // WETH.e
|
||||
common.HexToAddress("0x60781C2586D68229fde47564546784ab3fACA982"), // PNG
|
||||
},
|
||||
BatchSize: 200,
|
||||
BatchSize: 100,
|
||||
SkipUnavailable: true,
|
||||
NewClient: eth.NewERC20BatchIntegrationClient,
|
||||
})
|
||||
|
||||
@@ -23,7 +23,7 @@ func TestBaseErc20ContractBalancesIntegration(t *testing.T) {
|
||||
common.HexToAddress("0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb"), // DAI
|
||||
common.HexToAddress("0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec22"), // cbETH
|
||||
},
|
||||
BatchSize: 200,
|
||||
BatchSize: 100,
|
||||
SkipUnavailable: true,
|
||||
NewClient: eth.NewERC20BatchIntegrationClient,
|
||||
})
|
||||
|
||||
@@ -24,7 +24,7 @@ func TestBNBSmartChainErc20ContractBalancesIntegration(t *testing.T) {
|
||||
common.HexToAddress("0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d"), // USDC
|
||||
common.HexToAddress("0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3"), // DAI
|
||||
},
|
||||
BatchSize: 200,
|
||||
BatchSize: 100,
|
||||
SkipUnavailable: true,
|
||||
NewClient: eth.NewERC20BatchIntegrationClient,
|
||||
})
|
||||
|
||||
@@ -24,7 +24,7 @@ func TestEthereumTypeGetErc20ContractBalancesIntegration(t *testing.T) {
|
||||
common.HexToAddress("0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2"), // WETH
|
||||
common.HexToAddress("0x6B175474E89094C44Da98b954EedeAC495271d0F"), // DAI
|
||||
},
|
||||
BatchSize: 200,
|
||||
BatchSize: 100,
|
||||
SkipUnavailable: false,
|
||||
NewClient: eth.NewERC20BatchIntegrationClient,
|
||||
})
|
||||
|
||||
@@ -24,7 +24,7 @@ func TestOptimismErc20ContractBalancesIntegration(t *testing.T) {
|
||||
common.HexToAddress("0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1"), // DAI
|
||||
common.HexToAddress("0x4200000000000000000000000000000000000042"), // OP
|
||||
},
|
||||
BatchSize: 200,
|
||||
BatchSize: 100,
|
||||
SkipUnavailable: true,
|
||||
NewClient: eth.NewERC20BatchIntegrationClient,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user