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 648e7d6 commit e8362a6
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 @@ -792,8 +792,8 @@ export const RPC_CONFIG: Record<Chain, RpcConfig> = {
},
unwrap: {
...defaultUnwrapConfig,
minAmountOfWNativeWei: bigintMultiplyFloat(ONE_ETHER, 0.02),
maxAmountOfNativeWei: bigintMultiplyFloat(ONE_ETHER, 0.02),
minAmountOfWNativeWei: bigintMultiplyFloat(ONE_ETHER, 0.2),
maxAmountOfNativeWei: bigintMultiplyFloat(ONE_ETHER, 0.2),
setTransactionGasLimit: false,
},
revenueBridgeHarvest: {
Expand Down

0 comments on commit e8362a6

Please sign in to comment.