diff --git a/config/tokens.json b/config/tokens.json index f5078ab0..e7af71de 100644 --- a/config/tokens.json +++ b/config/tokens.json @@ -1821,6 +1821,19 @@ }, "active": true }, + "fan": { + "symbol": "FAN", + "address": { + "137": "0x3B9E9100Db1389c518d47c635D80a90ad4C4f41b" + }, + "decimals": { + "137": 8 + }, + "liquidityDex": { + "137": "UniswapV3" + }, + "active": true + }, "icnx": { "symbol": "ICNX", "address": { diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index 09f5287b..484ac8db 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -1821,6 +1821,19 @@ const tokens: Record = { }, active: true, }, + fan: { + symbol: 'FAN', + address: { + [ChainId.MATIC]: '0x3B9E9100Db1389c518d47c635D80a90ad4C4f41b', + }, + decimals: { + [ChainId.MATIC]: 8, + }, + liquidityDex: { + [ChainId.MATIC]: LiquidityDex.UniswapV3, + }, + active: true, + }, icnx: { symbol: 'ICNX', address: {