From f5ab0259f4ed1867758fb5630ae7144574c38c5e Mon Sep 17 00:00:00 2001 From: efeDaniels Date: Tue, 17 Dec 2024 21:56:42 +0300 Subject: [PATCH] chore: add BUNNY inages --- config/tokens.json | 13 +++++++++++++ src/constants/tokens.ts | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/config/tokens.json b/config/tokens.json index b2e1e132..9e745181 100644 --- a/config/tokens.json +++ b/config/tokens.json @@ -30,6 +30,19 @@ "1": "UniswapV2" } }, + "bunny": { + "symbol": "BUNNY", + "address": { + "1": "0xE9aA901D12D401361951F6b143e39ce8d4D42983" + }, + "decimals": { + "1": 18 + }, + "active": true, + "liquidityDex": { + "1": "UniswapV2" + } + }, "bpad": { "symbol": "BPAD", "address": { diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index 161527be..64fe4654 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -33,6 +33,19 @@ const tokens: Record = { [ChainId.MAINNET]: LiquidityDex.UniswapV2, }, }, + bunny: { + symbol: 'BUNNY', + address: { + [ChainId.MAINNET]: '0xE9aA901D12D401361951F6b143e39ce8d4D42983', + }, + decimals: { + [ChainId.MAINNET]: 18, + }, + active: true, + liquidityDex: { + [ChainId.MAINNET]: LiquidityDex.UniswapV2, + }, + }, bpad: { symbol: 'BPAD', address: {