Mykola/add username prop (#1091)

* Add nested-property for easy work with objects

* Add infoList interface

* Modify and run script  to gen new "username" property

* Add "username" prop for all coins

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Rename username -> handle

* Rename username -> handle

* Optimised images with calibre/image-actions

* rename

* Update handle

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Mykola 2020-01-28 12:55:19 -08:00 committed by GitHub
parent cf279ef00b
commit 75136431f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
138 changed files with 433 additions and 205 deletions

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/aeternity"
"url": "https://twitter.com/aeternity",
"handle": "aeternity"
},
{
"name": "Reddit",
"url": "https://www.reddit.com/r/Aeternity"
"url": "https://www.reddit.com/r/Aeternity",
"handle": "Aeternity"
}
],
"details": [

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/Aion_OAN"
"url": "https://twitter.com/Aion_OAN",
"handle": "Aion_OAN"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/AionNetwork"
"url": "https://reddit.com/r/AionNetwork",
"handle": "AionNetwork"
}
],
"details": [

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/AlgoFoundation"
"url": "https://twitter.com/AlgoFoundation",
"handle": "AlgoFoundation"
},
{
"name": "Reddit",
"url": "https://www.reddit.com/r/AlgorandOfficial"
"url": "https://www.reddit.com/r/AlgorandOfficial",
"handle": "AlgorandOfficial"
}
],
"details": [

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/ArkEcosystem"
"url": "https://twitter.com/ArkEcosystem",
"handle": "ArkEcosystem"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/ArkEcosystem"
"url": "https://reddit.com/r/ArkEcosystem",
"handle": "ArkEcosystem"
}
],
"details": [

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/binance_dex"
"url": "https://twitter.com/binance_dex",
"handle": "binance_dex"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/BinanceExchange"
"url": "https://reddit.com/r/BinanceExchange",
"handle": "BinanceExchange"
}
],
"details": [

View File

@ -1,31 +1,31 @@
{
"name":"Bitcoin",
"website":"https://bitcoin.org",
"source_code":"https://github.com/bitcoin",
"whitepaper":"https://bitcoin.org/bitcoin.pdf",
"explorers":[
{
"name":"Blockchain.info",
"url":"https://blockchain.info"
}
],
"socials":[
{
"name":"Twitter",
"url":"https://twitter.com/Bitcoin",
"username": "Bitcoin"
},
{
"name":"Reddit",
"url":"https://reddit.com/r/Bitcoin",
"username": "Bitcoin"
}
],
"details":[
{
"language":"en",
"description":"The theory behind Bitcoin was first described by Satoshi Nakomoto in a paper Bitcoin: A Peer to Peer Electronic Cash System published to a cryptographic mailing list on the 31st of October 2008. \n\nIn this paper, Satoshi described the protocol (Proof of Work) that would solve the double-spend problem inherent in non-physical (digital) forms of currency.\n\nThe first or Genesis block was mined by Satoshi on the 3rd of January 2009, with the text The Times 03/Jan/2009 Chancellor on brink of second bailout for banks written into the coinbase of the block to act both as a timestamp and a rebuke to the economic instability caused by the widespread practice of fractional reserve banking. The total supply of Bitcoins is capped at 21 million coins (roughly 18 million are currently in circulation), with each coin being divisible to the 8th decimal place, with a single unit of the smallest division (0.00000001 BTC) being known colloquially as a Satoshi (or sat). The software to run miners and wallets is open source and decentralized, meaning that the network is accessible to anyone with a computer and an internet connection. Transactions are validated and written into the blockchain by miners selected via the Proof of Work (SHA-256) protocol. The difficulty of the Proof of Work algorithm is adjusted every 2016 blocks (roughly 2 weeks) to maintain an average block time of roughly 10 minutes. New Bitcoins are created (minted) as a reward to the miner that mined the valid block, with the reward currently sitting at 12.5 Bitcoins per block. This block reward is halved every 210,000 blocks (roughly 4 years) until it reaches zero. This block reward serves as an economic incentive for the miners to continue securing the Bitcoin network."
}
],
"data_source": "crowd"
}
"name": "Bitcoin",
"website": "https://bitcoin.org",
"source_code": "https://github.com/bitcoin",
"whitepaper": "https://bitcoin.org/bitcoin.pdf",
"explorers": [
{
"name": "Blockchain.info",
"url": "https://blockchain.info"
}
],
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/Bitcoin",
"handle": "Bitcoin"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/Bitcoin",
"handle": "Bitcoin"
}
],
"details": [
{
"language": "en",
"description": "The theory behind Bitcoin was first described by Satoshi Nakomoto in a paper Bitcoin: A Peer to Peer Electronic Cash System published to a cryptographic mailing list on the 31st of October 2008. \n\nIn this paper, Satoshi described the protocol (Proof of Work) that would solve the double-spend problem inherent in non-physical (digital) forms of currency.\n\nThe first or Genesis block was mined by Satoshi on the 3rd of January 2009, with the text The Times 03/Jan/2009 Chancellor on brink of second bailout for banks written into the coinbase of the block to act both as a timestamp and a rebuke to the economic instability caused by the widespread practice of fractional reserve banking. The total supply of Bitcoins is capped at 21 million coins (roughly 18 million are currently in circulation), with each coin being divisible to the 8th decimal place, with a single unit of the smallest division (0.00000001 BTC) being known colloquially as a Satoshi (or sat). The software to run miners and wallets is open source and decentralized, meaning that the network is accessible to anyone with a computer and an internet connection. Transactions are validated and written into the blockchain by miners selected via the Proof of Work (SHA-256) protocol. The difficulty of the Proof of Work algorithm is adjusted every 2016 blocks (roughly 2 weeks) to maintain an average block time of roughly 10 minutes. New Bitcoins are created (minted) as a reward to the miner that mined the valid block, with the reward currently sitting at 12.5 Bitcoins per block. This block reward is halved every 210,000 blocks (roughly 4 years) until it reaches zero. This block reward serves as an economic incentive for the miners to continue securing the Bitcoin network."
}
],
"data_source": "crowd"
}

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/BITCOlNCASH"
"url": "https://twitter.com/BITCOlNCASH",
"handle": "BITCOlNCASH"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/Bitcoincash"
"url": "https://reddit.com/r/Bitcoincash",
"handle": "Bitcoincash"
}
],
"details": [

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/bitcoingold"
"url": "https://twitter.com/bitcoingold",
"handle": "bitcoingold"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/BitcoinGoldHQ"
"url": "https://reddit.com/r/BitcoinGoldHQ",
"handle": "BitcoinGoldHQ"
}
],
"details": [

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": ""
"url": "",
"handle": ""
},
{
"name": "Reddit",
"url": ""
"url": "",
"handle": ""
}
],
"details": [

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/CallistoSupport"
"url": "https://twitter.com/CallistoSupport",
"handle": "CallistoSupport"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/CallistoCrypto"
"url": "https://reddit.com/r/CallistoCrypto",
"handle": "CallistoCrypto"
}
],
"details": [

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/cardano"
"url": "https://twitter.com/cardano",
"handle": "cardano"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/cardano"
"url": "https://reddit.com/r/cardano",
"handle": "cardano"
}
],
"details": [

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/eth_classic"
"url": "https://twitter.com/eth_classic",
"handle": "eth_classic"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/EthereumClassic"
"url": "https://reddit.com/r/EthereumClassic",
"handle": "EthereumClassic"
}
],
"details": [

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/cosmos"
"url": "https://twitter.com/cosmos",
"handle": "cosmos"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/cosmosnetwork"
"url": "https://reddit.com/r/cosmosnetwork",
"handle": "cosmosnetwork"
}
],
"details": [

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/Dashpay"
"url": "https://twitter.com/Dashpay",
"handle": "Dashpay"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/dashpay"
"url": "https://reddit.com/r/dashpay",
"handle": "dashpay"
}
],
"details": [

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/decredproject"
"url": "https://twitter.com/decredproject",
"handle": "decredproject"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/decred"
"url": "https://reddit.com/r/decred",
"handle": "decred"
}
],
"details": [

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": ""
"url": "",
"handle": ""
},
{
"name": "Reddit",
"url": ""
"url": "",
"handle": ""
}
],
"details": [

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/DigiByteCoin"
"url": "https://twitter.com/DigiByteCoin",
"handle": "DigiByteCoin"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/Digibyte"
"url": "https://reddit.com/r/Digibyte",
"handle": "Digibyte"
}
],
"details": [

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/dogecoin"
"url": "https://twitter.com/dogecoin",
"handle": "dogecoin"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/dogecoin"
"url": "https://reddit.com/r/dogecoin",
"handle": "dogecoin"
}
],
"details": [

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/ellaismproject"
"url": "https://twitter.com/ellaismproject",
"handle": "ellaismproject"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/ellaism"
"url": "https://reddit.com/r/ellaism",
"handle": "ellaism"
}
],
"details": [

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/block_one_"
"url": "https://twitter.com/block_one_",
"handle": "block_one_"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/EOS"
"url": "https://reddit.com/r/EOS",
"handle": "EOS"
}
],
"details": [

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -1,29 +1,31 @@
{
"name": "Ethereum",
"website": "https://ethereum.org/",
"source_code": "https://github.com/ethereum",
"whitepaper": "https://github.com/ethereum/wiki/wiki/White-Paper",
"explorers": [
{
"name": "Ethereum",
"url": "https://etherscan.io/"
}
],
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/ethereum"
},
{
"name": "Reddit",
"url": "https://www.reddit.com/r/ethereum/"
}
],
"details": [
{
"language": "en",
"description": "Open source platform to write and distribute decentralized applications."
}
],
"data_source": "crowd"
"name": "Ethereum",
"website": "https://ethereum.org/",
"source_code": "https://github.com/ethereum",
"whitepaper": "https://github.com/ethereum/wiki/wiki/White-Paper",
"explorers": [
{
"name": "Ethereum",
"url": "https://etherscan.io/"
}
],
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/ethereum",
"handle": "ethereum"
},
{
"name": "Reddit",
"url": "https://www.reddit.com/r/ethereum",
"handle": "ethereum"
}
],
"details": [
{
"language": "en",
"description": "Open source platform to write and distribute decentralized applications."
}
],
"data_source": "crowd"
}

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": ""
"url": "",
"handle": ""
},
{
"name": "Reddit",
"url": ""
"url": "",
"handle": ""
}
],
"details": [

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": ""
"url": "",
"handle": ""
},
{
"name": "Reddit",
"url": ""
"url": "",
"handle": ""
}
],
"details": [

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": ""
"url": "",
"handle": ""
},
{
"name": "Reddit",
"url": ""
"url": "",
"handle": ""
}
],
"details": [

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/go_chain"
"url": "https://twitter.com/go_chain",
"handle": "go_chain"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/OfficialGoChain"
"url": "https://reddit.com/r/OfficialGoChain",
"handle": "OfficialGoChain"
}
],
"details": [

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/GroestlcoinTeam"
"url": "https://twitter.com/GroestlcoinTeam",
"handle": "GroestlcoinTeam"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/groestlcoin"
"url": "https://reddit.com/r/groestlcoin",
"handle": "groestlcoin"
}
],
"details": [

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/harmonyprotocol"
"url": "https://twitter.com/harmonyprotocol",
"handle": "harmonyprotocol"
},
{
"name": "Reddit",
"url": ""
"url": "https://www.reddit.com/r/harmony_one",
"handle": "harmony_one"
}
],
"details": [

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/helloiconworld"
"url": "https://twitter.com/helloiconworld",
"handle": "helloiconworld"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/helloicon"
"url": "https://reddit.com/r/helloicon",
"handle": "helloicon"
}
],
"details": [

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/iostoken"
"url": "https://twitter.com/iostoken",
"handle": "iostoken"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/IOStoken"
"url": "https://reddit.com/r/IOStoken",
"handle": "IOStoken"
}
],
"details": [

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/iotex_io"
"url": "https://twitter.com/iotex_io",
"handle": "iotex_io"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/IoTex"
"url": "https://reddit.com/r/IoTex",
"handle": "IoTex"
}
],
"details": [

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/kava_labs"
"url": "https://twitter.com/kava_labs",
"handle": "kava_labs"
},
{
"name": "Reddit",
"url": ""
"url": "",
"handle": ""
}
],
"details": [

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/kin_foundation"
"url": "https://twitter.com/kin_foundation",
"handle": "kin_foundation"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/KinFoundation"
"url": "https://reddit.com/r/KinFoundation",
"handle": "KinFoundation"
}
],
"details": [

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/kusamanetwork"
"url": "https://twitter.com/kusamanetwork",
"handle": "kusamanetwork"
},
{
"name": "Reddit",
"url": ""
"url": "https://www.reddit.com/r/Kusama",
"handle": "Kusama"
}
],
"details": [

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/LitecoinProject"
"url": "https://twitter.com/LitecoinProject",
"handle": "LitecoinProject"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/litecoin"
"url": "https://reddit.com/r/litecoin",
"handle": "litecoin"
}
],
"details": [

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/loomnetwork"
"url": "https://twitter.com/loomnetwork",
"handle": "loomnetwork"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/loomnetwork"
"url": "https://reddit.com/r/loomnetwork",
"handle": "loomnetwork"
}
],
"details": [

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/LUX_Coin"
"url": "https://twitter.com/LUX_Coin",
"handle": "LUX_Coin"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/LUXCoin"
"url": "https://reddit.com/r/LUXCoin",
"handle": "LUXCoin"
}
],
"details": [

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": ""
"url": "",
"handle": ""
},
{
"name": "Reddit",
"url": "https://reddit.com/r/monacoin"
"url": "https://reddit.com/r/monacoin",
"handle": "monacoin"
}
],
"details": [

View File

@ -12,11 +12,13 @@
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/nano"
"url": "https://twitter.com/nano",
"handle": "nano"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/nanocurrency"
"url": "https://reddit.com/r/nanocurrency",
"handle": "nanocurrency"
}
],
"details": [

Some files were not shown because too many files have changed in this diff Show More