Skip to content

Commit

Permalink
Make base unwrap earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Dec 14, 2024
1 parent ceb9c62 commit 963b04c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,11 @@ export const RPC_CONFIG: Record<Chain, RpcConfig> = {
enabled: true,
},
},
unwrap: {
...defaultUnwrapConfig,
minAmountOfWNativeWei: bigintMultiplyFloat(ONE_ETHER, 0.005),
maxAmountOfNativeWei: bigintMultiplyFloat(ONE_ETHER, 0.01),
},
revenueBridgeHarvest: {
...defaultRevenueBridgeHarvestConfig,
// example of a bridging transaction: https://basescan.org/tx/0x08992cd1e57a535a747418f813176a6b8a8f9b7dac8892f4889bf094c1a970a0
Expand Down

0 comments on commit 963b04c

Please sign in to comment.