Skip to content

Commit

Permalink
Reconfigure sei
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Aug 20, 2024
1 parent df039fe commit 8bcc69a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -784,21 +784,17 @@ export const RPC_CONFIG: Record<Chain, RpcConfig> = {
...defaultTransactionConfig,
type: 'legacy',
maxNativePerTransactionWei: bigintMultiplyFloat(ONE_ETHER, 0.2),
maxGasPricePerTransactionWei: null,
},
harvest: {
...defaultHarvestConfig,
setTransactionGasLimit: false,
},
unwrap: {
...defaultUnwrapConfig,
minAmountOfWNativeWei: bigintMultiplyFloat(ONE_ETHER, 0.2),
maxAmountOfNativeWei: bigintMultiplyFloat(ONE_ETHER, 0.2),
setTransactionGasLimit: false,
},
revenueBridgeHarvest: {
...defaultRevenueBridgeHarvestConfig,
setTransactionGasLimit: false,
},
},
zkevm: {
Expand Down

0 comments on commit 8bcc69a

Please sign in to comment.