Skip to content

Commit

Permalink
Updates poolId
Browse files Browse the repository at this point in the history
  • Loading branch information
abtestingalpha committed Nov 9, 2023
1 parent 699d04b commit 5f68680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/synapse-interface/constants/tokens/poolMaster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const ETH_POOL_SWAP_TOKEN = new Token({
logo: synapseLogo,
poolName: 'Ethereum Stableswap Pool',
routerIndex: 'eth3pool',
poolId: 0, // 420
poolId: 420,
poolType: 'USD',
swapAddresses: {
[CHAINS.ETH.id]: '0x1116898DdA4015eD8dDefb84b6e8Bc24528Af2d8',
Expand Down

0 comments on commit 5f68680

Please sign in to comment.