Skip to content

Commit 0a42223

Browse files
committed
chore: Add KAI Token
1 parent fab19f9 commit 0a42223

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

config/whitelist.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3549,6 +3549,27 @@
35493549
"discordUrl": "https://discord.com/invite/QPw3DJUY7W"
35503550
}
35513551
},
3552+
{
3553+
"tokenSymbol": "KAI",
3554+
"tokenName": "Kinetix Finance Token",
3555+
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/KAI.png",
3556+
"tokenAddresses": [
3557+
{
3558+
"address": "0x0bbcefa5f3630cae34842cb9d9b36bc0d4257a0d",
3559+
"chainId": "1"
3560+
},
3561+
{
3562+
"address": "0x3c3860d89b81c91974fc1f8a41aeeef604c17058",
3563+
"chainId": "8453"
3564+
}
3565+
],
3566+
"profileLinks": {
3567+
"siteUrl": "https://kinetix.finance/home",
3568+
"twitterUrl": "https://x.com/KinetixFi",
3569+
"discordUrl": "https://discord.com/invite/kinetixfinance",
3570+
"telegramUrl": "https://t.me/KinetixFi"
3571+
}
3572+
},
35523573
{
35533574
"tokenSymbol": "USDC",
35543575
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",

logos/KAI.png

17.7 KB
Loading

src/constants/verifiedAssets.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2174,5 +2174,20 @@ const verifiedAssets: AddressMapping[] = [
21742174
discordUrl: 'https://discord.com/invite/QPw3DJUY7W',
21752175
},
21762176
},
2177+
{
2178+
tokenSymbol: 'KAI',
2179+
tokenName: 'Kinetix Finance Token',
2180+
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/KAI.png',
2181+
tokenAddresses: [
2182+
{ address: '0x0bbcefa5f3630cae34842cb9d9b36bc0d4257a0d', chainId: '1' },
2183+
{ address: '0x3c3860d89b81c91974fc1f8a41aeeef604c17058', chainId: '8453' },
2184+
],
2185+
profileLinks: {
2186+
siteUrl: 'https://kinetix.finance/home',
2187+
twitterUrl: 'https://x.com/KinetixFi',
2188+
discordUrl: 'https://discord.com/invite/kinetixfinance',
2189+
telegramUrl: 'https://t.me/KinetixFi',
2190+
},
2191+
},
21772192
]
21782193
export default verifiedAssets

0 commit comments

Comments
 (0)