Skip to content

Commit

Permalink
feat: add shell token
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefJerry committed Feb 12, 2025
1 parent 896ac14 commit 97dcc9a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/tokens/src/constants/bsc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3351,10 +3351,18 @@ export const bscTokens = {
),
solv: new ERC20Token(
ChainId.BSC,
'0xabe8e5cabe24cb36df9540088fd7ce1175b9bc52',
'0xabE8E5CabE24Cb36df9540088fD7cE1175b9bc52',
18,
'SOLV',
'Solv',
'https://solv.finance/',
),
myshell: new ERC20Token(
ChainId.BSC,
'0xf2c88757f8d03634671208935974B60a2a28Bdb3',
18,
'SHELL',
'MyShell Token',
'https://myshell.ai/',
),
}

0 comments on commit 97dcc9a

Please sign in to comment.