Fixes (sanity and consistency, auto)

This commit is contained in:
cryptomanz 2022-01-17 12:01:18 +00:00 committed by trust-wallet-merge-bot
parent 3f4caf7b0b
commit e651f91ac6

View File

@ -1,24 +1,25 @@
{ {
"name": "NFTY Token", "name": "NFTY Token",
"website": "https://nftynetwork.io", "website": "https://nftynetwork.io",
"description": "NFTY is a multi-chain NFT and Web3 authentication network.", "description": "NFTY is a multi-chain NFT and Web3 authentication network.",
"explorer": "https://bscscan.com/token/0x5774b2fc3e91af89f89141eacf76545e74265982", "explorer": "https://bscscan.com/token/0x5774b2fc3e91af89f89141eacf76545e74265982",
"type": "BEP20", "type": "BEP20",
"symbol": "NFTY", "symbol": "NFTY",
"decimals": 18, "decimals": 18,
"status": "active", "status": "active",
"id": "0x5774B2fc3e91aF89f89141EacF76545e74265982", "id": "0x5774B2fc3e91aF89f89141EacF76545e74265982",
"tags": [ "tags": [
"nft","defi" "nft",
], "defi"
"links": [ ],
{ "links": [
"name": "twitter", {
"url": "https://twitter.com/nftynetwork" "name": "twitter",
}, "url": "https://twitter.com/nftynetwork"
{ },
"name": "telegram", {
"url": "https://t.me/NFTYChat" "name": "telegram",
} "url": "https://t.me/NFTYChat"
] }
} ]
}