Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -3549,6 +3549,27 @@
"discordUrl": "https://discord.com/invite/QPw3DJUY7W"
}
},
{
"tokenSymbol": "KAI",
"tokenName": "Kinetix Finance Token",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/KAI.png",
"tokenAddresses": [
{
"address": "0x0bbcefa5f3630cae34842cb9d9b36bc0d4257a0d",
"chainId": "1"
},
{
"address": "0x3c3860d89b81c91974fc1f8a41aeeef604c17058",
"chainId": "8453"
}
],
"profileLinks": {
"siteUrl": "https://kinetix.finance/home",
"twitterUrl": "https://x.com/KinetixFi",
"discordUrl": "https://discord.com/invite/kinetixfinance",
"telegramUrl": "https://t.me/KinetixFi"
}
},
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
Expand Down
Binary file added logos/KAI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2174,5 +2174,20 @@ const verifiedAssets: AddressMapping[] = [
discordUrl: 'https://discord.com/invite/QPw3DJUY7W',
},
},
{
tokenSymbol: 'KAI',
tokenName: 'Kinetix Finance Token',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/KAI.png',
tokenAddresses: [
{ address: '0x0bbcefa5f3630cae34842cb9d9b36bc0d4257a0d', chainId: '1' },
{ address: '0x3c3860d89b81c91974fc1f8a41aeeef604c17058', chainId: '8453' },
],
profileLinks: {
siteUrl: 'https://kinetix.finance/home',
twitterUrl: 'https://x.com/KinetixFi',
discordUrl: 'https://discord.com/invite/kinetixfinance',
telegramUrl: 'https://t.me/KinetixFi',
},
},
]
export default verifiedAssets
Loading