Skip to content

Commit

Permalink
chore: Add FAN token
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Jan 13, 2025
1 parent 0d85b01 commit 471ec46
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1821,6 +1821,19 @@
},
"active": true
},
"fan": {
"symbol": "FAN",
"address": {
"137": "0x3B9E9100Db1389c518d47c635D80a90ad4C4f41b"
},
"decimals": {
"137": 8
},
"liquidityDex": {
"137": "UniswapV3"
},
"active": true
},
"icnx": {
"symbol": "ICNX",
"address": {
Expand Down
13 changes: 13 additions & 0 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1821,6 +1821,19 @@ const tokens: Record<string, Token> = {
},
active: true,
},
fan: {
symbol: 'FAN',
address: {
[ChainId.MATIC]: '0x3B9E9100Db1389c518d47c635D80a90ad4C4f41b',
},
decimals: {
[ChainId.MATIC]: 8,
},
liquidityDex: {
[ChainId.MATIC]: LiquidityDex.UniswapV3,
},
active: true,
},
icnx: {
symbol: 'ICNX',
address: {
Expand Down

0 comments on commit 471ec46

Please sign in to comment.