Skip to content

Commit

Permalink
chore: Add ORFY Token
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammp committed Oct 1, 2024
1 parent 2b2cac9 commit aae77a4
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -2930,6 +2930,22 @@
"telegramUrl": "https://t.me/BaseTerminalPortal"
}
},
{
"tokenSymbol": "ORFY",
"tokenName": "Ordify",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/ORFY.png",
"tokenAddresses": [
{
"address": "0x39f0f4c64c7ad1ebb25cfeafdd221cdee3084441",
"chainId": "56"
}
],
"profileLinks": {
"siteUrl": "https://ordify.world/",
"twitterUrl": "https://x.com/ordifyworld",
"telegramUrl": "https://t.me/ordifyann"
}
},
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
Expand Down
Binary file added logos/ORFY.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1763,5 +1763,16 @@ const verifiedAssets: AddressMapping[] = [
telegramUrl: 'https://t.me/BaseTerminalPortal',
},
},
{
tokenSymbol: 'ORFY',
tokenName: 'Ordify',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/ORFY.png',
tokenAddresses: [{ address: '0x39f0F4c64c7Ad1Ebb25cfEaFdd221cDEe3084441', chainId: '56' }],
profileLinks: {
siteUrl: 'https://ordify.world/',
twitterUrl: 'https://x.com/ordifyworld',
telegramUrl: 'https://t.me/ordifyann',
},
},
]
export default verifiedAssets

0 comments on commit aae77a4

Please sign in to comment.