Skip to content

Commit

Permalink
Merge pull request #67 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore : Add SHU token
  • Loading branch information
efeDaniels authored Mar 8, 2024
2 parents 61f2ad4 + aa9278c commit 9f21192
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -1901,6 +1901,22 @@
"discordUrl": "https://discord.com/invite/joingrapes"
}
},
{
"tokenSymbol": "SHU",
"tokenName": "Shutter Token",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/SHU.png",
"tokenAddresses": [
{
"address": "0xe485e2f1bab389c08721b291f6b59780fec83fd7",
"chainId": "1"
}
],
"profileLinks": {
"siteUrl": "https://shutter.network/",
"twitterUrl": "https://twitter.com/project_shutter",
"telegramUrl": "https://t.me/+wsTahoNJyToyZjY6"
}
},
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
Expand Down
Binary file added logos/SHU.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1061,6 +1061,17 @@ const verifiedAssets: AddressMapping[] = [
discordUrl: 'https://discord.com/invite/joingrapes',
},
},
{
tokenSymbol: 'SHU',
tokenName: 'Shutter Token',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/SHU.png',
tokenAddresses: [{ address: '0xe485E2f1bab389C08721B291f6b59780feC83Fd7', chainId: '1' }],
profileLinks: {
siteUrl: 'https://shutter.network/',
twitterUrl: 'https://twitter.com/project_shutter',
telegramUrl: 'https://t.me/+wsTahoNJyToyZjY6',
},
},
]

export default verifiedAssets

0 comments on commit 9f21192

Please sign in to comment.