feat: configure blocks per fetch for l2s (#4028)
* init commit
* update redux multicall version to 1.1.5 in package.json
* fix respond to zzmp comments
* update optimism blocks per fetch to 15
* simplify
Co-authored-by:
Lynn Yu <lynn.yu@uniswap.org>
Showing
| ... | @@ -121,7 +121,7 @@ | ... | @@ -121,7 +121,7 @@ |
| "@uniswap/governance": "^1.0.2", | "@uniswap/governance": "^1.0.2", | ||
| "@uniswap/liquidity-staker": "^1.0.2", | "@uniswap/liquidity-staker": "^1.0.2", | ||
| "@uniswap/merkle-distributor": "1.0.1", | "@uniswap/merkle-distributor": "1.0.1", | ||
| "@uniswap/redux-multicall": "^1.1.1", | "@uniswap/redux-multicall": "^1.1.5", | ||
| "@uniswap/router-sdk": "^1.0.3", | "@uniswap/router-sdk": "^1.0.3", | ||
| "@uniswap/sdk-core": "^3.0.1", | "@uniswap/sdk-core": "^3.0.1", | ||
| "@uniswap/smart-order-router": "^2.5.26", | "@uniswap/smart-order-router": "^2.5.26", | ||
| ... | ... |
Please register or sign in to comment