mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
19e8a5c9ab
* Rearrange info field checks. * Fill missing id field in some infos; enable check for filled id field. * Minor script change * Fill missing type field in some infos; enable check for filled type field. * Enable check for filled symbol type. * Enable check for decimals field. * Enable check for filled description field. * Enforce non-empty website field. Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
26 lines
984 B
JSON
26 lines
984 B
JSON
{
|
|
"name": "Venus BCH",
|
|
"website": "https://venus.io/",
|
|
"source_code": "https://github.com/SwipeWallet/venus-protocol",
|
|
"description": "The Venus vTokens, which are self-contained borrowing and lending contracts. VToken contains the core logic and VBep20, VBUSD, VSXP, VUSDC, VUSDT, VXVS and VBNB add public interfaces for Bep20 tokens and bnb, respectively.",
|
|
"research": "https://research.binance.com/en/projects/venus",
|
|
"socials": [
|
|
{
|
|
"name": "Twitter",
|
|
"url": "https://twitter.com/VenusProtocol"
|
|
},
|
|
{
|
|
"name": "Medium",
|
|
"url": "https://medium.com/VenusProtocol"
|
|
},
|
|
{
|
|
"name": "Telegram",
|
|
"url": "https://t.me/VenusProtocol"
|
|
}
|
|
],
|
|
"explorer": "https://bscscan.com/token/0x5F0388EBc2B94FA8E123F404b79cCF5f40b29176",
|
|
"type": "BEP20",
|
|
"symbol": "vBCH",
|
|
"decimals": 8,
|
|
"id": "0x5F0388EBc2B94FA8E123F404b79cCF5f40b29176"
|
|
} |