Fixes (sanity and consistency, auto)

This commit is contained in:
Cryptocool1 2022-02-18 15:36:59 +00:00 committed by trust-wallet-merge-bot
parent 25cb8728e0
commit a583523310

View File

@ -1,32 +1,32 @@
{ {
"name": "Catcoin Token", "name": "Catcoin Token",
"type": "BEP20", "type": "BEP20",
"symbol": "CATS", "symbol": "CATS",
"decimals": 0, "decimals": 0,
"website": "https://www.catcoincrypto.me/", "website": "https://www.catcoincrypto.me/",
"description": "Catcoin is the community driven project to connect cat lovers worldwide", "description": "Catcoin is the community driven project to connect cat lovers worldwide",
"explorer": "https://bscscan.com/token/0x3B3691d4C3EC75660f203F41adC6296a494404d0", "explorer": "https://bscscan.com/token/0x3B3691d4C3EC75660f203F41adC6296a494404d0",
"status": "active", "status": "active",
"id": "0x3B3691d4C3EC75660f203F41adC6296a494404d0", "id": "0x3B3691d4C3EC75660f203F41adC6296a494404d0",
"links": [ "links": [
{ {
"name": "twitter", "name": "twitter",
"url": "https://twitter.com/catcoinbsc" "url": "https://twitter.com/catcoinbsc"
}, },
{ {
"name": "telegram", "name": "telegram",
"url": "https://t.me/catcoin_bsc" "url": "https://t.me/catcoin_bsc"
}, },
{ {
"name": "coinmarketcap", "name": "coinmarketcap",
"url": "https://coinmarketcap.com/currencies/catcoin-token/" "url": "https://coinmarketcap.com/currencies/catcoin-token/"
}, },
{ {
"name": "source_code", "name": "source_code",
"url": "https://github.com/catcointoken-cats/" "url": "https://github.com/catcointoken-cats/"
} }
], ],
"tags": [ "tags": [
"deflationary" "deflationary"
] ]
} }