Add info.json to some Thorchain tokens where missing (7) (#11715)

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
This commit is contained in:
Adam R 2021-07-13 17:39:58 +02:00 committed by GitHub
parent 91fd96550b
commit 9b6e954901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 85 additions and 1 deletions

View File

@ -0,0 +1,12 @@
{
"name": "TT-USDT",
"type": "TT20",
"symbol": "TT-USDT",
"decimals": 18,
"description": "-",
"website": "",
"explorer": "https://viewblock.io/thundercore/address/0x050fe1046B546286e2467De8Cb04800479D1FDE3",
"status": "active",
"id": "0x050fe1046B546286e2467De8Cb04800479D1FDE3",
"links": []
}

View File

@ -0,0 +1,12 @@
{
"name": "RMBT",
"type": "TT20",
"symbol": "RMBT",
"decimals": 18,
"description": "-",
"website": "",
"explorer": "https://viewblock.io/thundercore/address/0x0A733F90D223d47DEa79aBEfF536F10af1068cB0",
"id": "0x0A733F90D223d47DEa79aBEfF536F10af1068cB0",
"status": "active",
"links": []
}

View File

@ -0,0 +1,12 @@
{
"name": "CXKJ",
"type": "TT20",
"symbol": "CXKJ",
"decimals": 8,
"description": "-",
"website": "",
"explorer": "https://viewblock.io/thundercore/address/0x876e7D048c6151e3D0F93AaBfBf5B7Da605d416F",
"status": "active",
"id": "0x876e7D048c6151e3D0F93AaBfBf5B7Da605d416F",
"links": []
}

View File

@ -0,0 +1,12 @@
{
"name": "TTK",
"type": "TT20",
"symbol": "TTK",
"decimals": 6,
"description": "-",
"website": "",
"explorer": "https://viewblock.io/thundercore/address/0x92B82d80A51D9b280b75C7a3596358B2A67e4859",
"status": "active",
"id": "0x92B82d80A51D9b280b75C7a3596358B2A67e4859",
"links": []
}

View File

@ -0,0 +1,12 @@
{
"name": "Cultural Chain (CCC)",
"type": "TT20",
"symbol": "CCC",
"decimals": 8,
"description": "-",
"website": "",
"explorer": "https://viewblock.io/thundercore/address/0xDDf952D68ff6aBC03B6Dd06E98DaD8829a1d2bb3",
"status": "active",
"id": "0xDDf952D68ff6aBC03B6Dd06E98DaD8829a1d2bb3",
"links": []
}

View File

@ -0,0 +1,12 @@
{
"name": "Emerald (EMD)",
"type": "TT20",
"symbol": "EMD",
"decimals": 5,
"description": "-",
"website": "",
"explorer": "https://viewblock.io/thundercore/address/0xa71A7659E5d1824Bc0F71B96332B06097C8D6287",
"status": "active",
"id": "0xa71A7659E5d1824Bc0F71B96332B06097C8D6287",
"links": []
}

View File

@ -0,0 +1,12 @@
{
"name": "PALA INT COMM (pala)",
"type": "TT20",
"symbol": "PALA",
"decimals": 8,
"description": "-",
"website": "",
"explorer": "https://viewblock.io/thundercore/address/0xeff6f1612d03205BA5E8d26cAc1397bf778ab1AC",
"status": "active",
"id": "0xeff6f1612d03205BA5E8d26cAc1397bf778ab1AC",
"links": []
}

View File

@ -93,7 +93,7 @@ export class FoldersFiles implements ActionInterface {
if (!infoExists && logoExists) {
const msg = `Missing info file for asset '${chain}/${address}' -- ${infoFullPath}`;
// enforce that info must be present (with some exceptions)
if (chain === 'classic' || chain === 'poa' || chain === 'terra' || chain === 'thundertoken') {
if (chain === 'classic' || chain === 'poa' || chain === 'terra') {
//console.log(msg);
warnings.push(msg);
} else {