Skip to content

Commit

Permalink
adding frax support on polygon (#1631)
Browse files Browse the repository at this point in the history
  • Loading branch information
Defi-Moses authored Dec 13, 2023
1 parent 8721011 commit 76ac99a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/explorer-ui/constants/tokens/basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ export const FRAX = new Token({
[ChainId.HARMONY]: '0x1852F70512298d56e9c8FDd905e02581E04ddb2a',
[ChainId.DOGECHAIN]: '0x10D70831f9C3c11c5fe683b2f1Be334503880DB6',
[ChainId.ARBITRUM]: '0x17fc002b466eec40dae837fc4be5c67993ddbd6f',
[ChainId.POLYGON]: '0x45c32fA6DF82ead1e2EF74d17b76547EDdFaFF89',
},
decimals: 18,
symbol: 'FRAX',
Expand Down Expand Up @@ -1006,6 +1007,7 @@ export const BASIC_TOKENS_BY_CHAIN = {
USDB,
H2O,
WMATIC,
FRAX,
],
[ChainId.FANTOM]: [
MIM,
Expand Down

0 comments on commit 76ac99a

Please sign in to comment.