Skip to content

Commit

Permalink
Merge pull request #86 from balancer-labs/mike/goerli-bb-usd
Browse files Browse the repository at this point in the history
goerli bb-usd
  • Loading branch information
johngrantuk committed Jun 13, 2022
2 parents bc57f67 + 7561645 commit ebbea00
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions balancer-js/src/lib/constants/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,19 @@ export const BALANCER_NETWORK_CONFIG: Record<Network, BalancerNetworkConfig> = {
multicall: '0x77dCa2C955b15e9dE4dbBCf1246B4B85b651e50e',
},
tokens: {
wrappedNativeAsset: '0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6',
wrappedNativeAsset: '0xdFCeA9088c8A88A76FF74892C1457C17dfeef9C1',
},
},
urls: {
subgraph:
'https://api.thegraph.com/subgraphs/name/balancer-labs/balancer-goerli-v2',
},
pools: {},
pools: {
bbausd: {
id: '0x13acd41c585d7ebb4a9460f7c8f50be60dc080cd00000000000000000000005f',
address: '0x13ACD41C585d7EbB4a9460f7C8f50BE60DC080Cd',
},
},
},
};

Expand Down

0 comments on commit ebbea00

Please sign in to comment.