Fixes (sanity and consistency, auto)

This commit is contained in:
Cryptocool1 2021-09-30 11:57:31 +00:00 committed by trust-wallet-merge-bot
parent abc582e21a
commit 9d6c3af84a
2 changed files with 37 additions and 39 deletions

View File

@ -1,4 +1,3 @@
{ {
"name": "Robust Reward", "name": "Robust Reward",
"website": "https://robustprotocol.fi", "website": "https://robustprotocol.fi",
@ -39,5 +38,4 @@
"url": "https://reddit.com/r/robustprotocol/" "url": "https://reddit.com/r/robustprotocol/"
} }
] ]
} }

View File

@ -1,37 +1,37 @@
{ {
"name": "Robust Token", "name": "Robust Token",
"website": "https://robustprotocol.fi", "website": "https://robustprotocol.fi",
"description": "Robust Token (RBT) is an original concept token on the Binance Smart Chain with a limited supply of 100 000 RBT and a 1% burn per transaction that gets converted into Robust Reward (RBW).", "description": "Robust Token (RBT) is an original concept token on the Binance Smart Chain with a limited supply of 100 000 RBT and a 1% burn per transaction that gets converted into Robust Reward (RBW).",
"explorer": "https://bscscan.com/token/0x891E4554227385c5c740F9B483E935E3CbC29F01", "explorer": "https://bscscan.com/token/0x891E4554227385c5c740F9B483E935E3CbC29F01",
"type": "BEP20", "type": "BEP20",
"symbol": "RBT", "symbol": "RBT",
"decimals": 18, "decimals": 18,
"status": "active", "status": "active",
"id": "0x891E4554227385c5c740F9B483E935E3CbC29F01", "id": "0x891E4554227385c5c740F9B483E935E3CbC29F01",
"links": [ "links": [
{ {
"name": "telegram", "name": "telegram",
"url": "https://t.me/robustprotocol/" "url": "https://t.me/robustprotocol/"
}, },
{ {
"name": "twitter", "name": "twitter",
"url": "https://twitter.com/robustprotocol/" "url": "https://twitter.com/robustprotocol/"
}, },
{ {
"name": "docs", "name": "docs",
"url": "https://docs.robustprotocol.fi/" "url": "https://docs.robustprotocol.fi/"
}, },
{ {
"name": "whitepaper", "name": "whitepaper",
"url": "https://robustprotocol.fi/RobustProtocol.pdf" "url": "https://robustprotocol.fi/RobustProtocol.pdf"
}, },
{ {
"name": "medium", "name": "medium",
"url": "https://robustprotocol.medium.com/" "url": "https://robustprotocol.medium.com/"
}, },
{ {
"name": "github", "name": "github",
"url": "https://github.com/robustprotocol/" "url": "https://github.com/robustprotocol/"
} }
] ]
} }