Skip to content

Commit

Permalink
Adds missing chainId
Browse files Browse the repository at this point in the history
  • Loading branch information
abtestingalpha committed Oct 24, 2023
1 parent 6e09c74 commit 4aa7762
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/synapse-interface/constants/tokens/sushiMaster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const SYN_ETH_SUSHI_TOKEN = new Token({
poolType: 'EXTERNAL_LP',
description: 'The SYN/ETH Sushiswap LP Token',
priorityRank: 6,
chainId: CHAINS.ETH.id,
})

export const ETH_USDC_SUSHI_TOKEN = new Token({
Expand All @@ -31,4 +32,5 @@ export const ETH_USDC_SUSHI_TOKEN = new Token({
poolType: 'EXTERNAL_LP',
description: 'The ETH/USDC Sushiswap LP Token',
priorityRank: 6,
chainId: CHAINS.ETH.id,
})

0 comments on commit 4aa7762

Please sign in to comment.