Skip to content

Commit

Permalink
[Internal] Add info.json to some Classic tokens where missing (5) (tr…
Browse files Browse the repository at this point in the history
…ustwallet#11740)

Co-authored-by: Catenocrypt <[email protected]>
  • Loading branch information
optout21 and Catenocrypt authored Jul 14, 2021
1 parent 6003681 commit 9b0360c
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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": []
}
Original file line number Diff line number Diff line change
@@ -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": []
}
Original file line number Diff line number Diff line change
@@ -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": []
}
Original file line number Diff line number Diff line change
@@ -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": []
}
Original file line number Diff line number Diff line change
@@ -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": []
}
2 changes: 1 addition & 1 deletion script/generic/folders-and-files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9b0360c

Please sign in to comment.