mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
[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:
parent
600368124c
commit
9b0360cb3b
|
@ -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": []
|
||||
}
|
|
@ -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": []
|
||||
}
|
|
@ -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": []
|
||||
}
|
|
@ -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": []
|
||||
}
|
|
@ -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": []
|
||||
}
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user