Skip to content

Commit

Permalink
Merge pull request #83 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: Add FARMS Token
  • Loading branch information
efeDaniels authored May 17, 2024
2 parents 408a656 + 43c0d1a commit 3846aaf
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 @@ -2343,6 +2343,22 @@
"twitterUrl": "https://twitter.com/PharaohExchange"
}
},
{
"tokenSymbol": "FARMS",
"tokenName": "Farmsent",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/FARMS.png",
"tokenAddresses": [
{
"address": "0xf2da37643c25ca14291c2a69f51423ed9b7ff4b0",
"chainId": "137"
}
],
"profileLinks": {
"siteUrl": "https://www.farmsent.io/",
"twitterUrl": "https://twitter.com/farmsent_io",
"telegramUrl": "https://t.me/farmsent"
}
},
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
Expand Down
Binary file added logos/FARMS.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 @@ -1361,5 +1361,16 @@ const verifiedAssets: AddressMapping[] = [
twitterUrl: 'https://twitter.com/PharaohExchange',
},
},
{
tokenSymbol: 'FARMS',
tokenName: 'Farmsent',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/FARMS.png',
tokenAddresses: [{ address: '0xf2da37643c25ca14291c2a69f51423ed9b7ff4b0', chainId: '137' }],
profileLinks: {
siteUrl: 'https://www.farmsent.io/',
twitterUrl: 'https://twitter.com/farmsent_io',
telegramUrl: 'https://t.me/farmsent',
},
},
]
export default verifiedAssets

0 comments on commit 3846aaf

Please sign in to comment.