Skip to content

Commit

Permalink
feat: removing WSEI from payment tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
JadenDurnford committed Jun 4, 2024
1 parent 2d05578 commit a0180d2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions utils/paymentTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -698,12 +698,5 @@ export const chainPaymentTokensMap = {
name: 'Sei',
decimals: 18,
},
{
chainId: 1329,
address: '0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7',
symbol: 'WSEI',
name: 'Wrapped Sei',
decimals: 18,
},
],
} as Record<number, PaymentToken[]>

0 comments on commit a0180d2

Please sign in to comment.