Skip to content

Commit

Permalink
Merge pull request #528 from balancer/arb-mid-pool-updates
Browse files Browse the repository at this point in the history
Add mid pool ids to open Aura/AuraBAL paths. Correctly!
  • Loading branch information
johngrantuk authored Aug 25, 2023
2 parents 5874ca9 + 8da4354 commit e9c900f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions balancer-js/src/lib/constants/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ export const BALANCER_NETWORK_CONFIG: Record<Network, BalancerNetworkConfig> = {
address: '0x82aF49447D8a07e3bd95BD0d56f35241523fBab1',
},
],
sorTriPathMidPoolIds: [
'0x178e029173417b1f9c8bc16dcec6f697bc323746000200000000000000000158', // wstEth/USDC.e to open up auraBAL/USDC
'0x0052688295413b32626d226a205b95cdb337de860002000000000000000003d1', // arb/USDC.e to open up aura/USDC
],
},
[Network.GOERLI]: {
chainId: Network.GOERLI, //5
Expand Down Expand Up @@ -215,10 +219,6 @@ export const BALANCER_NETWORK_CONFIG: Record<Network, BalancerNetworkConfig> = {
address: '0xdFCeA9088c8A88A76FF74892C1457C17dfeef9C1',
},
],
sorTriPathMidPoolIds: [
'0x178e029173417b1f9c8bc16dcec6f697bc323746000200000000000000000158', // wstEth/USDC.e to open up auraBAL/USDC
'0x0052688295413b32626d226a205b95cdb337de860002000000000000000003d1', // arb/USDC.e to open up aura/USDC
],
},
[Network.OPTIMISM]: {
chainId: Network.OPTIMISM, //10
Expand Down

0 comments on commit e9c900f

Please sign in to comment.