Skip to content

Commit

Permalink
chore: Add SKAI token
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Dec 18, 2024
1 parent 1de34a1 commit 5aef86f
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 @@ -56,6 +56,19 @@
"1": "UniswapV2"
}
},
"skai": {
"symbol": "SKAI",
"address": {
"1": "0xCF078DA6e85389de507ceeDE0E3d217e457B9d49"
},
"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 @@ -59,6 +59,19 @@ const tokens: Record<string, Token> = {
[ChainId.MAINNET]: LiquidityDex.UniswapV2,
},
},
skai: {
symbol: 'SKAI',
address: {
[ChainId.MAINNET]: '0xCF078DA6e85389de507ceeDE0E3d217e457B9d49',
},
decimals: {
[ChainId.MAINNET]: 18,
},
active: true,
liquidityDex: {
[ChainId.MAINNET]: LiquidityDex.UniswapV2,
},
},
bpad: {
symbol: 'BPAD',
address: {
Expand Down

0 comments on commit 5aef86f

Please sign in to comment.