From c6de1c556bc393d69cd01c3c55fd91209febdd9e Mon Sep 17 00:00:00 2001 From: efeDaniels Date: Mon, 9 Dec 2024 15:32:36 +0300 Subject: [PATCH] chore: Add WOLF token --- config/tokens.json | 13 +++++++++++++ src/constants/tokens.ts | 11 +++++++++++ 2 files changed, 24 insertions(+) diff --git a/config/tokens.json b/config/tokens.json index a5341c2f..c2dd7637 100644 --- a/config/tokens.json +++ b/config/tokens.json @@ -3651,6 +3651,19 @@ }, "active": true }, + "wolf": { + "symbol": "WOLF", + "address": { + "1": "0x67466BE17df832165F8C80a5A120CCc652bD7E69" + }, + "decimals": { + "1": 18 + }, + "liquidityDex": { + "1": "UniswapV2" + }, + "active": true + }, "pumlx": { "symbol": "PUMLx", "address": { diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index d20ef7dd..23d912f2 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -3577,6 +3577,17 @@ const tokens: Record = { }, active: true, }, + wolf: { + symbol: 'WOLF', + address: { + [ChainId.MAINNET]: '0x67466BE17df832165F8C80a5A120CCc652bD7E69', + }, + decimals: { [ChainId.MAINNET]: 18 }, + liquidityDex: { + [ChainId.MAINNET]: LiquidityDex.UniswapV2, + }, + active: true, + }, pumlx: { symbol: 'PUMLx', address: {