Skip to content

Commit

Permalink
chore: Add ACTIVE token
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Dec 24, 2024
1 parent 0894af4 commit 9631ca1
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 @@ -1802,6 +1802,19 @@
},
"active": true
},
"active": {
"symbol": "ACTIVE",
"address": {
"137": "0xd9a9B4d466747E1Ebcb7aEb42784452F40452367"
},
"decimals": {
"137": 18
},
"liquidityDex": {
"137": "UniswapV3"
},
"active": true
},
"rum": {
"symbol": "RUM",
"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 @@ -1802,6 +1802,19 @@ const tokens: Record<string, Token> = {
},
active: true,
},
active: {
symbol: 'ACTIVE',
address: {
[ChainId.MATIC]: '0xd9a9B4d466747E1Ebcb7aEb42784452F40452367',
},
decimals: {
[ChainId.MATIC]: 18,
},
liquidityDex: {
[ChainId.MATIC]: LiquidityDex.UniswapV3,
},
active: true,
},
rum: {
symbol: 'RUM',
address: {
Expand Down

0 comments on commit 9631ca1

Please sign in to comment.