File tree Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 3549
3549
"discordUrl" : " https://discord.com/invite/QPw3DJUY7W"
3550
3550
}
3551
3551
},
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
+ },
3552
3573
{
3553
3574
"tokenSymbol" : " USDC" ,
3554
3575
"tokenLogoUrl" : " https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024" ,
Original file line number Diff line number Diff line change @@ -2174,5 +2174,20 @@ const verifiedAssets: AddressMapping[] = [
2174
2174
discordUrl : 'https://discord.com/invite/QPw3DJUY7W' ,
2175
2175
} ,
2176
2176
} ,
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
+ } ,
2177
2192
]
2178
2193
export default verifiedAssets
You can’t perform that action at this time.
0 commit comments