From 60b9b5bf37a90f2adbf4baf4582237a4b905df0e Mon Sep 17 00:00:00 2001 From: LuxesOwen <66360114+LuxesOwen@users.noreply.github.com> Date: Fri, 4 Nov 2022 01:14:28 +0800 Subject: [PATCH] new fork to add ETMP chains (#1796) * add ETMP network * add etmp icon * prettier Co-authored-by: hhq365 --- _data/chains/eip155-48.json | 24 ++++++++++++++++++++++++ _data/chains/eip155-49.json | 24 ++++++++++++++++++++++++ _data/icons/etmp.json | 8 ++++++++ 3 files changed, 56 insertions(+) create mode 100644 _data/chains/eip155-48.json create mode 100644 _data/chains/eip155-49.json create mode 100644 _data/icons/etmp.json diff --git a/_data/chains/eip155-48.json b/_data/chains/eip155-48.json new file mode 100644 index 00000000..265847e6 --- /dev/null +++ b/_data/chains/eip155-48.json @@ -0,0 +1,24 @@ +{ + "name": "Ennothem Mainnet Proterozoic", + "chain": "ETMP", + "rpc": ["https://rpc.etm.network"], + "faucets": [], + "nativeCurrency": { + "name": "Ennothem", + "symbol": "ETMP", + "decimals": 18 + }, + "infoURL": "https://etm.network", + "shortName": "etmp", + "chainId": 48, + "networkId": 48, + "icon": "etmp", + "explorers": [ + { + "name": "etmpscan", + "url": "https://etmscan.network", + "icon": "etmp", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-49.json b/_data/chains/eip155-49.json new file mode 100644 index 00000000..d0468b82 --- /dev/null +++ b/_data/chains/eip155-49.json @@ -0,0 +1,24 @@ +{ + "name": "Ennothem Testnet Pioneer", + "chain": "ETMP", + "rpc": ["https://rpc.pioneer.etm.network"], + "faucets": [], + "nativeCurrency": { + "name": "Ennothem", + "symbol": "ETMP", + "decimals": 18 + }, + "infoURL": "https://etm.network", + "shortName": "etmpTest", + "chainId": 49, + "networkId": 49, + "icon": "etmp", + "explorers": [ + { + "name": "etmp", + "url": "https://pioneer.etmscan.network", + "icon": "etmpscan", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/etmp.json b/_data/icons/etmp.json new file mode 100644 index 00000000..e70c5d35 --- /dev/null +++ b/_data/icons/etmp.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmT7DTqT1V2y42pRpt3sj9ifijfmbtkHN7D2vTfAUAS622", + "width": 512, + "height": 512, + "format": "png" + } +]