mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
update CRAD and NSRT (#1567)
* update CRAD and NSRT update CRAD and NSRT * Some fixes Co-authored-by: Alex Vinogradov <alex@cfc.io> Co-authored-by: Mykola <kolya182@gmail.com>
This commit is contained in:
parent
7d0e4055b7
commit
796337ea3c
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"name": "CRAD CASH",
|
||||
"website": "https://cfc.io/",
|
||||
"source_code": "https://github.com/ixc-software",
|
||||
"white_paper": "https://cryptoads.exchange",
|
||||
"short_description": "CryptoAds Marketplace, a Decentralized advertisement ecosystem",
|
||||
"description": "CryptoAds Marketplace, a Decentralized advertisement ecosystem built on blockchain (based on CFC.io app,7M+ users). CryptoAds is a focus to disrupt the advertising market, launched.",
|
||||
"socials": [
|
||||
{
|
||||
"name": "Twitter",
|
||||
"url": "https://twitter.com/CallsFreeCalls",
|
||||
"handle": "CryptoAds Marketplace"
|
||||
},
|
||||
{
|
||||
"name": "Reddit",
|
||||
"url": "https://www.reddit.com/r/CRAD/",
|
||||
"handle": "CryptoAds Marketplace"
|
||||
},
|
||||
{
|
||||
"name": "Facebook",
|
||||
"url": "https://www.facebook.com/CryptoAdsMarketplace",
|
||||
"handle": "CryptoAds Marketplace"
|
||||
},
|
||||
{
|
||||
"name": "Medium",
|
||||
"url": "https://medium.com/@AlexVinogradov4",
|
||||
"handle": "CryptoAds Marketplace"
|
||||
},
|
||||
{
|
||||
"name": "Telegramm",
|
||||
"url": "https://t.me/cryptoads_marketplace_en",
|
||||
"handle": "CryptoAds Marketplace"
|
||||
}
|
||||
],
|
||||
"explorer": "https://etherscan.io/token/0x608f006b6813f97097372d0d31fb0f11d1ca3e4e"
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"name": "NSRT BRICS",
|
||||
"website": "https://www.newsilkroadbrics.com",
|
||||
"short_description": "NSRT token works in real sectors of the economy at the global level with the support of state and supranational BRICS structures.",
|
||||
"description": "NSRT token works in real sectors of the economy at the global level with the support of state and supranational BRICS structures.",
|
||||
"socials": [],
|
||||
"explorer": "https://etherscan.io/token/0xff340f03e226b669c873516755a6b88a45b0b2ac"
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
|
@ -20,7 +20,7 @@ const dafaultInfoTemplate: InfoList =
|
|||
"source_code": "",
|
||||
"whitepaper": "",
|
||||
"short_description": "",
|
||||
"explorers": "",
|
||||
"explorer": "",
|
||||
"socials": [
|
||||
{
|
||||
"name": "Twitter",
|
||||
|
|
|
@ -11,7 +11,7 @@ export interface InfoList {
|
|||
source_code: string;
|
||||
whitepaper: string;
|
||||
short_description: string;
|
||||
explorers: string;
|
||||
explorer: string;
|
||||
socials: Social[];
|
||||
details: Detail[];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user