Skip to content

Commit

Permalink
Force gas limit on polygon revenue bridge harvest
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed May 7, 2024
1 parent ad569b8 commit 9ed1e8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,10 @@ export const RPC_CONFIG: Record<Chain, RpcConfig> = {
minAmountOfWNativeWei: bigintMultiplyFloat(ONE_ETHER, 2.0), // 2 wmatic
maxAmountOfNativeWei: bigintMultiplyFloat(ONE_ETHER, 5.0),
},
revenueBridgeHarvest: {
...defaultRevenueBridgeHarvestConfig,
forceGasLimit: 1_500_000n,
},
},
zkevm: {
...defaultConfig,
Expand Down

0 comments on commit 9ed1e8f

Please sign in to comment.