From e6f58d5318d0fef74609d7370b5132162fe089aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20Garc=C3=ADa?= Date: Fri, 8 Apr 2022 05:58:49 -0700 Subject: [PATCH 1/6] Adjust Harmony RPC's (#1061) --- _data/chains/eip155-1666600000.json | 3 ++- _data/chains/eip155-1666600001.json | 2 +- _data/chains/eip155-1666600002.json | 2 +- _data/chains/eip155-1666600003.json | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/_data/chains/eip155-1666600000.json b/_data/chains/eip155-1666600000.json index 0a19b696..0052bd66 100644 --- a/_data/chains/eip155-1666600000.json +++ b/_data/chains/eip155-1666600000.json @@ -2,7 +2,8 @@ "name": "Harmony Mainnet Shard 0", "chain": "Harmony", "rpc": [ - "https://api.harmony.one" + "https://api.harmony.one", + "https://api.s0.t.hmny.io" ], "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"], "nativeCurrency": { diff --git a/_data/chains/eip155-1666600001.json b/_data/chains/eip155-1666600001.json index 4c7330bc..8f6613ff 100644 --- a/_data/chains/eip155-1666600001.json +++ b/_data/chains/eip155-1666600001.json @@ -2,7 +2,7 @@ "name": "Harmony Mainnet Shard 1", "chain": "Harmony", "rpc": [ - "https://s1.api.harmony.one" + "https://api.s1.t.hmny.io" ], "faucets": [ ], diff --git a/_data/chains/eip155-1666600002.json b/_data/chains/eip155-1666600002.json index 5b0b933d..be5f1223 100644 --- a/_data/chains/eip155-1666600002.json +++ b/_data/chains/eip155-1666600002.json @@ -2,7 +2,7 @@ "name": "Harmony Mainnet Shard 2", "chain": "Harmony", "rpc": [ - "https://s2.api.harmony.one" + "https://api.s2.t.hmny.io" ], "faucets": [ ], diff --git a/_data/chains/eip155-1666600003.json b/_data/chains/eip155-1666600003.json index 3bf7e72c..50bf2f62 100644 --- a/_data/chains/eip155-1666600003.json +++ b/_data/chains/eip155-1666600003.json @@ -2,7 +2,7 @@ "name": "Harmony Mainnet Shard 3", "chain": "Harmony", "rpc": [ - "https://s3.api.harmony.one" + "https://api.s3.t.hmny.io" ], "faucets": [ ], From deaa1d9e1008dbb2fe43a2f883a8e1b88b9e282f Mon Sep 17 00:00:00 2001 From: 0xngmi <80541789+0xngmi@users.noreply.github.com> Date: Fri, 8 Apr 2022 14:23:09 +0100 Subject: [PATCH 2/6] shorten mADA symbol (#1060) --- _data/chains/eip155-2001.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-2001.json b/_data/chains/eip155-2001.json index 770880d7..65a69bda 100644 --- a/_data/chains/eip155-2001.json +++ b/_data/chains/eip155-2001.json @@ -10,7 +10,7 @@ "faucets": [], "nativeCurrency": { "name": "milkAda", - "symbol": "milkAda", + "symbol": "mADA", "decimals": 18 }, "infoURL": "https://milkomeda.com", @@ -24,4 +24,4 @@ "standard": "none" } ] -} \ No newline at end of file +} From a8237d9bcb58dbb2e4b61923205f28268c2a1523 Mon Sep 17 00:00:00 2001 From: ammar-lakho <101721280+ammar-lakho@users.noreply.github.com> Date: Fri, 8 Apr 2022 18:23:51 +0500 Subject: [PATCH 3/6] Added Zenith chain mainnet and testnet (#1062) * added zenith mainnet and testnet networks * Update _data/chains/eip155-79.json * Update _data/chains/eip155-81.json * added shortName Co-authored-by: ligi --- _data/chains/eip155-79.json | 24 ++++++++++++++++++++++++ _data/chains/eip155-81.json | 23 +++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 _data/chains/eip155-79.json create mode 100644 _data/chains/eip155-81.json diff --git a/_data/chains/eip155-79.json b/_data/chains/eip155-79.json new file mode 100644 index 00000000..042638e3 --- /dev/null +++ b/_data/chains/eip155-79.json @@ -0,0 +1,24 @@ +{ + "name": "Zenith Mainnet", + "chain": "Zenith Mainnet", + "rpc": [ + "https://dataserver-1.zenithchain.co/", + "https://dataserver-us-1.zenithchain.co/" + ], + "faucets": [], + "nativeCurrency": { + "name": "ZENITH", + "symbol": "ZENITH", + "decimals": 18 + }, + "infoURL": "https://www.zenithchain.co/", + "chainId": 79, + "networkId": 79, + "shortName": "zenith", + "explorers": [{ + "name": "zenith scan", + "url": "https://scan.zenithchain.co", + "standard": "EIP3091" + }] + } + \ No newline at end of file diff --git a/_data/chains/eip155-81.json b/_data/chains/eip155-81.json new file mode 100644 index 00000000..1e76ea3c --- /dev/null +++ b/_data/chains/eip155-81.json @@ -0,0 +1,23 @@ +{ + "name": "Zenith Testnet", + "chain": "Zenith Testnet", + "rpc": [ + "https://vilinius.zenithchain.co/http" + ], + "faucets": ["https://faucet.zenithchain.co/"], + "nativeCurrency": { + "name": "test ZENITH", + "symbol": "tZENITH", + "decimals": 18 + }, + "infoURL": "https://www.zenithchain.co/", + "chainId": 81, + "networkId": 81, + "shortName": "tzenith", + "explorers": [{ + "name": "villinius zenith scan", + "url": "https://vilinius.scan.zenithchain.co", + "standard": "EIP3091" + }] + } + \ No newline at end of file From 5468f0a94ff0127a8e52c4c84a9e91733fadb536 Mon Sep 17 00:00:00 2001 From: lucas Date: Fri, 8 Apr 2022 21:45:23 +0800 Subject: [PATCH 4/6] support https (#368) * replace https with http * update ONG decimal * add https --- _data/chains/eip155-58.json | 26 ++++++++++++++++---------- _data/chains/eip155-5851.json | 14 +++++++++----- 2 files changed, 25 insertions(+), 15 deletions(-) diff --git a/_data/chains/eip155-58.json b/_data/chains/eip155-58.json index abfaabef..fc081b15 100644 --- a/_data/chains/eip155-58.json +++ b/_data/chains/eip155-58.json @@ -2,25 +2,31 @@ "name": "Ontology Mainnet", "chain": "Ontology", "rpc": [ - "https://dappnode1.ont.io:20339", - "https://dappnode2.ont.io:20339", - "https://dappnode3.ont.io:20339", - "https://dappnode4.ont.io:20339" + "http://dappnode1.ont.io:20339", + "http://dappnode2.ont.io:20339", + "http://dappnode3.ont.io:20339", + "http://dappnode4.ont.io:20339", + "https://dappnode1.ont.io:10339", + "https://dappnode2.ont.io:10339", + "https://dappnode3.ont.io:10339", + "https://dappnode4.ont.io:10339" ], "faucets": [ ], "nativeCurrency": { "name": "ONG", "symbol": "ONG", - "decimals": 9 + "decimals": 18 }, "infoURL": "https://ont.io/", "shortName": "Ontology Mainnet", "chainId": 58, "networkId": 58, - "explorers": [{ - "name": "explorer", - "url": "https://explorer.ont.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "explorer", + "url": "https://explorer.ont.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-5851.json b/_data/chains/eip155-5851.json index 5ebaa18c..a5611eba 100644 --- a/_data/chains/eip155-5851.json +++ b/_data/chains/eip155-5851.json @@ -2,10 +2,14 @@ "name": "Ontology Testnet", "chain": "Ontology", "rpc": [ - "https://polaris1.ont.io:20339", - "https://polaris2.ont.io:20339", - "https://polaris3.ont.io:20339", - "https://polaris4.ont.io:20339" + "http://polaris1.ont.io:20339", + "http://polaris2.ont.io:20339", + "http://polaris3.ont.io:20339", + "http://polaris4.ont.io:20339", + "https://polaris1.ont.io:10339", + "https://polaris2.ont.io:10339", + "https://polaris3.ont.io:10339", + "https://polaris4.ont.io:10339" ], "faucets": [ "https://developer.ont.io/" @@ -13,7 +17,7 @@ "nativeCurrency": { "name": "ONG", "symbol": "ONG", - "decimals": 9 + "decimals": 18 }, "infoURL": "https://ont.io/", "shortName": "Ontology Testnet", From aa94f8af77593fc6cd248ff3bff3d23797efe4fc Mon Sep 17 00:00:00 2001 From: Joe Schmoe <64335177+jolube@users.noreply.github.com> Date: Sun, 10 Apr 2022 15:21:46 +0200 Subject: [PATCH 5/6] Update eip155-9000.json (evmos) (#1065) * Update eip155-9000.json * Update eip155-9000.json --- _data/chains/eip155-9000.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/chains/eip155-9000.json b/_data/chains/eip155-9000.json index dfc5cb85..4e9e3cca 100644 --- a/_data/chains/eip155-9000.json +++ b/_data/chains/eip155-9000.json @@ -1,7 +1,7 @@ { "name": "Evmos Testnet", "chain": "Evmos", - "rpc": ["https://evmos-archive-testnet.api.bdnodes.net:8545"], + "rpc": ["https://eth.bd.evmos.dev:8545"], "faucets": ["https://faucet.evmos.dev"], "nativeCurrency": { "name": "test-Evmos", @@ -15,9 +15,9 @@ "icon": "evmos", "explorers": [ { - "name": "Evmos EVM Explorer (Blockscout)", + "name": "Evmos EVM Explorer", "url": "https://evm.evmos.dev", - "standard": "none", + "standard": "EIP3091", "icon": "evmos" }, { From e6b7fca2107d2f0f691634620e1e73c996439b4a Mon Sep 17 00:00:00 2001 From: Joe Schmoe <64335177+jolube@users.noreply.github.com> Date: Sun, 10 Apr 2022 16:34:00 +0200 Subject: [PATCH 6/6] Update evmos icon (#1064) * Update evmos icon * update hash to non-directory --- _data/icons/evmos.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_data/icons/evmos.json b/_data/icons/evmos.json index 88a52748..f33dbfef 100644 --- a/_data/icons/evmos.json +++ b/_data/icons/evmos.json @@ -1,8 +1,8 @@ [ { - "url": "ipfs://Qmc4nHKSTgRwhpc5gpUnd7cQb7ooUgkcMxSbJcDAjJqx6T", - "width": 1000, - "height": 620, - "format": "svg" + "url": "ipfs://QmeZW6VKUFTbz7PPW8PmDR3ZHa6osYPLBFPnW8T5LSU49c", + "width": 400, + "height": 400, + "format": "png" } -] \ No newline at end of file +]