[Internal] Add info.json to some Classic tokens where missing (5) (#11740)

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
This commit is contained in:
Adam R 2021-07-14 09:42:21 +02:00 committed by GitHub
parent 600368124c
commit 9b0360cb3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 61 additions and 1 deletions

View File

@ -0,0 +1,12 @@
{
"name": "C3D Network",
"type": "ETC20",
"symbol": "C3D",
"decimals": 18,
"description": "-",
"website": "",
"explorer": "https://blockscout.com/etc/mainnet/tokens/0x2EB1D7785469FC5d478E59Ca09F66CBb9170C519",
"status": "active",
"id": "0x2EB1D7785469FC5d478E59Ca09F66CBb9170C519",
"links": []
}

View File

@ -0,0 +1,12 @@
{
"name": "Axiom",
"type": "ETC20",
"symbol": "XOM",
"decimals": 4,
"description": "-",
"website": "",
"explorer": "https://blockscout.com/etc/mainnet/tokens/0x5eB99507170F41bAA521cb71C9bCEa2a8A96827C",
"status": "active",
"id": "0x5eB99507170F41bAA521cb71C9bCEa2a8A96827C",
"links": []
}

View File

@ -0,0 +1,12 @@
{
"name": "?",
"type": "ETC20",
"symbol": "?",
"decimals": 0,
"description": "-",
"website": "",
"explorer": "https://blockscout.com/etc/mainnet/tokens/0xE0B7927c4aF23765Cb51314A0E0521A9645F0E2A",
"status": "abandoned",
"id": "0xE0B7927c4aF23765Cb51314A0E0521A9645F0E2A",
"links": []
}

View File

@ -0,0 +1,12 @@
{
"name": "Coinibal",
"type": "ETC20",
"symbol": "COIN",
"decimals": 16,
"description": "-",
"website": "",
"explorer": "https://blockscout.com/etc/mainnet/tokens/0xa8d3847f8AE1e8ebfD5928D39A3B1aE5dA12A61f",
"status": "active",
"id": "0xa8d3847f8AE1e8ebfD5928D39A3B1aE5dA12A61f",
"links": []
}

View File

@ -0,0 +1,12 @@
{
"name": "UniversalCoin X",
"type": "ETC20",
"symbol": "UVCX",
"decimals": 18,
"description": "-",
"website": "",
"explorer": "https://blockscout.com/etc/mainnet/tokens/0xd6dF0C579f2A65049a893fDaEC9fCE098CC19F87",
"status": "active",
"id": "0xd6dF0C579f2A65049a893fDaEC9fCE098CC19F87",
"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 === 'terra') {
if (chain === 'terra') {
//console.log(msg);
warnings.push(msg);
} else {