Skip to content

Commit

Permalink
fix pool name
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalsine85 committed Jun 28, 2023
1 parent fd15f04 commit d360f78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/bao/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -413,11 +413,11 @@ export default {
poolInfoAddresses: {
1: '0x1A44E35d5451E0b78621A1B3e7a53DFaA306B1D0',
},
name: 'baoETH-WETH',
symbol: 'baoETH-WETH',
name: 'baoETH-ETH',
symbol: 'baoETH-ETH',
type: 'Balancer',
iconA: '/images/tokens/baoETH.png',
iconB: '/images/tokens/WETH.png',
iconB: '/images/tokens/ETH.png',
pairUrl: 'https://app.balancer.fi/#/ethereum/pool/0x1a44e35d5451e0b78621a1b3e7a53dfaa306b1d000000000000000000000051b',
},
{
Expand Down

0 comments on commit d360f78

Please sign in to comment.