diff --git a/blockchains/ethereum/assets/0x608f006B6813f97097372d0d31Fb0F11d1CA3E4e/info.json b/blockchains/ethereum/assets/0x608f006B6813f97097372d0d31Fb0F11d1CA3E4e/info.json new file mode 100644 index 000000000..b74873abc --- /dev/null +++ b/blockchains/ethereum/assets/0x608f006B6813f97097372d0d31Fb0F11d1CA3E4e/info.json @@ -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" +} \ No newline at end of file diff --git a/blockchains/ethereum/assets/0xfF340f03E226B669c873516755a6B88a45b0B2aC/info.json b/blockchains/ethereum/assets/0xfF340f03E226B669c873516755a6B88a45b0B2aC/info.json new file mode 100644 index 000000000..b10a5b101 --- /dev/null +++ b/blockchains/ethereum/assets/0xfF340f03E226B669c873516755a6B88a45b0B2aC/info.json @@ -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" +} \ No newline at end of file diff --git a/blockchains/ethereum/assets/0xfF340f03E226B669c873516755a6B88a45b0B2aC/logo.png b/blockchains/ethereum/assets/0xfF340f03E226B669c873516755a6B88a45b0B2aC/logo.png new file mode 100644 index 000000000..4fa2fa091 Binary files /dev/null and b/blockchains/ethereum/assets/0xfF340f03E226B669c873516755a6B88a45b0B2aC/logo.png differ diff --git a/script/gen_info.ts b/script/gen_info.ts index 415dd45e8..3adfa0068 100644 --- a/script/gen_info.ts +++ b/script/gen_info.ts @@ -20,7 +20,7 @@ const dafaultInfoTemplate: InfoList = "source_code": "", "whitepaper": "", "short_description": "", - "explorers": "", + "explorer": "", "socials": [ { "name": "Twitter", diff --git a/src/test/models.ts b/src/test/models.ts index ccc08934b..712d64852 100644 --- a/src/test/models.ts +++ b/src/test/models.ts @@ -11,7 +11,7 @@ export interface InfoList { source_code: string; whitepaper: string; short_description: string; - explorers: string; + explorer: string; socials: Social[]; details: Detail[]; }