Skip to content

Commit

Permalink
fix: Correct Polygon native asset.
Browse files Browse the repository at this point in the history
  • Loading branch information
johngrantuk committed May 9, 2024
1 parent a64a167 commit b85e275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion balancer-js/src/lib/constants/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export const BALANCER_NETWORK_CONFIG: Record<Network, BalancerNetworkConfig> = {
},
tokens: {
bal: '0x9a71012b13ca4d3d0cdc72a177df3ef03b0e76a3',
wrappedNativeAsset: '0x7ceb23fd6bc0add59e62ac25578270cff1b9f619',
wrappedNativeAsset: '0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270',
lbpRaisingTokens: [
'0x8f3cf7ad23cd3cadbd9735aff958023239c6a063', // DAI
'0x2791bca1f2de4661ed88a30c99a7a9449aa84174', // USDC
Expand Down

0 comments on commit b85e275

Please sign in to comment.