From 6f5492461b802849ff70bca45d585bcd9006212e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20L=C3=B3pez=20Le=C3=B3n?= Date: Tue, 27 Jun 2023 18:36:03 -0300 Subject: [PATCH 1/4] Change ETC RPC endpoints (#3074) Since July 24th, 2023 the current endpoints will be disabled. This commit replaces them with those listed in the announcement post, https://etccooperative.org/posts/2023-06-24-important-announcement-migrate-the-etc-and-mordor-rpc-endpoints-by-july-24-2023-en Co-authored-by: ligi --- _data/chains/eip155-61.json | 2 +- _data/chains/eip155-63.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-61.json b/_data/chains/eip155-61.json index 02f879bf..b42d6346 100644 --- a/_data/chains/eip155-61.json +++ b/_data/chains/eip155-61.json @@ -1,7 +1,7 @@ { "name": "Ethereum Classic Mainnet", "chain": "ETC", - "rpc": ["https://www.ethercluster.com/etc"], + "rpc": ["https://etc.rivet.link"], "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/?"], "nativeCurrency": { "name": "Ethereum Classic Ether", diff --git a/_data/chains/eip155-63.json b/_data/chains/eip155-63.json index d4adee06..0413b99c 100644 --- a/_data/chains/eip155-63.json +++ b/_data/chains/eip155-63.json @@ -1,7 +1,7 @@ { "name": "Ethereum Classic Testnet Mordor", "chain": "ETC", - "rpc": ["https://www.ethercluster.com/mordor"], + "rpc": ["https://rpc.mordor.etccooperative.org"], "faucets": [], "nativeCurrency": { "name": "Mordor Classic Testnet Ether", From 514bd4d0d40e34a024dc4e9c283737a82a381cf3 Mon Sep 17 00:00:00 2001 From: pg-chain <129146401+pg-chain@users.noreply.github.com> Date: Wed, 28 Jun 2023 05:42:40 +0800 Subject: [PATCH 2/4] Adding Pego Network Mainnet (#3052) * Add Pego Network Mainnet Info * add PEGO ipfs icon --------- Co-authored-by: ligi --- _data/chains/eip155-20201022.json | 28 ++++++++++++++++++++++++++++ _data/icons/pego.json | 8 ++++++++ 2 files changed, 36 insertions(+) create mode 100644 _data/chains/eip155-20201022.json create mode 100644 _data/icons/pego.json diff --git a/_data/chains/eip155-20201022.json b/_data/chains/eip155-20201022.json new file mode 100644 index 00000000..b02cc44a --- /dev/null +++ b/_data/chains/eip155-20201022.json @@ -0,0 +1,28 @@ +{ + "name": "Pego Network", + "chain": "PEGO", + "rpc": [ + "https://pegorpc.com", + "https://node1.pegorpc.com", + "https://node2.pegorpc.com", + "https://node3.pegorpc.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "Pego Native Token", + "symbol": "PG", + "decimals": 18 + }, + "infoURL": "https://pego.network", + "shortName": "pg", + "chainId": 20201022, + "networkId": 20201022, + "icon": "pego", + "explorers": [ + { + "name": "Pego Network Explorer", + "url": "https://scan.pego.network", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/pego.json b/_data/icons/pego.json new file mode 100644 index 00000000..15a06f3a --- /dev/null +++ b/_data/icons/pego.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmVf1afskRHuZjFSLCZH8397KrVNAoYgyAePX9VMBrPVtx", + "width": 246, + "height": 247, + "format": "png" + } +]