Fixes (sanity and consistency, auto)

This commit is contained in:
Cryptocool1 2022-07-20 20:45:12 +00:00 committed by trust-wallet-merge-bot
parent 76dad48a56
commit f403020266

View File

@ -1,32 +1,32 @@
{ {
"name": "Square Token", "name": "Square Token",
"type": "BEP20", "type": "BEP20",
"symbol": "SQUA", "symbol": "SQUA",
"decimals": 18, "decimals": 18,
"website": "https://squaretoken.org", "website": "https://squaretoken.org",
"description": "The token SQUARE is a token developed exclusively for payment of fees within the Goarbit ecosystem - being automatically burned at the time of fee payment, making it a deflationary and utility token.", "description": "The token SQUARE is a token developed exclusively for payment of fees within the Goarbit ecosystem - being automatically burned at the time of fee payment, making it a deflationary and utility token.",
"explorer": "https://bscscan.com/token/0xB82BEb6Ee0063Abd5fC8E544c852237aA62CBb14", "explorer": "https://bscscan.com/token/0xB82BEb6Ee0063Abd5fC8E544c852237aA62CBb14",
"status": "active", "status": "active",
"id": "0xB82BEb6Ee0063Abd5fC8E544c852237aA62CBb14", "id": "0xB82BEb6Ee0063Abd5fC8E544c852237aA62CBb14",
"links": [ "links": [
{ {
"name": "twitter", "name": "twitter",
"url": "https://twitter.com/tokensquare" "url": "https://twitter.com/tokensquare"
}, },
{ {
"name": "telegram", "name": "telegram",
"url": "https://t.me/officialsquaretoken" "url": "https://t.me/officialsquaretoken"
}, },
{ {
"name": "coinmarketcap", "name": "coinmarketcap",
"url": "https://coinmarketcap.com/currencies/square-token/" "url": "https://coinmarketcap.com/currencies/square-token/"
}, },
{ {
"name": "coingecko", "name": "coingecko",
"url": "https://coingecko.com/coins/square-token" "url": "https://coingecko.com/coins/square-token"
} }
], ],
"tags": [ "tags": [
"deflationary" "deflationary"
] ]
} }