Skip to content

Commit

Permalink
feat: add pol coin (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
myz1237 authored Aug 29, 2024
1 parent 638c9a1 commit 4ca1504
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tokens/base.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export enum CoinKey {
ETH = 'ETH',
MATIC = 'MATIC',
POL = 'POL',
BNB = 'BNB',
DAI = 'DAI',
FTM = 'FTM',
Expand Down Expand Up @@ -55,4 +56,5 @@ export enum CoinKey {
WSEI = 'WSEI', // Wrapped SEI Token
WG = 'WG', // Wrapped G Token on Gravity chain
WIMX = 'WIMX', // Wrapped IMX Token
WPOL = 'WPOL', // Wrapped POL Token
}

0 comments on commit 4ca1504

Please sign in to comment.