From d05bfc78714f727c00f835ea433bfab53bd28cf7 Mon Sep 17 00:00:00 2001 From: skenaja <510285+skenaja@users.noreply.github.com> Date: Fri, 21 Jan 2022 16:09:06 +0000 Subject: [PATCH 01/21] Update Palm network name (#791) --- _data/chains/eip155-11297108109.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-11297108109.json b/_data/chains/eip155-11297108109.json index 686695ff..c1a40539 100644 --- a/_data/chains/eip155-11297108109.json +++ b/_data/chains/eip155-11297108109.json @@ -1,5 +1,5 @@ { - "name": "Palm Mainnet", + "name": "Palm", "chain": "Palm", "rpc": [], "faucets": [], From fa6ff648182d8e2216d9c890ccd5c380f2320ef9 Mon Sep 17 00:00:00 2001 From: MartinB <38029526+MartinBTM@users.noreply.github.com> Date: Sat, 22 Jan 2022 23:29:22 +0800 Subject: [PATCH 02/21] update eip155-189.json (#788) * update eip155-189.json update the testnet explorers to https://bmctestnet.blockmeta.com/ * Update _data/chains/eip155-189.json Co-authored-by: ligi --- _data/chains/eip155-189.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-189.json b/_data/chains/eip155-189.json index 947ebfb3..64732c87 100644 --- a/_data/chains/eip155-189.json +++ b/_data/chains/eip155-189.json @@ -16,7 +16,7 @@ "networkId": 189, "explorers": [{ "name": "Blockmeta", - "url": "https://bmc.blockmeta.com", + "url": "https://bmctestnet.blockmeta.com", "standard": "none" }] } From 1adb8b21724d25488c9feea8e210d81295e3b288 Mon Sep 17 00:00:00 2001 From: LtSnakePlissken Date: Sun, 23 Jan 2022 01:47:41 -0700 Subject: [PATCH 03/21] Updated Elastos RPC/Info (#798) * Updated Elastos RPC/Info * Update _data/chains/eip155-20.json * Update _data/chains/eip155-20.json Co-authored-by: ligi --- _data/chains/eip155-20.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/_data/chains/eip155-20.json b/_data/chains/eip155-20.json index 0bddca16..67d3bac8 100644 --- a/_data/chains/eip155-20.json +++ b/_data/chains/eip155-20.json @@ -1,10 +1,10 @@ { - "name": "ELA-ETH-Sidechain Mainnet", + "name": "Elastos Smart Chain", "chain": "ETH", "rpc": [ - "https://mainrpc.elaeth.io" + "https://api.elastos.io/eth" ], - "faucets": [], + "faucets": ["https://faucet.elastos.org/"], "nativeCurrency": { "name": "Elastos", "symbol": "ELA", @@ -13,5 +13,10 @@ "infoURL": "https://www.elastos.org/", "shortName": "elaeth", "chainId": 20, - "networkId": 20 + "networkId": 20, + "explorers": [{ + "name": "elastos eth explorer", + "url": "https://eth.elastos.io", + "standard": "EIP3091" + }] } From e87e52953370a435a75e17d83283b70463a7849e Mon Sep 17 00:00:00 2001 From: ligi Date: Sun, 23 Jan 2022 19:02:47 +0100 Subject: [PATCH 04/21] Fix RPC<>Faucet --- _data/chains/eip155-421611.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/_data/chains/eip155-421611.json b/_data/chains/eip155-421611.json index ecd40d0c..0494098f 100644 --- a/_data/chains/eip155-421611.json +++ b/_data/chains/eip155-421611.json @@ -10,12 +10,13 @@ "symbol": "ARETH", "decimals": 18 }, - "rpc": [ - "http://fauceth.komputing.org?chain=421611&address=${ADDRESS}", + "rpc": [ "https://rinkeby.arbitrum.io/rpc", "wss://rinkeby.arbitrum.io/ws" ], - "faucets": [], + "faucets": [ + "http://fauceth.komputing.org?chain=421611&address=${ADDRESS}" + ], "infoURL": "https://arbitrum.io", "explorers": [ { From 216916798eccaf51409210add1028ba52320c8ae Mon Sep 17 00:00:00 2001 From: QDanlSc <87968445+QDanlSc@users.noreply.github.com> Date: Wed, 26 Jan 2022 05:18:22 +0800 Subject: [PATCH 05/21] Add UBC (#790) * Add UBC * update usc * update url * Update eip155-99998.json Co-authored-by: bCoder778 --- _data/chains/eip155-99998.json | 20 ++++++++++++++++++++ _data/chains/eip155-99999.json | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 _data/chains/eip155-99998.json create mode 100644 _data/chains/eip155-99999.json diff --git a/_data/chains/eip155-99998.json b/_data/chains/eip155-99998.json new file mode 100644 index 00000000..68ebba6b --- /dev/null +++ b/_data/chains/eip155-99998.json @@ -0,0 +1,20 @@ +{ + "name": "UB Smart Chain(testnet)", + "chain": "USC", + "network": "testnet", + "rpc": [ + "https://testnet.rpc.uschain.network" + ], + "faucets": [ + ], + "nativeCurrency": { + "name": "UBC", + "symbol": "UBC", + "decimals": 18 + }, + "infoURL": "https://www.ubchain.site", + "shortName": "usctest", + "chainId": 99998, + "networkId": 99998 +} + diff --git a/_data/chains/eip155-99999.json b/_data/chains/eip155-99999.json new file mode 100644 index 00000000..3afb8737 --- /dev/null +++ b/_data/chains/eip155-99999.json @@ -0,0 +1,20 @@ +{ + "name": "UB Smart Chain", + "chain": "USC", + "network": "mainnet", + "rpc": [ + "https://rpc.uschain.network" + ], + "faucets": [ + ], + "nativeCurrency": { + "name": "UBC", + "symbol": "UBC", + "decimals": 18 + }, + "infoURL": "https://www.ubchain.site/", + "shortName": "usc", + "chainId": 99999, + "networkId": 99999 +} + From 7af911c337dcf34f76b9182082700709cd05e546 Mon Sep 17 00:00:00 2001 From: Vu Date: Fri, 28 Jan 2022 21:55:08 +0700 Subject: [PATCH 06/21] add tomochain testnet and update mainnet info (#801) * add tomochain testnet and update mainnet info * Update _data/chains/eip155-89.json * update unique shortName Co-authored-by: ligi --- _data/chains/eip155-88.json | 4 ++-- _data/chains/eip155-89.json | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 _data/chains/eip155-89.json diff --git a/_data/chains/eip155-88.json b/_data/chains/eip155-88.json index 0112c424..4a5f2052 100644 --- a/_data/chains/eip155-88.json +++ b/_data/chains/eip155-88.json @@ -6,11 +6,11 @@ ], "faucets": [], "nativeCurrency": { - "name": "TomoChain Ether", + "name": "TomoChain", "symbol": "TOMO", "decimals": 18 }, - "infoURL": "https://tomocoin.io", + "infoURL": "https://tomochain.com", "shortName": "tomo", "chainId": 88, "networkId": 88, diff --git a/_data/chains/eip155-89.json b/_data/chains/eip155-89.json new file mode 100644 index 00000000..80795cd8 --- /dev/null +++ b/_data/chains/eip155-89.json @@ -0,0 +1,18 @@ +{ + "name": "TomoChain Testnet", + "chain": "TOMO", + "rpc": [ + "https://rpc.testnet.tomochain.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "TomoChain", + "symbol": "TOMO", + "decimals": 18 + }, + "infoURL": "https://tomochain.com", + "shortName": "tomot", + "chainId": 89, + "networkId": 89, + "slip44": 889 + } \ No newline at end of file From 54677f8cc08ea7ba4dee3fbe6d20b223a4dee2b1 Mon Sep 17 00:00:00 2001 From: ligi Date: Fri, 28 Jan 2022 15:57:48 +0100 Subject: [PATCH 07/21] Add Sourcify Playground --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 31a4b6da..fbfcf39f 100644 --- a/README.md +++ b/README.md @@ -89,4 +89,5 @@ There are also aggregated json files with all chains automatically assembled: * [eth-chains](https://github.com/taylorjdawson/eth-chains) * [EVM-BOX](https://github.com/izayl/evm-box) * [FaucETH](https://github.com/komputing/FaucETH) + * [Sourcify playground](https://playground.sourcify.dev) * Your project - contact us to add it here! From 42cfab445a4993916c8ce1b1c4fc6fe016a8cd9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Garamv=C3=B6lgyi?= Date: Fri, 28 Jan 2022 23:07:35 +0800 Subject: [PATCH 08/21] Add Conflux testnet (#802) * add Conflux testnet * specify unique shortName * update explorer URL * update testnet RPC URL --- _data/chains/eip155-1030.json | 7 ++++--- _data/chains/eip155-71.json | 24 ++++++++++++++++++++++++ _data/icons/conflux.json | 8 ++++++++ 3 files changed, 36 insertions(+), 3 deletions(-) create mode 100644 _data/chains/eip155-71.json create mode 100644 _data/icons/conflux.json diff --git a/_data/chains/eip155-1030.json b/_data/chains/eip155-1030.json index 7f4b2a46..04b1e138 100644 --- a/_data/chains/eip155-1030.json +++ b/_data/chains/eip155-1030.json @@ -1,7 +1,7 @@ { - "name": "Conflux", + "name": "Conflux Mainnet", "chain": "Conflux", - "rpc": ["https://ethcore.confluxrpc.com"], + "rpc": ["https://evm.confluxrpc.com"], "faucets": [], "nativeCurrency": { "name": "CFX", @@ -12,10 +12,11 @@ "shortName": "cfx", "chainId": 1030, "networkId": 1030, + "icon": "conflux", "explorers": [ { "name": "Conflux Scan", - "url": "https://confluxscan.io", + "url": "https://evm.confluxscan.io", "standard": "none" } ] diff --git a/_data/chains/eip155-71.json b/_data/chains/eip155-71.json new file mode 100644 index 00000000..b3b61358 --- /dev/null +++ b/_data/chains/eip155-71.json @@ -0,0 +1,24 @@ +{ + "name": "Conflux Testnet", + "chain": "Conflux", + "network": "testnet", + "rpc": ["https://evmtestnet.confluxrpc.com"], + "faucets": [], + "nativeCurrency": { + "name": "CFX", + "symbol": "CFX", + "decimals": 18 + }, + "infoURL": "https://confluxnetwork.org", + "shortName": "cfxtest", + "chainId": 71, + "networkId": 71, + "icon": "conflux", + "explorers": [ + { + "name": "Conflux Scan", + "url": "https://evmtestnet.confluxscan.io", + "standard": "none" + } + ] + } \ No newline at end of file diff --git a/_data/icons/conflux.json b/_data/icons/conflux.json new file mode 100644 index 00000000..84f36ab7 --- /dev/null +++ b/_data/icons/conflux.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://bafkreifj7n24u2dslfijfihwqvpdeigt5aj3k3sxv6s35lv75sxsfr3ojy", + "width":460, + "height":576, + "format":"png" + } +] From 5cf9aab830f1bff051f61c75257786cc6a6e5e9a Mon Sep 17 00:00:00 2001 From: portuu3 <61605646+portuu3@users.noreply.github.com> Date: Sat, 29 Jan 2022 12:29:45 +0100 Subject: [PATCH 09/21] add garizon chain (#809) * add garizon chain * fix garizon network Co-authored-by: poortuu3 <> --- _data/chains/eip155-90.json | 25 +++++++++++++++++++++++++ _data/chains/eip155-900.json | 27 +++++++++++++++++++++++++++ _data/chains/eip155-901.json | 31 +++++++++++++++++++++++++++++++ _data/chains/eip155-902.json | 31 +++++++++++++++++++++++++++++++ _data/chains/eip155-903.json | 31 +++++++++++++++++++++++++++++++ _data/chains/eip155-91.json | 29 +++++++++++++++++++++++++++++ _data/chains/eip155-92.json | 29 +++++++++++++++++++++++++++++ _data/chains/eip155-93.json | 29 +++++++++++++++++++++++++++++ _data/icons/garizon.json | 8 ++++++++ 9 files changed, 240 insertions(+) create mode 100644 _data/chains/eip155-90.json create mode 100644 _data/chains/eip155-900.json create mode 100644 _data/chains/eip155-901.json create mode 100644 _data/chains/eip155-902.json create mode 100644 _data/chains/eip155-903.json create mode 100644 _data/chains/eip155-91.json create mode 100644 _data/chains/eip155-92.json create mode 100644 _data/chains/eip155-93.json create mode 100644 _data/icons/garizon.json diff --git a/_data/chains/eip155-90.json b/_data/chains/eip155-90.json new file mode 100644 index 00000000..cc0c21c9 --- /dev/null +++ b/_data/chains/eip155-90.json @@ -0,0 +1,25 @@ +{ + "name": "Garizon Stage0", + "chain": "GAR", + "network": "mainnet", + "icon": "garizon", + "rpc": [ + "https://s0.garizon.net/rpc" + ], + "faucets": [], + "nativeCurrency": { + "name": "Garizon", + "symbol": "GAR", + "decimals": 18 + }, + "infoURL": "https://garizon.com", + "shortName": "gar-s0", + "chainId": 90, + "networkId": 90, + "explorers": [{ + "name": "explorer", + "url": "https://explorer.garizon.com", + "icon": "garizon", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-900.json b/_data/chains/eip155-900.json new file mode 100644 index 00000000..ae7db495 --- /dev/null +++ b/_data/chains/eip155-900.json @@ -0,0 +1,27 @@ +{ + "name": "Garizon Testnet Stage0", + "chain": "GAR", + "network": "testnet", + "icon": "garizon", + "rpc": [ + "https://s0-testnet.garizon.net/rpc" + ], + "faucets": [ + "https://faucet-testnet.garizon.com" + ], + "nativeCurrency": { + "name": "Garizon", + "symbol": "GAR", + "decimals": 18 + }, + "infoURL": "https://garizon.com", + "shortName": "gar-test-s0", + "chainId": 900, + "networkId": 900, + "explorers": [{ + "name": "explorer", + "url": "https://explorer-testnet.garizon.com", + "icon": "garizon", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-901.json b/_data/chains/eip155-901.json new file mode 100644 index 00000000..419eef10 --- /dev/null +++ b/_data/chains/eip155-901.json @@ -0,0 +1,31 @@ +{ + "name": "Garizon Testnet Stage1", + "chain": "GAR", + "network": "testnet", + "icon": "garizon", + "rpc": [ + "https://s1-testnet.garizon.net/rpc" + ], + "faucets": [ + "https://faucet-testnet.garizon.com" + ], + "nativeCurrency": { + "name": "Garizon", + "symbol": "GAR", + "decimals": 18 + }, + "infoURL": "https://garizon.com", + "shortName": "gar-test-s1", + "chainId": 901, + "networkId": 901, + "explorers": [{ + "name": "explorer", + "url": "https://explorer-testnet.garizon.com", + "icon": "garizon", + "standard": "EIP3091" + }], + "parent": { + "chain": "eip155-900", + "type": "shard" + } +} diff --git a/_data/chains/eip155-902.json b/_data/chains/eip155-902.json new file mode 100644 index 00000000..4494f93a --- /dev/null +++ b/_data/chains/eip155-902.json @@ -0,0 +1,31 @@ +{ + "name": "Garizon Testnet Stage2", + "chain": "GAR", + "network": "testnet", + "icon": "garizon", + "rpc": [ + "https://s2-testnet.garizon.net/rpc" + ], + "faucets": [ + "https://faucet-testnet.garizon.com" + ], + "nativeCurrency": { + "name": "Garizon", + "symbol": "GAR", + "decimals": 18 + }, + "infoURL": "https://garizon.com", + "shortName": "gar-test-s2", + "chainId": 902, + "networkId": 902, + "explorers": [{ + "name": "explorer", + "url": "https://explorer-testnet.garizon.com", + "icon": "garizon", + "standard": "EIP3091" + }], + "parent": { + "chain": "eip155-900", + "type": "shard" + } +} diff --git a/_data/chains/eip155-903.json b/_data/chains/eip155-903.json new file mode 100644 index 00000000..73ac913a --- /dev/null +++ b/_data/chains/eip155-903.json @@ -0,0 +1,31 @@ +{ + "name": "Garizon Testnet Stage3", + "chain": "GAR", + "network": "testnet", + "icon": "garizon", + "rpc": [ + "https://s3-testnet.garizon.net/rpc" + ], + "faucets": [ + "https://faucet-testnet.garizon.com" + ], + "nativeCurrency": { + "name": "Garizon", + "symbol": "GAR", + "decimals": 18 + }, + "infoURL": "https://garizon.com", + "shortName": "gar-test-s3", + "chainId": 903, + "networkId": 903, + "explorers": [{ + "name": "explorer", + "url": "https://explorer-testnet.garizon.com", + "icon": "garizon", + "standard": "EIP3091" + }], + "parent": { + "chain": "eip155-900", + "type": "shard" + } +} diff --git a/_data/chains/eip155-91.json b/_data/chains/eip155-91.json new file mode 100644 index 00000000..df8d56cb --- /dev/null +++ b/_data/chains/eip155-91.json @@ -0,0 +1,29 @@ +{ + "name": "Garizon Stage1", + "chain": "GAR", + "network": "mainnet", + "icon": "garizon", + "rpc": [ + "https://s1.garizon.net/rpc" + ], + "faucets": [], + "nativeCurrency": { + "name": "Garizon", + "symbol": "GAR", + "decimals": 18 + }, + "infoURL": "https://garizon.com", + "shortName": "gar-s1", + "chainId": 91, + "networkId": 91, + "explorers": [{ + "name": "explorer", + "url": "https://explorer.garizon.com", + "icon": "garizon", + "standard": "EIP3091" + }], + "parent": { + "chain": "eip155-90", + "type": "shard" + } +} diff --git a/_data/chains/eip155-92.json b/_data/chains/eip155-92.json new file mode 100644 index 00000000..4d23e9bf --- /dev/null +++ b/_data/chains/eip155-92.json @@ -0,0 +1,29 @@ +{ + "name": "Garizon Stage2", + "chain": "GAR", + "network": "mainnet", + "icon": "garizon", + "rpc": [ + "https://s2.garizon.net/rpc" + ], + "faucets": [], + "nativeCurrency": { + "name": "Garizon", + "symbol": "GAR", + "decimals": 18 + }, + "infoURL": "https://garizon.com", + "shortName": "gar-s2", + "chainId": 92, + "networkId": 92, + "explorers": [{ + "name": "explorer", + "url": "https://explorer.garizon.com", + "icon": "garizon", + "standard": "EIP3091" + }], + "parent": { + "chain": "eip155-90", + "type": "shard" + } +} diff --git a/_data/chains/eip155-93.json b/_data/chains/eip155-93.json new file mode 100644 index 00000000..3802ec4c --- /dev/null +++ b/_data/chains/eip155-93.json @@ -0,0 +1,29 @@ +{ + "name": "Garizon Stage3", + "chain": "GAR", + "network": "mainnet", + "icon": "garizon", + "rpc": [ + "https://s3.garizon.net/rpc" + ], + "faucets": [], + "nativeCurrency": { + "name": "Garizon", + "symbol": "GAR", + "decimals": 18 + }, + "infoURL": "https://garizon.com", + "shortName": "gar-s3", + "chainId": 93, + "networkId": 93, + "explorers": [{ + "name": "explorer", + "url": "https://explorer.garizon.com", + "icon": "garizon", + "standard": "EIP3091" + }], + "parent": { + "chain": "eip155-90", + "type": "shard" + } +} diff --git a/_data/icons/garizon.json b/_data/icons/garizon.json new file mode 100644 index 00000000..8f153f78 --- /dev/null +++ b/_data/icons/garizon.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmW3WRyuLZ95K8hvV2QN6rP5yWY98sSzWyVUxD2eUjXGrc", + "width": 1024, + "height": 613, + "format": "png" + } +] \ No newline at end of file From 9a8288ca3c40f452f56cbbbda141a39da6c754c7 Mon Sep 17 00:00:00 2001 From: Gabriel Cardona Date: Sat, 29 Jan 2022 04:52:55 -0800 Subject: [PATCH 10/21] Addition of WAGMI Chain ID (#812) * WAGMI chain info. * Update explorer name. * Add wagmi icon. * Update _data/chains/eip155-11111.json Co-authored-by: ligi --- _data/chains/eip155-11111.json | 25 +++++++++++++++++++++++++ _data/icons/wagmi.json | 8 ++++++++ 2 files changed, 33 insertions(+) create mode 100644 _data/chains/eip155-11111.json create mode 100644 _data/icons/wagmi.json diff --git a/_data/chains/eip155-11111.json b/_data/chains/eip155-11111.json new file mode 100644 index 00000000..6123e340 --- /dev/null +++ b/_data/chains/eip155-11111.json @@ -0,0 +1,25 @@ +{ + "name": "WAGMI", + "chain": "WAGMI", + "icon": "wagmi", + "rpc": [ + "https://api.trywagmi.xyz/rpc" + ], + "faucets": [], + "nativeCurrency": { + "name": "WAGMI", + "symbol": "WGM", + "decimals": 18 + }, + "infoURL": "https://trywagmi.xyz", + "shortName": "WAGMI", + "chainId": 11111, + "networkId": 11111, + "explorers": [ + { + "name": "WAGMI Explorer", + "url": "https://trywagmi.xyz", + "standard": "none" + } + ] +} \ No newline at end of file diff --git a/_data/icons/wagmi.json b/_data/icons/wagmi.json new file mode 100644 index 00000000..dd13d48c --- /dev/null +++ b/_data/icons/wagmi.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmNoyUXxnak8B3xgFxErkVfyVEPJUMHBzq7qJcYzkUrPR4", + "width": 500, + "height": 500, + "format": "png" + } +] \ No newline at end of file From 40f247a5ff6b84257baf475d80d6499aead73448 Mon Sep 17 00:00:00 2001 From: Reggie <92185630+blockchainreg@users.noreply.github.com> Date: Sat, 29 Jan 2022 12:11:45 -0800 Subject: [PATCH 11/21] change symbol (#817) --- _data/chains/eip155-708.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-708.json b/_data/chains/eip155-708.json index 7d7b5f4a..1575e996 100644 --- a/_data/chains/eip155-708.json +++ b/_data/chains/eip155-708.json @@ -10,11 +10,11 @@ ], "nativeCurrency": { "name": "BCS Testnet Token", - "symbol": "tPLAY", + "symbol": "tBCS", "decimals": 18 }, "infoURL": "https://blockchainstation.io", - "shortName": "tplay", + "shortName": "tbcs", "chainId": 708, "networkId": 708, "explorers": [{ From f4cd7c698227ad5c2b286fbd07e9bcf06b89ea3e Mon Sep 17 00:00:00 2001 From: Reggie <92185630+blockchainreg@users.noreply.github.com> Date: Sat, 29 Jan 2022 12:21:19 -0800 Subject: [PATCH 12/21] Changed Symbol (#816) --- _data/chains/eip155-707.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-707.json b/_data/chains/eip155-707.json index f5715615..0b5f43a9 100644 --- a/_data/chains/eip155-707.json +++ b/_data/chains/eip155-707.json @@ -8,11 +8,11 @@ "faucets": [], "nativeCurrency": { "name": "BCS Token", - "symbol": "PLAY", + "symbol": "BCS", "decimals": 18 }, "infoURL": "https://blockchainstation.io", - "shortName": "play", + "shortName": "bcs", "chainId": 707, "networkId": 707, "explorers": [{ From 9e0da3a87e9bf7e3a417bc3f6f22cb0a7964dfc7 Mon Sep 17 00:00:00 2001 From: nfttoken <84901128+nfttoken@users.noreply.github.com> Date: Sun, 30 Jan 2022 17:41:06 +0800 Subject: [PATCH 13/21] OYchain apply for networkID 126, thanks, details please see EIP155-126.json (#785) * Create EIP155-126.json * Update EIP155-126.json * Update EIP155-126.json * Update EIP155-126.json * Create oychain.json * Update EIP155-126.json add "icon" * Rename EIP155-126.json to eip155-126.json * Update _data/chains/eip155-126.json Co-authored-by: ligi Co-authored-by: ligi --- _data/chains/eip155-126.json | 26 ++++++++++++++++++++++++++ _data/icons/oychain.json | 8 ++++++++ 2 files changed, 34 insertions(+) create mode 100644 _data/chains/eip155-126.json create mode 100644 _data/icons/oychain.json diff --git a/_data/chains/eip155-126.json b/_data/chains/eip155-126.json new file mode 100644 index 00000000..ef951218 --- /dev/null +++ b/_data/chains/eip155-126.json @@ -0,0 +1,26 @@ +{ + "name": "OYchain Testnet", + "chain": "OYchain", + "icon": "oychain", + "rpc": [ + "https://rpc.cntop3.com" + ], + "faucets": [ + "https://faucet.cntop3.com" + ], + "nativeCurrency": { + "name": "OYchain Token", + "symbol": "OY", + "decimals": 18 + }, + "infoURL": "https://www.cntop3.com", + "shortName": "oychain", + "chainId": 126, + "networkId": 126, + "slip44": 126, + "explorers": [{ + "name": "OYchain Explorer", + "url": "https://scan.cntop3.com", + "standard": "none" + }] + } diff --git a/_data/icons/oychain.json b/_data/icons/oychain.json new file mode 100644 index 00000000..000462a2 --- /dev/null +++ b/_data/icons/oychain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafybeifjr626ix4jkugnhna7efgymleesv2atlxiprcukthgsitqihedei", + "width": 677, + "height": 237, + "format": "png" + } +] From c069d4f0b0192ad7ac791dcc43bcdb6288404af6 Mon Sep 17 00:00:00 2001 From: ligi Date: Sun, 30 Jan 2022 17:58:18 +0100 Subject: [PATCH 14/21] shorten name & add title (#820) --- _data/chains/eip155-80001.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_data/chains/eip155-80001.json b/_data/chains/eip155-80001.json index 49db4bb8..c95da468 100644 --- a/_data/chains/eip155-80001.json +++ b/_data/chains/eip155-80001.json @@ -1,5 +1,6 @@ { - "name": "Polygon Testnet Mumbai", + "name": "Mumbai", + "title": "Polygon Testnet Mumbai", "chain": "Polygon", "rpc": [ "https://matic-mumbai.chainstacklabs.com", From bc7d951bff3d0645d8f0c8851f60c9bf002c89f8 Mon Sep 17 00:00:00 2001 From: ligi Date: Sun, 30 Jan 2022 17:58:32 +0100 Subject: [PATCH 15/21] Add explorer, shorten name, add title (#819) * Add explorer, shorten name, add title * Add FaucETH * Update _data/chains/eip155-3.json --- _data/chains/eip155-3.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-3.json b/_data/chains/eip155-3.json index 5e20f066..1857ee89 100644 --- a/_data/chains/eip155-3.json +++ b/_data/chains/eip155-3.json @@ -1,11 +1,13 @@ { - "name": "Ethereum Testnet Ropsten", + "name": "Ropsten", + "title": "Ethereum Testnet Ropsten", "chain": "ETH", "rpc": [ "https://ropsten.infura.io/v3/${INFURA_API_KEY}", "wss://ropsten.infura.io/ws/v3/${INFURA_API_KEY}" ], "faucets": [ + "http://fauceth.komputing.org?chain=3&address=${ADDRESS}", "https://faucet.ropsten.be?${ADDRESS}" ], "nativeCurrency": { @@ -19,5 +21,10 @@ "networkId": 3, "ens": { "registry":"0x112234455c3a32fd11230c42e7bccd4a84e02010" - } + }, + "explorers": [{ + "name": "etherscan", + "url": "https://ropsten.etherscan.io", + "standard": "EIP3091" + }] } From 9087b1fc0c3e5c56ccc4046c5a751f5f7c3bcbda Mon Sep 17 00:00:00 2001 From: smartcontracts Date: Mon, 31 Jan 2022 12:27:30 -0500 Subject: [PATCH 16/21] fix: rename oe to optimism (#827) --- _data/chains/eip155-10.json | 2 +- _data/chains/eip155-69.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/chains/eip155-10.json b/_data/chains/eip155-10.json index ca033651..40e5ae54 100644 --- a/_data/chains/eip155-10.json +++ b/_data/chains/eip155-10.json @@ -1,5 +1,5 @@ { - "name": "Optimistic Ethereum", + "name": "Optimism", "chain": "ETH", "rpc": ["https://mainnet.optimism.io/"], "faucets": [], diff --git a/_data/chains/eip155-69.json b/_data/chains/eip155-69.json index 25395770..bd7c54ed 100644 --- a/_data/chains/eip155-69.json +++ b/_data/chains/eip155-69.json @@ -1,6 +1,6 @@ { - "name": "Optimistic Kovan", - "title": "Optimistic Ethereum Testnet Kovan", + "name": "Optimism Kovan", + "title": "Optimism Testnet Kovan", "chain": "ETH", "rpc": ["https://kovan.optimism.io/"], "faucets": [ From 4dd19dab865b14b64a671471c3cbb9bca328ac1a Mon Sep 17 00:00:00 2001 From: tgoerke Date: Fri, 4 Feb 2022 15:35:10 +0100 Subject: [PATCH 17/21] Add IDChain to chainlist (#828) * Add IDChain to chainlist * Remove icon ref * Add idchain icon ref to ipfs * Add icon ref to config Co-authored-by: T Goerke --- _data/chains/eip155-74.json | 26 ++++++++++++++++++++++++++ _data/icons/idchain.json | 8 ++++++++ 2 files changed, 34 insertions(+) create mode 100644 _data/chains/eip155-74.json create mode 100644 _data/icons/idchain.json diff --git a/_data/chains/eip155-74.json b/_data/chains/eip155-74.json new file mode 100644 index 00000000..66045260 --- /dev/null +++ b/_data/chains/eip155-74.json @@ -0,0 +1,26 @@ +{ + "name": "IDChain Mainnet", + "chain": "IDChain", + "network": "mainnet", + "rpc": [ + "https://idchain.one/rpc/", + "wss://idchain.one/ws/" + ], + "faucets": [], + "nativeCurrency": { + "name": "EIDI", + "symbol": "EIDI", + "decimals": 18 + }, + "infoURL": "https://idchain.one/begin/", + "shortName": "idchain", + "chainId": 74, + "networkId": 74, + "icon": "idchain", + "explorers": [{ + "name": "explorer", + "url": "https://explorer.idchain.one", + "icon": "etherscan", + "standard": "EIP3091" + }] + } \ No newline at end of file diff --git a/_data/icons/idchain.json b/_data/icons/idchain.json new file mode 100644 index 00000000..e2d52c1b --- /dev/null +++ b/_data/icons/idchain.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://QmZVwsY6HPXScKqZCA9SWNrr4jrQAHkPhVhMWi6Fj1DsrJ", + "width":162, + "height":129, + "format":"png" + } +] \ No newline at end of file From 981a238c3ccd420d161cac57d02a9f01d905ac4a Mon Sep 17 00:00:00 2001 From: ecsdev2 <98748238+ecsdev2@users.noreply.github.com> Date: Fri, 4 Feb 2022 19:21:36 +0100 Subject: [PATCH 18/21] Add eCredits mainnet & testnet (#826) * Added eCredits mainnet & testnet * Fix file naming of chain files to .json * Unique short name for testnet. * testnet: ecs-testnet Co-authored-by: Siegfried Skalla --- _data/chains/eip155-63000.json | 23 +++++++++++++++++++++++ _data/chains/eip155-63001.json | 25 +++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 _data/chains/eip155-63000.json create mode 100644 _data/chains/eip155-63001.json diff --git a/_data/chains/eip155-63000.json b/_data/chains/eip155-63000.json new file mode 100644 index 00000000..3be7686c --- /dev/null +++ b/_data/chains/eip155-63000.json @@ -0,0 +1,23 @@ +{ + "name": "eCredits Mainnet", + "chain": "ECS", + "network": "mainnet", + "rpc": [ + "https://rpc.ecredits.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "eCredits", + "symbol": "ECS", + "decimals": 18 + }, + "infoURL": "https://ecredits.com", + "shortName": "ecs", + "chainId": 63000, + "networkId": 63000, + "explorers": [{ + "name": "eCredits MainNet Explorer", + "url": "https://explorer.ecredits.com", + "standard": "EIP3091" + }] +} \ No newline at end of file diff --git a/_data/chains/eip155-63001.json b/_data/chains/eip155-63001.json new file mode 100644 index 00000000..6afd3ab4 --- /dev/null +++ b/_data/chains/eip155-63001.json @@ -0,0 +1,25 @@ +{ + "name": "eCredits Testnet", + "chain": "ECS", + "network": "testnet", + "rpc": [ + "https://rpc.tst.ecredits.com" + ], + "faucets": [ + "https://faucet.tst.ecredits.com" + ], + "nativeCurrency": { + "name": "eCredits", + "symbol": "ECS", + "decimals": 18 + }, + "infoURL": "https://ecredits.com", + "shortName": "ecs-testnet", + "chainId": 63001, + "networkId": 63001, + "explorers": [{ + "name": "eCredits TestNet Explorer", + "url": "https://explorer.tst.ecredits.com", + "standard": "EIP3091" + }] +} \ No newline at end of file From d25c1b8c3a85ac44e13266fdd502c8b7996b1953 Mon Sep 17 00:00:00 2001 From: mbaxter Date: Fri, 4 Feb 2022 17:17:32 -0500 Subject: [PATCH 19/21] Add Palm rpc endpoints (#832) --- _data/chains/eip155-11297108099.json | 4 +++- _data/chains/eip155-11297108109.json | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-11297108099.json b/_data/chains/eip155-11297108099.json index 5d6ec8f5..0251bad8 100644 --- a/_data/chains/eip155-11297108099.json +++ b/_data/chains/eip155-11297108099.json @@ -1,7 +1,9 @@ { "name": "Palm Testnet", "chain": "Palm", - "rpc": [], + "rpc": [ + "https://palm-testnet.infura.io/v3/{INFURA_API_KEY}" + ], "faucets": [], "nativeCurrency": { "name": "PALM", diff --git a/_data/chains/eip155-11297108109.json b/_data/chains/eip155-11297108109.json index c1a40539..d1952904 100644 --- a/_data/chains/eip155-11297108109.json +++ b/_data/chains/eip155-11297108109.json @@ -1,7 +1,9 @@ { "name": "Palm", "chain": "Palm", - "rpc": [], + "rpc": [ + "https://palm-mainnet.infura.io/v3/{INFURA_API_KEY}" + ], "faucets": [], "nativeCurrency": { "name": "PALM", From 867c021e324915b7b48920003a7893d6f39c678f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Feb 2022 23:32:43 +0100 Subject: [PATCH 20/21] Bump gradle-versions-plugin from 0.41.0 to 0.42.0 (#833) Bumps [gradle-versions-plugin](https://github.com/ben-manes/gradle-versions-plugin) from 0.41.0 to 0.42.0. - [Release notes](https://github.com/ben-manes/gradle-versions-plugin/releases) - [Commits](https://github.com/ben-manes/gradle-versions-plugin/compare/v0.41.0...v0.42.0) --- updated-dependencies: - dependency-name: com.github.ben-manes:gradle-versions-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c2b59414..733d6a10 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { dependencies { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${KOTLIN_VERSION}" - classpath 'com.github.ben-manes:gradle-versions-plugin:0.41.0' + classpath 'com.github.ben-manes:gradle-versions-plugin:0.42.0' } } From 478097f8dee61edecfa99646b4d9db2a76472640 Mon Sep 17 00:00:00 2001 From: GimluCom <79271880+GimluCom@users.noreply.github.com> Date: Sun, 6 Feb 2022 14:15:39 +0100 Subject: [PATCH 21/21] Update eip155-100.json (#837) --- _data/chains/eip155-100.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/chains/eip155-100.json b/_data/chains/eip155-100.json index 59cf6497..1ba46ec4 100644 --- a/_data/chains/eip155-100.json +++ b/_data/chains/eip155-100.json @@ -2,15 +2,15 @@ "name": "Gnosis Chain (formerly xDai)", "chain": "Gnosis", "rpc": [ - "https://rpc.xdaichain.com", + "https://rpc.gnosischain.com", "https://xdai.poanetwork.dev", - "wss://rpc.xdaichain.com/wss", + "wss://rpc.gnosischain.com/wss", "wss://xdai.poanetwork.dev/wss", "http://xdai.poanetwork.dev", "https://dai.poa.network", "ws://xdai.poanetwork.dev:8546" ], - "faucets": ["https://faucet.gimlu.com/gnosis", "https://stakely.io/faucet/xdai-chain", "https://faucet.prussia.dev/xdai"], + "faucets": ["https://faucet.gimlu.com/gnosis", "https://stakely.io/faucet/gnosis-chain-xdai", "https://faucet.prussia.dev/xdai"], "nativeCurrency": { "name": "xDAI", "symbol": "xDAI",