Skip to content

Commit

Permalink
chore: Add ABOND token
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Jan 4, 2024
1 parent eb3c0cc commit fba8179
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 0 deletions.
39 changes: 39 additions & 0 deletions config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,45 @@
]
}
},
{
"tokenSymbol": "ABOND",
"tokenName": "ABOND Token",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/ABOND.svg",
"tokenAddresses": [
{
"address": "0x34294afabcbaffc616ac6614f6d2e17260b78bed",
"chainId": "56"
},
{
"address": "0xe6828d65bf5023ae1851d90d8783cc821ba7eee1",
"chainId": "137"
},
{
"address": "0xe6828d65bf5023ae1851d90d8783cc821ba7eee1",
"chainId": "1"
}
],
"knownOwners": [
"0x944694417a6ca0a70963d644a11d42c10e3af042",
"0xabd7853b79e488bc1bd9e238a870167b074eb714",
"0x71c0c1001520e1568e17836cc8a19d0dbdb2bd5f"
],
"tags": [
"DEX",
"Yield",
"Bond"
],
"profileLinks": {
"siteUrl": "https://ape.bond/",
"twitterUrl": "https://twitter.com/ApeBond",
"telegramUrl": "https://t.me/ape_bonds",
"discordUrl": "https://discord.com/invite/g3A5T6VSFr",
"auditUrls": [
"https://paladinsec.co/projects/apeswap/",
"https://de.fi/audit-database/ApeSwap%20Finance"
]
}
},
{
"tokenSymbol": "TLOS",
"tokenName": "Telos",
Expand Down
24 changes: 24 additions & 0 deletions logos/ABOND.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,29 @@ const verifiedAssets: AddressMapping[] = [
auditUrls: ['https://paladinsec.co/projects/apeswap/', 'https://de.fi/audit-database/ApeSwap%20Finance'],
},
},
{
tokenSymbol: 'ABOND',
tokenName: 'ABOND Token',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/ABOND.svg',
tokenAddresses: [
{ address: '0x34294AfABCbaFfc616ac6614F6d2e17260b78BEd', chainId: '56' },
{ address: '0xe6828D65bf5023AE1851D90D8783Cc821ba7eeE1', chainId: '137' },
{ address: '0xe6828D65bf5023AE1851D90D8783Cc821ba7eeE1', chainId: '1' },
],
knownOwners: [
'0x944694417a6ca0a70963d644a11d42c10e3af042',
'0xabd7853b79e488bc1bd9e238a870167b074eb714',
'0x71c0c1001520e1568e17836cc8a19d0dbdb2bd5f',
],
tags: ['DEX', 'Yield', 'Bond'],
profileLinks: {
siteUrl: 'https://ape.bond/',
twitterUrl: 'https://twitter.com/ApeBond',
telegramUrl: 'https://t.me/ape_bonds',
discordUrl: 'https://discord.com/invite/g3A5T6VSFr',
auditUrls: ['https://paladinsec.co/projects/apeswap/', 'https://de.fi/audit-database/ApeSwap%20Finance'],
},
},
{
tokenSymbol: 'TLOS',
tokenName: 'Telos',
Expand Down

0 comments on commit fba8179

Please sign in to comment.