Skip to content

Commit

Permalink
fix: the native token on Gnosis is called XDAI, not DAI (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasmoeller committed Jul 6, 2022
1 parent e37e4f3 commit 20e35d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export enum CoinKey {
ETH = 'ETH',
MATIC = 'MATIC',
BNB = 'BNB',
DAI = 'DAI',
DAI = 'XDAI',
FTM = 'FTM',
OKT = 'OKT',
AVAX = 'AVAX',
Expand Down

0 comments on commit 20e35d1

Please sign in to comment.