Skip to content

Commit

Permalink
chore: Add WOLF token
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Dec 9, 2024
1 parent 9f42a2f commit c6de1c5
Show file tree
Hide file tree
Showing 2 changed files with 24 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 @@ -3651,6 +3651,19 @@
},
"active": true
},
"wolf": {
"symbol": "WOLF",
"address": {
"1": "0x67466BE17df832165F8C80a5A120CCc652bD7E69"
},
"decimals": {
"1": 18
},
"liquidityDex": {
"1": "UniswapV2"
},
"active": true
},
"pumlx": {
"symbol": "PUMLx",
"address": {
Expand Down
11 changes: 11 additions & 0 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3577,6 +3577,17 @@ const tokens: Record<string, Token> = {
},
active: true,
},
wolf: {
symbol: 'WOLF',
address: {
[ChainId.MAINNET]: '0x67466BE17df832165F8C80a5A120CCc652bD7E69',
},
decimals: { [ChainId.MAINNET]: 18 },
liquidityDex: {
[ChainId.MAINNET]: LiquidityDex.UniswapV2,
},
active: true,
},
pumlx: {
symbol: 'PUMLx',
address: {
Expand Down

0 comments on commit c6de1c5

Please sign in to comment.