Skip to content

Commit

Permalink
Fix mantle
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed May 27, 2024
1 parent 0f61149 commit 44a02e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ export const RPC_CONFIG: Record<Chain, RpcConfig> = {
url: RPC_FORCE_URL || process.env.MANTLE_RPC_URL || 'https://rpc.mantle.xyz',
harvest: {
...defaultHarvestConfig,
setTransactionGasLimit: false,
setTransactionGasLimit: true,
},
transaction: {
...defaultTransactionConfig,
Expand All @@ -528,7 +528,7 @@ export const RPC_CONFIG: Record<Chain, RpcConfig> = {
...defaultUnwrapConfig,
minAmountOfWNativeWei: bigintMultiplyFloat(ONE_ETHER, 1),
maxAmountOfNativeWei: bigintMultiplyFloat(ONE_ETHER, 10),
setTransactionGasLimit: false,
setTransactionGasLimit: true,
},
},
mode: {
Expand Down

0 comments on commit 44a02e1

Please sign in to comment.