Skip to content

Commit

Permalink
Add rETH, ETHx as hop tokens and rETH/wETH as mid pool
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoguerios committed Jan 31, 2024
1 parent 3afa564 commit 2dad675
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions balancer-js/src/lib/constants/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,17 @@ export const BALANCER_NETWORK_CONFIG: Record<Network, BalancerNetworkConfig> = {
symbol: 'DOLA',
address: '0x865377367054516e17014CcdED1e7d814EDC9ce4',
},
{
symbol: 'rEth',
address: '0xae78736cd615f374d3085123a210448e74fc6393',
},
{
symbol: 'ethX',
address: '0xa35b1b31ce002fbf2058d22f30f95d405200a15b',
},
],
sorTriPathMidPoolIds: [
'0x1e19cf2d73a72ef1332c882f20534b6519be0276000200000000000000000112', // rETH/WETH
],
},
[Network.POLYGON]: {
Expand Down

0 comments on commit 2dad675

Please sign in to comment.