Skip to content

Commit

Permalink
chore: add BUNNY inages
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Dec 17, 2024
1 parent 2b8c1e9 commit f5ab025
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 @@ -30,6 +30,19 @@
"1": "UniswapV2"
}
},
"bunny": {
"symbol": "BUNNY",
"address": {
"1": "0xE9aA901D12D401361951F6b143e39ce8d4D42983"
},
"decimals": {
"1": 18
},
"active": true,
"liquidityDex": {
"1": "UniswapV2"
}
},
"bpad": {
"symbol": "BPAD",
"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 @@ -33,6 +33,19 @@ const tokens: Record<string, Token> = {
[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: {
Expand Down

0 comments on commit f5ab025

Please sign in to comment.