Skip to content

Commit aa6281f

Browse files
authored
Merge pull request #198 from ApeSwapFinance/staging
chore: add SEED token to lhd
2 parents ffd1772 + e31cf02 commit aa6281f

3 files changed

Lines changed: 27 additions & 0 deletions

File tree

config/whitelist.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4875,6 +4875,22 @@
48754875
"discordUrl": "https://discord.com/invite/eof"
48764876
}
48774877
},
4878+
{
4879+
"tokenSymbol": "SEED",
4880+
"tokenName": "SEED NFT Marketplace",
4881+
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/SEED.png",
4882+
"tokenAddresses": [
4883+
{
4884+
"address": "0x6730f7a6bbb7b9c8e60843948f7feb4b6a17b7f7",
4885+
"chainId": "56"
4886+
}
4887+
],
4888+
"profileLinks": {
4889+
"siteUrl": "https://seed.photo/",
4890+
"twitterUrl": "https://x.com/seedphoto",
4891+
"telegramUrl": "https://t.me/seedphoto"
4892+
}
4893+
},
48784894
{
48794895
"tokenSymbol": "USDC",
48804896
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",

logos/SEED.png

3.89 KB
Loading

src/constants/verifiedAssets.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3077,5 +3077,16 @@ const verifiedAssets: AddressMapping[] = [
30773077
discordUrl: 'https://discord.com/invite/eof',
30783078
},
30793079
},
3080+
{
3081+
tokenSymbol: 'SEED',
3082+
tokenName: 'SEED NFT Marketplace',
3083+
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/SEED.png',
3084+
tokenAddresses: [{ address: '0x6730f7A6BbB7b9C8e60843948f7FEB4B6a17B7F7', chainId: '56' }],
3085+
profileLinks: {
3086+
siteUrl: 'https://seed.photo/',
3087+
twitterUrl: 'https://x.com/seedphoto',
3088+
telegramUrl: 'https://t.me/seedphoto',
3089+
},
3090+
},
30803091
]
30813092
export default verifiedAssets

0 commit comments

Comments
 (0)