Skip to content

Commit

Permalink
chore: Add KNINE Token
Browse files Browse the repository at this point in the history
Listed KNINE Token on LHD
  • Loading branch information
shivammp committed Apr 16, 2024
1 parent c0331b3 commit 57dde50
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 @@ -2033,6 +2033,22 @@
"telegramUrl": "https://t.me/IconXworldChat"
}
},
{
"tokenSymbol": "KNINE",
"tokenName": "K9 Finance",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/K9.png",
"tokenAddresses": [
{
"address": "0x91fbb2503ac69702061f1ac6885759fc853e6eae",
"chainId": "1"
}
],
"profileLinks": {
"siteUrl": "https://www.k9finance.com/",
"twitterUrl": "https://twitter.com/K9finance",
"telegramUrl": "https://twitter.com/K9finance"
}
},
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
Expand Down
Binary file added logos/K9.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 @@ -1153,6 +1153,17 @@ const verifiedAssets: AddressMapping[] = [
telegramUrl: 'https://t.me/IconXworldChat',
},
},
{
tokenSymbol: 'KNINE',
tokenName: 'K9 Finance',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/K9.png',
tokenAddresses: [{ address: '0x91fbB2503AC69702061f1AC6885759Fc853e6EaE', chainId: '1' }],
profileLinks: {
siteUrl: 'https://www.k9finance.com/',
twitterUrl: 'https://twitter.com/K9finance',
telegramUrl: 'https://twitter.com/K9finance',
},
},
]

export default verifiedAssets

0 comments on commit 57dde50

Please sign in to comment.