Skip to content

Commit

Permalink
chore: update chainID of RDX
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Dec 20, 2024
1 parent 6d3fa34 commit e433713
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
26 changes: 13 additions & 13 deletions config/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,19 @@
"8453": "UniswapV2"
}
},
"rdx": {
"symbol": "RDX",
"address": {
"8453": "0x2659631CfBE9B1b6DcBc1384a3864509356E7B4d"
},
"decimals": {
"1": 18
},
"liquidityDex": {
"8453": "UniswapV2"
},
"active": true
},
"tkn": {
"symbol": "TKN",
"address": {
Expand Down Expand Up @@ -3622,19 +3635,6 @@
},
"active": true
},
"rdx": {
"symbol": "RDX",
"address": {
"1": "0x2659631CfBE9B1b6DcBc1384a3864509356E7B4d"
},
"decimals": {
"1": 18
},
"liquidityDex": {
"1": "UniswapV2"
},
"active": true
},
"meth": {
"symbol": "METH",
"address": {
Expand Down
22 changes: 11 additions & 11 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,17 @@ const tokens: Record<string, Token> = {
[ChainId.BASE]: LiquidityDex.UniswapV2,
},
},
rdx: {
symbol: 'RDX',
address: {
[ChainId.BASE]: '0x2659631CfBE9B1b6DcBc1384a3864509356E7B4d',
},
decimals: { [ChainId.MAINNET]: 18 },
liquidityDex: {
[ChainId.BASE]: LiquidityDex.UniswapV2,
},
active: true,
},
tkn: {
symbol: 'TKN',
address: {
Expand Down Expand Up @@ -3571,17 +3582,6 @@ const tokens: Record<string, Token> = {
},
active: true,
},
rdx: {
symbol: 'RDX',
address: {
[ChainId.MAINNET]: '0x2659631CfBE9B1b6DcBc1384a3864509356E7B4d',
},
decimals: { [ChainId.MAINNET]: 18 },
liquidityDex: {
[ChainId.MAINNET]: LiquidityDex.UniswapV2,
},
active: true,
},
meth: {
symbol: 'METH',
address: {
Expand Down

0 comments on commit e433713

Please sign in to comment.