Fixes (sanity and consistency, auto)

This commit is contained in:
catenocrypt 2021-02-11 10:02:55 +00:00 committed by trust-wallet-merge-bot
parent a2d42d0fcd
commit a691c59fde
2 changed files with 39 additions and 38 deletions

View File

@ -2054,6 +2054,7 @@
"0x50D1c9771902476076eCFc8B2A83Ad6b9355a4c9", "0x50D1c9771902476076eCFc8B2A83Ad6b9355a4c9",
"0x50d78dF1ae1b29DEad5764624c6617f326825912", "0x50d78dF1ae1b29DEad5764624c6617f326825912",
"0x50dc23F6A26825209670c2b6A6a93506F9732f00", "0x50dc23F6A26825209670c2b6A6a93506F9732f00",
"0x50DE6856358Cc35f3A9a57eAAA34BD4cB707d2cd",
"0x50Ee674689d75C0f88E8f83cfE8c4B69E8fd590D", "0x50Ee674689d75C0f88E8f83cfE8c4B69E8fd590D",
"0x50f31a45C1502B77c07Aa86698dB16ff3b35C333", "0x50f31a45C1502B77c07Aa86698dB16ff3b35C333",
"0x5102791cA02FC3595398400BFE0e33d7B6C82267", "0x5102791cA02FC3595398400BFE0e33d7B6C82267",

View File

@ -1,40 +1,40 @@
{ {
"name": "Razor Network", "name": "Razor Network",
"website": "https://razor.network/", "website": "https://razor.network/",
"source_code": "https://github.com/razor-network", "source_code": "https://github.com/razor-network",
"white_paper": "https://razor.network/whitepaper.pdf", "white_paper": "https://razor.network/whitepaper.pdf",
"description": "Razor Network is a decentralized oracle network, which connects smart contracts with real-world off-chain data in a fast, robust and secure way. The core of Razor Network is a set of smart contracts that can run on any Ethereum compatible blockchain. Razor Network is blockchain agnostic and will be integrated with multiple blockchains.", "description": "Razor Network is a decentralized oracle network, which connects smart contracts with real-world off-chain data in a fast, robust and secure way. The core of Razor Network is a set of smart contracts that can run on any Ethereum compatible blockchain. Razor Network is blockchain agnostic and will be integrated with multiple blockchains.",
"explorer": "https://etherscan.io/address/0x50DE6856358Cc35f3A9a57eAAA34BD4cB707d2cd", "explorer": "https://etherscan.io/address/0x50DE6856358Cc35f3A9a57eAAA34BD4cB707d2cd",
"type": "ERC20", "type": "ERC20",
"symbol": "RAZOR", "symbol": "RAZOR",
"decimals": 18, "decimals": 18,
"status": "active", "status": "active",
"id": "0x50DE6856358Cc35f3A9a57eAAA34BD4cB707d2cd", "id": "0x50DE6856358Cc35f3A9a57eAAA34BD4cB707d2cd",
"socials":[ "socials": [
{ {
"name": "Twitter", "name": "Twitter",
"url": "https://twitter.com/razor_network", "url": "https://twitter.com/razor_network",
"handle": "razor_network" "handle": "razor_network"
}, },
{ {
"name": "Medium", "name": "Medium",
"url": "https://medium.com/razor-network", "url": "https://medium.com/razor-network",
"handle": "razor-network" "handle": "razor-network"
}, },
{ {
"name": "Telegram", "name": "Telegram",
"url": "https://t.me/razornetwork", "url": "https://t.me/razornetwork",
"handle": "razornetwork" "handle": "razornetwork"
}, },
{ {
"name": "Discord", "name": "Discord",
"url": "https://discord.gg/yvrHg85ycE", "url": "https://discord.gg/yvrHg85ycE",
"handle": "RazorNetwork" "handle": "RazorNetwork"
}, },
{ {
"name": "Reddit", "name": "Reddit",
"url": "https://www.reddit.com/r/RazorNetwork", "url": "https://www.reddit.com/r/RazorNetwork",
"handle": "RazorNetwork" "handle": "RazorNetwork"
} }
] ]
} }