From 268fd321a2b2675fb61a448e3720c3fef8382871 Mon Sep 17 00:00:00 2001 From: alliswell <45843736+benbaley@users.noreply.github.com> Date: Thu, 10 Feb 2022 18:27:54 +0800 Subject: [PATCH 1/7] =?UTF-8?q?Change=20210309=EF=BC=88chainid=EF=BC=89's?= =?UTF-8?q?=20shortname=20to=20platondev=20and=20add=20PlatON=20mainnet(21?= =?UTF-8?q?0425)=20(#864)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * added: Alaya&PlatON testnet * add faucets * update explorer url" * add alaya mainnet * Add PlatON mainnet * rm eip155-201018.json * change platon devnet's shortname to platondev * change platon devnet's shortname to platondev * add PlatON mainnet * Remove extra slash Co-authored-by: ligi --- _data/chains/eip155-210309.json | 2 +- _data/chains/eip155-210425.json | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 _data/chains/eip155-210425.json diff --git a/_data/chains/eip155-210309.json b/_data/chains/eip155-210309.json index a6b23f4c..aed0e533 100644 --- a/_data/chains/eip155-210309.json +++ b/_data/chains/eip155-210309.json @@ -14,7 +14,7 @@ "decimals": 18 }, "infoURL": "https://www.platon.network", - "shortName": "PlatON", + "shortName": "platondev", "chainId": 210309, "networkId": 1, "icon": "platon", diff --git a/_data/chains/eip155-210425.json b/_data/chains/eip155-210425.json new file mode 100644 index 00000000..21b73ff8 --- /dev/null +++ b/_data/chains/eip155-210425.json @@ -0,0 +1,27 @@ +{ + "name": "PlatON Mainnet", + "chain": "PlatON", + "network": "mainnet", + "rpc": [ + "https://openapi.platon.network/rpc", + "wss://openapi.platon.network/ws" + ], + "faucets": [], + "nativeCurrency": { + "name": "LAT", + "symbol": "lat", + "decimals": 18 + }, + "infoURL": "https://www.platon.network", + "shortName": "platon", + "chainId": 210425, + "networkId": 1, + "icon": "platon", + "explorers": [ + { + "name": "PlatON explorer", + "url": "https://scan.platon.network", + "standard": "none" + } + ] +} \ No newline at end of file From 00696485a454405bcd762ed1e72062985e35777b Mon Sep 17 00:00:00 2001 From: Thanatat Tamtan Date: Fri, 11 Feb 2022 15:00:56 +0700 Subject: [PATCH 2/7] add rei chain (#868) --- _data/chains/eip155-55555.json | 25 +++++++++++++++++++++++++ _data/chains/eip155-55556.json | 25 +++++++++++++++++++++++++ _data/icons/reichain.json | 8 ++++++++ 3 files changed, 58 insertions(+) create mode 100644 _data/chains/eip155-55555.json create mode 100644 _data/chains/eip155-55556.json create mode 100644 _data/icons/reichain.json diff --git a/_data/chains/eip155-55555.json b/_data/chains/eip155-55555.json new file mode 100644 index 00000000..250f0a0c --- /dev/null +++ b/_data/chains/eip155-55555.json @@ -0,0 +1,25 @@ +{ + "name": "REI Chain Mainnet", + "chain": "REI", + "icon": "reichain", + "rpc": [ + "https://rei-rpc.moonrhythm.io" + ], + "faucets": [ + "http://kururu.finance/faucet?chainId=55555" + ], + "nativeCurrency": { + "name": "Rei", + "symbol": "REI", + "decimals": 18 + }, + "infoURL": "https://reichain.io", + "shortName": "rei", + "chainId": 55555, + "networkId": 55555, + "explorers": [{ + "name": "reiscan", + "url": "https://reiscan.com", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-55556.json b/_data/chains/eip155-55556.json new file mode 100644 index 00000000..79332b68 --- /dev/null +++ b/_data/chains/eip155-55556.json @@ -0,0 +1,25 @@ +{ + "name": "REI Chain Testnet", + "chain": "REI", + "icon": "reichain", + "rpc": [ + "https://rei-testnet-rpc.moonrhythm.io" + ], + "faucets": [ + "http://kururu.finance/faucet?chainId=55556" + ], + "nativeCurrency": { + "name": "tRei", + "symbol": "tREI", + "decimals": 18 + }, + "infoURL": "https://reichain.io", + "shortName": "trei", + "chainId": 55556, + "networkId": 55556, + "explorers": [{ + "name": "reiscan", + "url": "https://testnet.reiscan.com", + "standard": "EIP3091" + }] +} diff --git a/_data/icons/reichain.json b/_data/icons/reichain.json new file mode 100644 index 00000000..895fa347 --- /dev/null +++ b/_data/icons/reichain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmNy5d5knHVjJJS9g4kLsh9i73RTjckpKL6KZvRk6ptbhf", + "width": 591, + "height": 591, + "format": "svg" + } +] From feb250fa69fbf93ac36e6f436b4133ff4875f3d8 Mon Sep 17 00:00:00 2001 From: Nova Network Inc <95463062+nova-network-inc@users.noreply.github.com> Date: Fri, 11 Feb 2022 21:04:04 +1300 Subject: [PATCH 3/7] Create eip155-87.json (#859) * Create eip155-87.json Add Nova Network * Update _data/chains/eip155-87.json * Update eip155-87.json * remove extra comma Co-authored-by: ligi --- _data/chains/eip155-87.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 _data/chains/eip155-87.json diff --git a/_data/chains/eip155-87.json b/_data/chains/eip155-87.json new file mode 100644 index 00000000..d729b9c9 --- /dev/null +++ b/_data/chains/eip155-87.json @@ -0,0 +1,19 @@ +{ + "name": "Nova Network", + "chain": "NBX", + "icon": "novanetwork", + "rpc": [ + "http://rpc.novanetwork.io:8545/", + "http://82.165.54.110:8545/" + ], + "faucets": [], + "nativeCurrency": { + "name": "Nebula X", + "symbol": "NBX", + "decimals": 18 + }, + "infoURL": "https://novanetwork.io/", + "shortName": "nbx", + "chainId": 87, + "networkId": 87 +} From 13b6e53166234a6ecca2e6e2fd803ab5a51407c7 Mon Sep 17 00:00:00 2001 From: meshnyan <83761421+meshnyan@users.noreply.github.com> Date: Fri, 11 Feb 2022 11:07:11 +0300 Subject: [PATCH 4/7] create mos elections testnet network (#863) Co-authored-by: novikovmu --- _data/chains/eip155-600.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 _data/chains/eip155-600.json diff --git a/_data/chains/eip155-600.json b/_data/chains/eip155-600.json new file mode 100644 index 00000000..a90c577f --- /dev/null +++ b/_data/chains/eip155-600.json @@ -0,0 +1,18 @@ +{ + "name": "Mos elections testnet", + "chain": "METestChain", + "rpc": [ + ], + "faucets": [ + ], + "nativeCurrency": { + "name": "Mos Elections Testnet Native Token", + "symbol": "METNT", + "decimals": 18 + }, + "infoURL": "", + "shortName": "me-chain-testnet", + "chainId": 600, + "networkId": 600 + } + \ No newline at end of file From 64279c282cd57943fa5324ed2006e21943ad8e04 Mon Sep 17 00:00:00 2001 From: albertov19 <64150856+albertov19@users.noreply.github.com> Date: Fri, 11 Feb 2022 09:10:01 +0100 Subject: [PATCH 5/7] updated moonriver/moonbeam (#865) --- _data/chains/eip155-1284.json | 5 ----- _data/chains/eip155-1285.json | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/_data/chains/eip155-1284.json b/_data/chains/eip155-1284.json index ffb88e21..5d1cdada 100644 --- a/_data/chains/eip155-1284.json +++ b/_data/chains/eip155-1284.json @@ -16,11 +16,6 @@ "chainId": 1284, "networkId": 1284, "explorers": [ - { - "name": "blockscout", - "url": "https://blockscout.moonbeam.network", - "standard": "none" - }, { "name": "moonscan", "url": "https://moonbeam.moonscan.io", diff --git a/_data/chains/eip155-1285.json b/_data/chains/eip155-1285.json index 3940e979..c4a58304 100644 --- a/_data/chains/eip155-1285.json +++ b/_data/chains/eip155-1285.json @@ -2,8 +2,8 @@ "name": "Moonriver", "chain": "MOON", "rpc": [ - "https://rpc.moonriver.moonbeam.network", - "wss://wss.moonriver.moonbeam.network" + "https://rpc.api.moonriver.moonbeam.network", + "wss://wss.api.moonriver.moonbeam.network" ], "faucets": [], "nativeCurrency": { From d2915575c7903682061b5cddb9fbf9bd91725002 Mon Sep 17 00:00:00 2001 From: vchain007 <75559334+vchain007@users.noreply.github.com> Date: Fri, 11 Feb 2022 16:13:53 +0800 Subject: [PATCH 6/7] Update eip155-666666.json (#869) decimals 6 --> 18 native vs decimal is 6 ,but ethereum compatible interface already adapt --- _data/chains/eip155-666666.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-666666.json b/_data/chains/eip155-666666.json index 61e290d2..267d94f8 100644 --- a/_data/chains/eip155-666666.json +++ b/_data/chains/eip155-666666.json @@ -10,11 +10,11 @@ "nativeCurrency": { "name": "VS", "symbol": "VS", - "decimals": 6 + "decimals": 18 }, "infoURL": "https://visionscan.org", "shortName": "vpioneer", "chainId": 666666, "networkId": 666666, "slip44": 60 -} \ No newline at end of file +} From 76df19fc93ed7cb8451471b8f64abb041c5f24aa Mon Sep 17 00:00:00 2001 From: vchain007 <75559334+vchain007@users.noreply.github.com> Date: Fri, 11 Feb 2022 16:19:29 +0800 Subject: [PATCH 7/7] Update eip155-888888.json (#870) decimals 6 --> 18 native vs decimal is 6 ,but ethereum compatible interface already adapt --- _data/chains/eip155-888888.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-888888.json b/_data/chains/eip155-888888.json index 81960b40..67e1cd1e 100644 --- a/_data/chains/eip155-888888.json +++ b/_data/chains/eip155-888888.json @@ -9,11 +9,11 @@ "nativeCurrency": { "name": "VS", "symbol": "VS", - "decimals": 6 + "decimals": 18 }, "infoURL": "https://visionscan.org", "shortName": "vision", "chainId": 888888, "networkId": 888888, "slip44": 60 - } \ No newline at end of file + }