Skip to content

Commit

Permalink
chore: Add INJ token
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Feb 12, 2024
1 parent af35b9a commit c56794b
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
24 changes: 24 additions & 0 deletions config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -1793,6 +1793,30 @@
]
}
},
{
"tokenSymbol": "INJ",
"tokenName": "Injective",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/INJ.png",
"tokenAddresses": [
{
"address": "0xa2b726b1145a4773f68593cf171187d8ebe4d495",
"chainId": "56"
},
{
"address": "0xe28b3b32b6c345a34ff64674606124dd5aceca30",
"chainId": "1"
}
],
"tags": [
"DEX"
],
"profileLinks": {
"siteUrl": "https://injective.com/",
"twitterUrl": "https://twitter.com/Injective_",
"discordUrl": "https://discord.com/invite/NK4qdbv",
"telegramUrl": "https://t.me/joininjective"
}
},
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
Expand Down
Binary file added logos/INJ.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -989,6 +989,22 @@ const verifiedAssets: AddressMapping[] = [
auditUrls: ['https://skynet.certik.com/projects/openleverage?utm_source=CMC&utm_campaign=AuditByCertiKLink'],
},
},
{
tokenSymbol: 'INJ',
tokenName: 'Injective',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/INJ.png',
tokenAddresses: [
{ address: '0xa2B726B1145A4773F68593CF171187d8EBe4d495', chainId: '56' },
{ address: '0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30', chainId: '1' },
],
tags: ['DEX'],
profileLinks: {
siteUrl: 'https://injective.com/',
twitterUrl: 'https://twitter.com/Injective_',
discordUrl: 'https://discord.com/invite/NK4qdbv',
telegramUrl: 'https://t.me/joininjective',
},
},
]

export default verifiedAssets

0 comments on commit c56794b

Please sign in to comment.