From 6a78f08fab3fbe62da8689eff3b3dbc7cac2f1df Mon Sep 17 00:00:00 2001 From: ligi Date: Wed, 5 Jan 2022 16:51:40 +0100 Subject: [PATCH 01/49] Add explorer for optimistic kovan --- _data/chains/eip155-69.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/chains/eip155-69.json b/_data/chains/eip155-69.json index 5ddf000a..0f62fec7 100644 --- a/_data/chains/eip155-69.json +++ b/_data/chains/eip155-69.json @@ -9,6 +9,11 @@ "symbol": "KOR", "decimals": 18 }, + "explorers": [{ + "name": "etherscan", + "url": "https://kovan-optimistic.etherscan.io", + "standard": "EIP3091" + }], "infoURL": "https://optimism.io", "shortName": "okov", "chainId": 69, From 836c41e17f69a14d339b7972e96f324ab2b1688d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 13:12:23 +0100 Subject: [PATCH 02/49] Bump KETHEREUM_VERSION from 0.85.6 to 0.85.7 (#736) Bumps `KETHEREUM_VERSION` from 0.85.6 to 0.85.7. Updates `rpc` from 0.85.6 to 0.85.7 Updates `model` from 0.85.6 to 0.85.7 Updates `erc55` from 0.85.6 to 0.85.7 Updates `crypto_impl_bouncycastle` from 0.85.6 to 0.85.7 --- updated-dependencies: - dependency-name: com.github.komputing.kethereum:rpc dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.github.komputing.kethereum:model dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.github.komputing.kethereum:erc55 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.github.komputing.kethereum:crypto_impl_bouncycastle dependency-type: direct:production update-type: version-update:semver-patch ... 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 cf16a116..8c3e034e 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { KOTLIN_VERSION = "1.6.10" - KETHEREUM_VERSION = "0.85.6" + KETHEREUM_VERSION = "0.85.7" } repositories { From 90de43c0729c5841adce00b6a066d4539f3a2fba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 13:12:33 +0100 Subject: [PATCH 03/49] Bump gradle-versions-plugin from 0.40.0 to 0.41.0 (#737) Bumps [gradle-versions-plugin](https://github.com/ben-manes/gradle-versions-plugin) from 0.40.0 to 0.41.0. - [Release notes](https://github.com/ben-manes/gradle-versions-plugin/releases) - [Commits](https://github.com/ben-manes/gradle-versions-plugin/compare/v0.40.0...v0.41.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 8c3e034e..c2b59414 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.40.0' + classpath 'com.github.ben-manes:gradle-versions-plugin:0.41.0' } } From dd333940f75192a9f22b038f571e3a25c23cc585 Mon Sep 17 00:00:00 2001 From: Kevin Neilson Date: Thu, 6 Jan 2022 08:54:19 -0500 Subject: [PATCH 04/49] Update Moonbeam Networks (#735) * update rpc urls for Moonbase Alpha * update MOVR blockchain expl link * formatting * update moonrocks and add block explorers for moonbeam * deprecate moonshadow and move Moonrocks to 1288 Co-authored-by: eshaben --- .../chains/{ => deprecated}/eip155-1286.json | 0 _data/chains/eip155-1284.json | 14 ++++++++- _data/chains/eip155-1288.json | 29 ++++++++++--------- 3 files changed, 29 insertions(+), 14 deletions(-) rename _data/chains/{ => deprecated}/eip155-1286.json (100%) diff --git a/_data/chains/eip155-1286.json b/_data/chains/deprecated/eip155-1286.json similarity index 100% rename from _data/chains/eip155-1286.json rename to _data/chains/deprecated/eip155-1286.json diff --git a/_data/chains/eip155-1284.json b/_data/chains/eip155-1284.json index 7194d959..f577dce7 100644 --- a/_data/chains/eip155-1284.json +++ b/_data/chains/eip155-1284.json @@ -14,5 +14,17 @@ "infoURL": "https://moonbeam.network/networks/moonbeam/", "shortName": "mbeam", "chainId": 1284, - "networkId": 1284 + "networkId": 1284, + "explorers": [ + { + "name": "blockscout", + "url": "https://blockscout.moonbeam.network/", + "standard": "none" + }, + { + "name": "moonscan", + "url": "https://moonbeam.moonscan.io/", + "standard": "none" + } + ] } \ No newline at end of file diff --git a/_data/chains/eip155-1288.json b/_data/chains/eip155-1288.json index f8253baf..174ff22f 100644 --- a/_data/chains/eip155-1288.json +++ b/_data/chains/eip155-1288.json @@ -1,15 +1,18 @@ { - "name": "Moonshadow", - "chain": "MOON", - "rpc": [], - "faucets": [], - "nativeCurrency": { - "name": "Moonshadow", - "symbol": "MSHD", - "decimals": 18 - }, - "infoURL": "https://docs.moonbeam.network/networks/overview/", - "shortName": "mshadow", - "chainId": 1288, - "networkId": 1288 + "name": "Moonrock", + "chain": "MOON", + "rpc": [ + "https://rpc.api.moonrock.moonbeam.network", + "wss://wss.api.moonrock.moonbeam.network" + ], + "faucets": [], + "nativeCurrency": { + "name": "Rocs", + "symbol": "ROC", + "decimals": 18 + }, + "infoURL": "https://docs.moonbeam.network/learn/platform/networks/overview/", + "shortName": "mrock", + "chainId": 1288, + "networkId": 1288 } \ No newline at end of file From c2c676aaf9771dc3317acce7cefd39434f57c6af Mon Sep 17 00:00:00 2001 From: ligi Date: Sun, 9 Jan 2022 14:53:30 +0100 Subject: [PATCH 05/49] Add FaucETH links --- _data/chains/eip155-1337702.json | 5 +++-- _data/chains/eip155-4.json | 5 ++++- _data/chains/eip155-42.json | 1 + _data/chains/eip155-421611.json | 1 + _data/chains/eip155-5.json | 3 ++- _data/chains/eip155-69.json | 4 +++- 6 files changed, 14 insertions(+), 5 deletions(-) diff --git a/_data/chains/eip155-1337702.json b/_data/chains/eip155-1337702.json index 30d56428..07598eab 100644 --- a/_data/chains/eip155-1337702.json +++ b/_data/chains/eip155-1337702.json @@ -5,8 +5,9 @@ "rpc": [ "https://rpc.kintsugi.themerge.dev" ], - "faucets": [ - "https://faucet.kintsugi.themerge.dev" + "faucets": [ + "http://fauceth.komputing.org?chain=1337702&address=${ADDRESS}", + "https://faucet.kintsugi.themerge.dev" ], "nativeCurrency": { "name": "kintsugi Ethere", diff --git a/_data/chains/eip155-4.json b/_data/chains/eip155-4.json index ef77f275..341b245e 100644 --- a/_data/chains/eip155-4.json +++ b/_data/chains/eip155-4.json @@ -6,7 +6,10 @@ "https://rinkeby.infura.io/v3/${INFURA_API_KEY}", "wss://rinkeby.infura.io/ws/v3/${INFURA_API_KEY}" ], - "faucets": ["https://faucet.rinkeby.io"], + "faucets": [ + "http://fauceth.komputing.org?chain=4&address=${ADDRESS}", + "https://faucet.rinkeby.io" + ], "nativeCurrency": { "name": "Rinkeby Ether", "symbol": "RIN", diff --git a/_data/chains/eip155-42.json b/_data/chains/eip155-42.json index db7db908..4f2fef1b 100644 --- a/_data/chains/eip155-42.json +++ b/_data/chains/eip155-42.json @@ -10,6 +10,7 @@ "ws://kovan.poa.network:8546" ], "faucets": [ + "http://fauceth.komputing.org?chain=42&address=${ADDRESS}", "https://faucet.kovan.network", "https://gitter.im/kovan-testnet/faucet" ], diff --git a/_data/chains/eip155-421611.json b/_data/chains/eip155-421611.json index 885f7957..ecd40d0c 100644 --- a/_data/chains/eip155-421611.json +++ b/_data/chains/eip155-421611.json @@ -11,6 +11,7 @@ "decimals": 18 }, "rpc": [ + "http://fauceth.komputing.org?chain=421611&address=${ADDRESS}", "https://rinkeby.arbitrum.io/rpc", "wss://rinkeby.arbitrum.io/ws" ], diff --git a/_data/chains/eip155-5.json b/_data/chains/eip155-5.json index e3aa3e07..70c1cec9 100644 --- a/_data/chains/eip155-5.json +++ b/_data/chains/eip155-5.json @@ -8,7 +8,8 @@ "https://rpc.goerli.mudit.blog/" ], "faucets": [ - "https://goerli-faucet.slock.it/?address=${ADDRESS}", + "http://fauceth.komputing.org?chain=5&address=${ADDRESS}", + "https://goerli-faucet.slock.it?address=${ADDRESS}", "https://faucet.goerli.mudit.blog" ], "nativeCurrency": { diff --git a/_data/chains/eip155-69.json b/_data/chains/eip155-69.json index 0f62fec7..25395770 100644 --- a/_data/chains/eip155-69.json +++ b/_data/chains/eip155-69.json @@ -3,7 +3,9 @@ "title": "Optimistic Ethereum Testnet Kovan", "chain": "ETH", "rpc": ["https://kovan.optimism.io/"], - "faucets": [], + "faucets": [ + "http://fauceth.komputing.org?chain=69&address=${ADDRESS}" + ], "nativeCurrency": { "name": "Kovan Ether", "symbol": "KOR", From e317864fdaba511aaef9b9a8a499effd07e4c7ef Mon Sep 17 00:00:00 2001 From: Samlior Date: Tue, 11 Jan 2022 01:15:12 +0800 Subject: [PATCH 06/49] Create eip155-47805.json and rei.json (#752) * Create eip155-47805.json and rei.json * Set explorer standard to none --- _data/chains/eip155-47805.json | 23 +++++++++++++++++++++++ _data/icons/rei.json | 8 ++++++++ 2 files changed, 31 insertions(+) create mode 100644 _data/chains/eip155-47805.json create mode 100644 _data/icons/rei.json diff --git a/_data/chains/eip155-47805.json b/_data/chains/eip155-47805.json new file mode 100644 index 00000000..5171a65a --- /dev/null +++ b/_data/chains/eip155-47805.json @@ -0,0 +1,23 @@ +{ + "name": "REI Network", + "chain": "REI", + "rpc": [ + "https://rpc.rei.network", + "wss://rpc.rei.network" + ], + "faucets": [], + "nativeCurrency": { + "name": "REI", + "symbol": "REI", + "decimals": 18 + }, + "infoURL": "https://rei.network/", + "shortName": "REI", + "chainId": 47805, + "networkId": 47805, + "explorers": [{ + "name": "rei-scan", + "url": "https://scan.rei.network/", + "standard": "none" + }] +} diff --git a/_data/icons/rei.json b/_data/icons/rei.json new file mode 100644 index 00000000..cbbb6223 --- /dev/null +++ b/_data/icons/rei.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://bafkreihgwxcavak2v5otxka2muxtcd4v5cvzcuvfwotriy24qzq7tuuzwm", + "width":1561, + "height":1561, + "format":"png" + } +] \ No newline at end of file From 41a9804c2a5ee53c8f63d9885109ba6cf6f4ee06 Mon Sep 17 00:00:00 2001 From: ping-ke Date: Tue, 11 Jan 2022 01:19:26 +0800 Subject: [PATCH 07/49] Add https URL to rpcs for QuarkChain (#751) * add quarkchain chain id for metamask * add parent field for shard * add explorers * fix format error * update eth rpc API * update rpc port * add https url to rpc for quarkchain --- _data/chains/eip155-100001.json | 1 + _data/chains/eip155-100002.json | 1 + _data/chains/eip155-100003.json | 1 + _data/chains/eip155-100004.json | 1 + _data/chains/eip155-100005.json | 1 + _data/chains/eip155-100006.json | 1 + _data/chains/eip155-100007.json | 1 + _data/chains/eip155-100008.json | 1 + _data/chains/eip155-110001.json | 1 + _data/chains/eip155-110002.json | 1 + _data/chains/eip155-110003.json | 1 + _data/chains/eip155-110004.json | 1 + _data/chains/eip155-110005.json | 1 + _data/chains/eip155-110006.json | 1 + _data/chains/eip155-110007.json | 1 + _data/chains/eip155-110008.json | 1 + 16 files changed, 16 insertions(+) diff --git a/_data/chains/eip155-100001.json b/_data/chains/eip155-100001.json index a2d0b175..8a5fb4e4 100644 --- a/_data/chains/eip155-100001.json +++ b/_data/chains/eip155-100001.json @@ -2,6 +2,7 @@ "name": "QuarkChain Mainnet Shard 0", "chain": "QuarkChain", "rpc": [ + "https://mainnet-s0-ethapi.quarkchain.io", "http://eth-jrpc.mainnet.quarkchain.io:39000/" ], "faucets": [ diff --git a/_data/chains/eip155-100002.json b/_data/chains/eip155-100002.json index f81dd7e5..68e23e6f 100644 --- a/_data/chains/eip155-100002.json +++ b/_data/chains/eip155-100002.json @@ -2,6 +2,7 @@ "name": "QuarkChain Mainnet Shard 1", "chain": "QuarkChain", "rpc": [ + "https://mainnet-s1-ethapi.quarkchain.io", "http://eth-jrpc.mainnet.quarkchain.io:39001/" ], "faucets": [ diff --git a/_data/chains/eip155-100003.json b/_data/chains/eip155-100003.json index c5702393..8dc0e589 100644 --- a/_data/chains/eip155-100003.json +++ b/_data/chains/eip155-100003.json @@ -2,6 +2,7 @@ "name": "QuarkChain Mainnet Shard 2", "chain": "QuarkChain", "rpc": [ + "https://mainnet-s2-ethapi.quarkchain.io", "http://eth-jrpc.mainnet.quarkchain.io:39002/" ], "faucets": [ diff --git a/_data/chains/eip155-100004.json b/_data/chains/eip155-100004.json index ae3b5865..89c0ac9b 100644 --- a/_data/chains/eip155-100004.json +++ b/_data/chains/eip155-100004.json @@ -2,6 +2,7 @@ "name": "QuarkChain Mainnet Shard 3", "chain": "QuarkChain", "rpc": [ + "https://mainnet-s3-ethapi.quarkchain.io", "http://eth-jrpc.mainnet.quarkchain.io:39003/" ], "faucets": [ diff --git a/_data/chains/eip155-100005.json b/_data/chains/eip155-100005.json index e795282d..576de5b7 100644 --- a/_data/chains/eip155-100005.json +++ b/_data/chains/eip155-100005.json @@ -2,6 +2,7 @@ "name": "QuarkChain Mainnet Shard 4", "chain": "QuarkChain", "rpc": [ + "https://mainnet-s4-ethapi.quarkchain.io", "http://eth-jrpc.mainnet.quarkchain.io:39004/" ], "faucets": [ diff --git a/_data/chains/eip155-100006.json b/_data/chains/eip155-100006.json index 8b23c9ad..fd593023 100644 --- a/_data/chains/eip155-100006.json +++ b/_data/chains/eip155-100006.json @@ -2,6 +2,7 @@ "name": "QuarkChain Mainnet Shard 5", "chain": "QuarkChain", "rpc": [ + "https://mainnet-s5-ethapi.quarkchain.io", "http://eth-jrpc.mainnet.quarkchain.io:39005/" ], "faucets": [ diff --git a/_data/chains/eip155-100007.json b/_data/chains/eip155-100007.json index b6ee3cc4..eb660181 100644 --- a/_data/chains/eip155-100007.json +++ b/_data/chains/eip155-100007.json @@ -2,6 +2,7 @@ "name": "QuarkChain Mainnet Shard 6", "chain": "QuarkChain", "rpc": [ + "https://mainnet-s6-ethapi.quarkchain.io", "http://eth-jrpc.mainnet.quarkchain.io:39006/" ], "faucets": [ diff --git a/_data/chains/eip155-100008.json b/_data/chains/eip155-100008.json index ecc23244..999939b6 100644 --- a/_data/chains/eip155-100008.json +++ b/_data/chains/eip155-100008.json @@ -2,6 +2,7 @@ "name": "QuarkChain Mainnet Shard 7", "chain": "QuarkChain", "rpc": [ + "https://mainnet-s7-ethapi.quarkchain.io", "http://eth-jrpc.mainnet.quarkchain.io:39007/" ], "faucets": [ diff --git a/_data/chains/eip155-110001.json b/_data/chains/eip155-110001.json index b9aef9be..1657a147 100644 --- a/_data/chains/eip155-110001.json +++ b/_data/chains/eip155-110001.json @@ -2,6 +2,7 @@ "name": "QuarkChain Devnet Shard 0", "chain": "QuarkChain", "rpc": [ + "https://devnet-s0-ethapi.quarkchain.io", "http://eth-jrpc.devnet.quarkchain.io:39900/" ], "faucets": [ diff --git a/_data/chains/eip155-110002.json b/_data/chains/eip155-110002.json index 31b5d6af..0aeab7a0 100644 --- a/_data/chains/eip155-110002.json +++ b/_data/chains/eip155-110002.json @@ -2,6 +2,7 @@ "name": "QuarkChain Devnet Shard 1", "chain": "QuarkChain", "rpc": [ + "https://devnet-s1-ethapi.quarkchain.io", "http://eth-jrpc.devnet.quarkchain.io:39901/" ], "faucets": [ diff --git a/_data/chains/eip155-110003.json b/_data/chains/eip155-110003.json index 91a22879..231b0cc0 100644 --- a/_data/chains/eip155-110003.json +++ b/_data/chains/eip155-110003.json @@ -2,6 +2,7 @@ "name": "QuarkChain Devnet Shard 2", "chain": "QuarkChain", "rpc": [ + "https://devnet-s2-ethapi.quarkchain.io", "http://eth-jrpc.devnet.quarkchain.io:39902/" ], "faucets": [ diff --git a/_data/chains/eip155-110004.json b/_data/chains/eip155-110004.json index 120fcc6c..1238a92d 100644 --- a/_data/chains/eip155-110004.json +++ b/_data/chains/eip155-110004.json @@ -2,6 +2,7 @@ "name": "QuarkChain Devnet Shard 3", "chain": "QuarkChain", "rpc": [ + "https://devnet-s3-ethapi.quarkchain.io", "http://eth-jrpc.devnet.quarkchain.io:39903/" ], "faucets": [ diff --git a/_data/chains/eip155-110005.json b/_data/chains/eip155-110005.json index 8b76ed3d..b8db14e1 100644 --- a/_data/chains/eip155-110005.json +++ b/_data/chains/eip155-110005.json @@ -2,6 +2,7 @@ "name": "QuarkChain Devnet Shard 4", "chain": "QuarkChain", "rpc": [ + "https://devnet-s4-ethapi.quarkchain.io", "http://eth-jrpc.devnet.quarkchain.io:39904/" ], "faucets": [ diff --git a/_data/chains/eip155-110006.json b/_data/chains/eip155-110006.json index 85e9b8be..b1ca7236 100644 --- a/_data/chains/eip155-110006.json +++ b/_data/chains/eip155-110006.json @@ -2,6 +2,7 @@ "name": "QuarkChain Devnet Shard 5", "chain": "QuarkChain", "rpc": [ + "https://devnet-s5-ethapi.quarkchain.io", "http://eth-jrpc.devnet.quarkchain.io:39905/" ], "faucets": [ diff --git a/_data/chains/eip155-110007.json b/_data/chains/eip155-110007.json index e427d535..69742ea3 100644 --- a/_data/chains/eip155-110007.json +++ b/_data/chains/eip155-110007.json @@ -2,6 +2,7 @@ "name": "QuarkChain Devnet Shard 6", "chain": "QuarkChain", "rpc": [ + "https://devnet-s6-ethapi.quarkchain.io", "http://eth-jrpc.devnet.quarkchain.io:39906/" ], "faucets": [ diff --git a/_data/chains/eip155-110008.json b/_data/chains/eip155-110008.json index c9044a47..277b058a 100644 --- a/_data/chains/eip155-110008.json +++ b/_data/chains/eip155-110008.json @@ -2,6 +2,7 @@ "name": "QuarkChain Devnet Shard 7", "chain": "QuarkChain", "rpc": [ + "https://devnet-s7-ethapi.quarkchain.io", "http://eth-jrpc.devnet.quarkchain.io:39907/" ], "faucets": [ From cfe5c9b2e4781ee5f195f1088f82b2103c43659b Mon Sep 17 00:00:00 2001 From: Markus Alvila <44319370+RareData@users.noreply.github.com> Date: Mon, 10 Jan 2022 18:55:46 +0100 Subject: [PATCH 08/49] Update coston testnet details (#754) * Update coston testnet details * Add EIP3091 mention * Add EIP3091 mention --- _data/chains/eip155-16.json | 10 ++++++++-- _data/chains/eip155-19.json | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/_data/chains/eip155-16.json b/_data/chains/eip155-16.json index 7f20668c..2b05fefc 100644 --- a/_data/chains/eip155-16.json +++ b/_data/chains/eip155-16.json @@ -2,6 +2,7 @@ "name": "Flare Testnet Coston", "chain": "FLR", "rpc": [ + "https://coston-api.flare.network/ext/bc/C/rpc" ], "faucets": [ "https://faucet.towolabs.com" @@ -11,8 +12,13 @@ "symbol": "CFLR", "decimals": 18 }, - "infoURL": "https://github.com/flare-eng/coston", + "infoURL": "https://flare.xyz", "shortName": "cflr", "chainId": 16, - "networkId": 16 + "networkId": 16, + "explorers": [{ + "name": "blockscout", + "url": "https://coston-explorer.flare.network", + "standard": "EIP3091" + }] } diff --git a/_data/chains/eip155-19.json b/_data/chains/eip155-19.json index e3eabc0a..e4f10e6a 100644 --- a/_data/chains/eip155-19.json +++ b/_data/chains/eip155-19.json @@ -21,6 +21,6 @@ "explorers": [{ "name": "blockscout", "url": "https://songbird-explorer.flare.network", - "standard": "none" + "standard": "EIP3091" }] } From 8ca754031a7a249cd912126d4de9bb2a88b08b8d Mon Sep 17 00:00:00 2001 From: ligi Date: Mon, 10 Jan 2022 21:26:18 +0100 Subject: [PATCH 09/49] Prevent shortName '*' (#750) closes #734 --- .../kotlin/org/ethereum/lists/chains/Main.kt | 5 +++++ .../ethereum/lists/chains/model/Exceptions.kt | 3 ++- .../ethereum/lists/chains/TheChainChecker.kt | 7 +++++++ .../shortNameMustNotBeStar/eip155-1.json | 20 +++++++++++++++++++ 4 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 processor/src/test/resources/test_chains/invalid/shortNameMustNotBeStar/eip155-1.json diff --git a/processor/src/main/kotlin/org/ethereum/lists/chains/Main.kt b/processor/src/main/kotlin/org/ethereum/lists/chains/Main.kt index 904d62f6..ee2f58d8 100644 --- a/processor/src/main/kotlin/org/ethereum/lists/chains/Main.kt +++ b/processor/src/main/kotlin/org/ethereum/lists/chains/Main.kt @@ -284,6 +284,11 @@ private fun parseWithMoshi(fileToParse: File) { if (parsedShortNames.contains(parsedChain.shortName)) { throw ShortNameMustBeUnique(parsedChain.shortName) } + + if (parsedChain.shortName == "*") { + throw ShortNameMustNotBeStar() + } + parsedShortNames.add(parsedChain.shortName) } diff --git a/processor/src/main/kotlin/org/ethereum/lists/chains/model/Exceptions.kt b/processor/src/main/kotlin/org/ethereum/lists/chains/model/Exceptions.kt index 2b88a7d4..9be8edbb 100644 --- a/processor/src/main/kotlin/org/ethereum/lists/chains/model/Exceptions.kt +++ b/processor/src/main/kotlin/org/ethereum/lists/chains/model/Exceptions.kt @@ -11,7 +11,8 @@ class ENSMustHaveOnlyRegistry: Exception("ens can only have a registry currently class ENSRegistryAddressMustBeValid: Exception("ens registry must have valid address") class NameMustBeUnique(dup: String): Exception(" name must be unique - but found `$dup` more than once") class ShortNameMustBeUnique(dup: String): Exception("short name must be unique - but found `$dup` more than once") -class UnsupportedNamespace(): Exception("So far only the EIP155 namespace is supported") +class ShortNameMustNotBeStar: Exception("short name must not be '*'") +class UnsupportedNamespace: Exception("So far only the EIP155 namespace is supported") class ExplorersMustBeArray: Exception("explorers must be an array") class ExplorerMustHaveName: Exception("Explorer must have name") class ExplorerInvalidUrl: Exception("Explorer have url starting with https://") diff --git a/processor/src/test/kotlin/org/ethereum/lists/chains/TheChainChecker.kt b/processor/src/test/kotlin/org/ethereum/lists/chains/TheChainChecker.kt index 19a0a681..a4c23394 100644 --- a/processor/src/test/kotlin/org/ethereum/lists/chains/TheChainChecker.kt +++ b/processor/src/test/kotlin/org/ethereum/lists/chains/TheChainChecker.kt @@ -177,6 +177,13 @@ class TheChainChecker { checkChain(file, false) } + @Test(expected = ShortNameMustNotBeStar::class) + fun shouldFailForStarShortName() { + val file = getFile("invalid/shortNameMustNotBeStar/eip155-1.json") + + checkChain(file, false) + } + @Test(expected = NameMustBeUnique::class) fun shouldFailOnNonUniqueName() { checkChain(getFile("valid/eip155-1.json"), false) diff --git a/processor/src/test/resources/test_chains/invalid/shortNameMustNotBeStar/eip155-1.json b/processor/src/test/resources/test_chains/invalid/shortNameMustNotBeStar/eip155-1.json new file mode 100644 index 00000000..bb4c8f1e --- /dev/null +++ b/processor/src/test/resources/test_chains/invalid/shortNameMustNotBeStar/eip155-1.json @@ -0,0 +1,20 @@ +{ + "name": "Ethereum Mainnet", + "shortName": "*", + "chain": "ETH", + "network": "mainnet", + "chainId": 1, + "networkId": 1, + "rpc": [ + "https://mainnet.infura.io/v3/${INFURA_API_KEY}", + "https://api.mycryptoapi.com/eth" + ], + "faucets": [], + "infoURL": "https://ethereum.org", + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "explorers": [] +} \ No newline at end of file From 62c9a0bdd3ce3ebd834a34bc20c85a1fc5facf31 Mon Sep 17 00:00:00 2001 From: Markus Alvila <44319370+RareData@users.noreply.github.com> Date: Wed, 12 Jan 2022 22:37:24 +0100 Subject: [PATCH 10/49] Add Flare and Songbird icons (#763) --- _data/chains/eip155-14.json | 1 + _data/chains/eip155-19.json | 1 + _data/icons/flare.json | 8 ++++++++ _data/icons/songbird.json | 8 ++++++++ 4 files changed, 18 insertions(+) create mode 100644 _data/icons/flare.json create mode 100644 _data/icons/songbird.json diff --git a/_data/chains/eip155-14.json b/_data/chains/eip155-14.json index 90b70ca4..07b88213 100644 --- a/_data/chains/eip155-14.json +++ b/_data/chains/eip155-14.json @@ -1,6 +1,7 @@ { "name": "Flare Mainnet", "chain": "FLR", + "icon": "flare", "rpc": [ ], "faucets": [ diff --git a/_data/chains/eip155-19.json b/_data/chains/eip155-19.json index e4f10e6a..08ad522a 100644 --- a/_data/chains/eip155-19.json +++ b/_data/chains/eip155-19.json @@ -1,6 +1,7 @@ { "name": "Songbird Canary-Network", "chain": "SGB", + "icon": "songbird", "rpc": [ "https://songbird.towolabs.com/rpc", "https://sgb.ftso.com.au/ext/bc/C/rpc", diff --git a/_data/icons/flare.json b/_data/icons/flare.json new file mode 100644 index 00000000..779b5ac5 --- /dev/null +++ b/_data/icons/flare.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmebGy9pJdCSSg1SEdZ7uzaRxgEPHdGxbvogMREs4dV73X", + "width": 512, + "height": 512, + "format": "png" + } +] \ No newline at end of file diff --git a/_data/icons/songbird.json b/_data/icons/songbird.json new file mode 100644 index 00000000..ebd3b672 --- /dev/null +++ b/_data/icons/songbird.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmYxcrbb7EoXisMQN9KqSoUqbjctV482nyfyWNvPQebdon", + "width": 512, + "height": 719, + "format": "png" + } +] \ No newline at end of file From 5952800a9ee91c7ad07731be7b6c28aa5cd1fdc8 Mon Sep 17 00:00:00 2001 From: Markus Alvila <44319370+RareData@users.noreply.github.com> Date: Wed, 12 Jan 2022 23:13:10 +0100 Subject: [PATCH 11/49] Add komputing faucet (#762) --- _data/chains/eip155-16.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_data/chains/eip155-16.json b/_data/chains/eip155-16.json index 2b05fefc..eb19188f 100644 --- a/_data/chains/eip155-16.json +++ b/_data/chains/eip155-16.json @@ -5,7 +5,8 @@ "https://coston-api.flare.network/ext/bc/C/rpc" ], "faucets": [ - "https://faucet.towolabs.com" + "https://faucet.towolabs.com", + "https://fauceth.komputing.org?chain=16&address=${ADDRESS}" ], "nativeCurrency": { "name": "Coston Spark", From e07d0bd635312f34bb01f70eb06a577b42e6af90 Mon Sep 17 00:00:00 2001 From: ligi Date: Fri, 14 Jan 2022 20:37:26 +0100 Subject: [PATCH 12/49] Explorer as enum --- .../kotlin/org/ethereum/lists/chains/model/Explorer.kt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/model/src/main/kotlin/org/ethereum/lists/chains/model/Explorer.kt b/model/src/main/kotlin/org/ethereum/lists/chains/model/Explorer.kt index 0da3eba7..2e0d3362 100644 --- a/model/src/main/kotlin/org/ethereum/lists/chains/model/Explorer.kt +++ b/model/src/main/kotlin/org/ethereum/lists/chains/model/Explorer.kt @@ -2,9 +2,14 @@ package org.ethereum.lists.chains.model import com.squareup.moshi.JsonClass +enum class ExplorerStandard { + EIP3091, + none +} + @JsonClass(generateAdapter = true) data class Explorer( val name: String, val url: String, - val standard: String + val standard: ExplorerStandard ) \ No newline at end of file From b5997f796cf4c838b4fde72327cd5fca9db783f8 Mon Sep 17 00:00:00 2001 From: ligi Date: Fri, 14 Jan 2022 20:46:22 +0100 Subject: [PATCH 13/49] Fun to filter EIP3091 explorers --- .../src/main/kotlin/org/ethereum/lists/chains/model/Chain.kt | 4 +++- .../main/kotlin/org/ethereum/lists/chains/model/Explorer.kt | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/model/src/main/kotlin/org/ethereum/lists/chains/model/Chain.kt b/model/src/main/kotlin/org/ethereum/lists/chains/model/Chain.kt index 6cf42eb6..d815e5bd 100644 --- a/model/src/main/kotlin/org/ethereum/lists/chains/model/Chain.kt +++ b/model/src/main/kotlin/org/ethereum/lists/chains/model/Chain.kt @@ -16,4 +16,6 @@ data class Chain( val explorers: List?, val infoURL: String, val title: String? -) \ No newline at end of file +) + +fun List.filterEIP3019Explorers() = map { it.copy(explorers = it.explorers?.filterEIP3019()) } \ No newline at end of file diff --git a/model/src/main/kotlin/org/ethereum/lists/chains/model/Explorer.kt b/model/src/main/kotlin/org/ethereum/lists/chains/model/Explorer.kt index 2e0d3362..977845f1 100644 --- a/model/src/main/kotlin/org/ethereum/lists/chains/model/Explorer.kt +++ b/model/src/main/kotlin/org/ethereum/lists/chains/model/Explorer.kt @@ -1,6 +1,7 @@ package org.ethereum.lists.chains.model import com.squareup.moshi.JsonClass +import org.ethereum.lists.chains.model.ExplorerStandard.* enum class ExplorerStandard { EIP3091, @@ -12,4 +13,6 @@ data class Explorer( val name: String, val url: String, val standard: ExplorerStandard -) \ No newline at end of file +) + +fun List.filterEIP3019() = filter { it.standard == EIP3091 } \ No newline at end of file From 12d2c2f878b584481d8b82e18a4740cc40e3e123 Mon Sep 17 00:00:00 2001 From: ligi Date: Fri, 14 Jan 2022 21:12:06 +0100 Subject: [PATCH 14/49] Normalize explorer URLs --- _data/chains/eip155-1028.json | 2 +- _data/chains/eip155-1088.json | 2 +- _data/chains/eip155-1280.json | 2 +- _data/chains/eip155-1284.json | 6 +++--- _data/chains/eip155-1285.json | 4 ++-- _data/chains/eip155-1287.json | 4 ++-- _data/chains/eip155-1337702.json | 2 +- _data/chains/eip155-137.json | 2 +- _data/chains/eip155-186.json | 2 +- _data/chains/eip155-188.json | 2 +- _data/chains/eip155-189.json | 2 +- _data/chains/eip155-192837465.json | 2 +- _data/chains/eip155-199.json | 2 +- _data/chains/eip155-201018.json | 4 ++-- _data/chains/eip155-2100.json | 2 +- _data/chains/eip155-2101.json | 2 +- _data/chains/eip155-210309.json | 4 ++-- _data/chains/eip155-26.json | 2 +- _data/chains/eip155-262.json | 2 +- _data/chains/eip155-269.json | 2 +- _data/chains/eip155-27.json | 2 +- _data/chains/eip155-28.json | 2 +- _data/chains/eip155-288.json | 2 +- _data/chains/eip155-29.json | 2 +- _data/chains/eip155-356256156.json | 2 +- _data/chains/eip155-4002.json | 2 +- _data/chains/eip155-42261.json | 2 +- _data/chains/eip155-42262.json | 2 +- _data/chains/eip155-43113.json | 2 +- _data/chains/eip155-43114.json | 2 +- _data/chains/eip155-47805.json | 2 +- _data/chains/eip155-486217935.json | 2 +- _data/chains/eip155-52.json | 2 +- _data/chains/eip155-53.json | 2 +- _data/chains/eip155-55.json | 2 +- _data/chains/eip155-58.json | 2 +- _data/chains/eip155-588.json | 2 +- _data/chains/eip155-60000.json | 4 ++-- _data/chains/eip155-60001.json | 4 ++-- _data/chains/eip155-60002.json | 4 ++-- _data/chains/eip155-70000.json | 4 ++-- _data/chains/eip155-70001.json | 4 ++-- _data/chains/eip155-70002.json | 4 ++-- _data/chains/eip155-70103.json | 4 ++-- _data/chains/eip155-80001.json | 2 +- processor/src/main/kotlin/org/ethereum/lists/chains/Main.kt | 6 +++++- .../kotlin/org/ethereum/lists/chains/model/Exceptions.kt | 3 ++- .../kotlin/org/ethereum/lists/chains/TheChainChecker.kt | 6 +++--- 48 files changed, 68 insertions(+), 63 deletions(-) diff --git a/_data/chains/eip155-1028.json b/_data/chains/eip155-1028.json index ee4ed4b7..50b4ca1b 100644 --- a/_data/chains/eip155-1028.json +++ b/_data/chains/eip155-1028.json @@ -16,7 +16,7 @@ "networkId": 1028, "explorers": [{ "name": "testbttcscan", - "url": "https://testscan.bittorrentchain.io/", + "url": "https://testscan.bittorrentchain.io", "standard": "none" }] } diff --git a/_data/chains/eip155-1088.json b/_data/chains/eip155-1088.json index 7c632728..b520cf5a 100644 --- a/_data/chains/eip155-1088.json +++ b/_data/chains/eip155-1088.json @@ -15,7 +15,7 @@ "explorers": [ { "name": "blockscout", - "url": "https://andromeda-explorer.metis.io/", + "url": "https://andromeda-explorer.metis.io", "standard": "EIP3091" } ], diff --git a/_data/chains/eip155-1280.json b/_data/chains/eip155-1280.json index 860e8b1d..e78c0e8a 100644 --- a/_data/chains/eip155-1280.json +++ b/_data/chains/eip155-1280.json @@ -17,7 +17,7 @@ "networkId": 1280, "explorers": [{ "name": "HALOexplorer", - "url": "https://browser.halo.land/", + "url": "https://browser.halo.land", "standard": "none" }] } diff --git a/_data/chains/eip155-1284.json b/_data/chains/eip155-1284.json index f577dce7..ffb88e21 100644 --- a/_data/chains/eip155-1284.json +++ b/_data/chains/eip155-1284.json @@ -18,13 +18,13 @@ "explorers": [ { "name": "blockscout", - "url": "https://blockscout.moonbeam.network/", + "url": "https://blockscout.moonbeam.network", "standard": "none" }, { "name": "moonscan", - "url": "https://moonbeam.moonscan.io/", + "url": "https://moonbeam.moonscan.io", "standard": "none" } ] -} \ No newline at end of file +} diff --git a/_data/chains/eip155-1285.json b/_data/chains/eip155-1285.json index 7df32f94..3940e979 100644 --- a/_data/chains/eip155-1285.json +++ b/_data/chains/eip155-1285.json @@ -18,8 +18,8 @@ "explorers": [ { "name": "moonscan", - "url": "https://moonriver.moonscan.io/", + "url": "https://moonriver.moonscan.io", "standard": "none" } ] -} \ No newline at end of file +} diff --git a/_data/chains/eip155-1287.json b/_data/chains/eip155-1287.json index 8e248cde..9e8dd726 100644 --- a/_data/chains/eip155-1287.json +++ b/_data/chains/eip155-1287.json @@ -18,8 +18,8 @@ "explorers": [ { "name": "moonscan", - "url": "https://moonbase.moonscan.io/", + "url": "https://moonbase.moonscan.io", "standard": "none" } ] -} \ No newline at end of file +} diff --git a/_data/chains/eip155-1337702.json b/_data/chains/eip155-1337702.json index 07598eab..1b33f38e 100644 --- a/_data/chains/eip155-1337702.json +++ b/_data/chains/eip155-1337702.json @@ -20,7 +20,7 @@ "networkId": 1337702, "explorers": [{ "name": "kintsugi explorer", - "url": "https://explorer.kintsugi.themerge.dev/", + "url": "https://explorer.kintsugi.themerge.dev", "standard": "EIP3091" }] } diff --git a/_data/chains/eip155-137.json b/_data/chains/eip155-137.json index 72cceea0..175cb125 100644 --- a/_data/chains/eip155-137.json +++ b/_data/chains/eip155-137.json @@ -22,7 +22,7 @@ "slip44": 966, "explorers": [{ "name": "polygonscan", - "url": "https://polygonscan.com/", + "url": "https://polygonscan.com", "standard": "EIP3091" }] } diff --git a/_data/chains/eip155-186.json b/_data/chains/eip155-186.json index df7c772b..454e28e6 100644 --- a/_data/chains/eip155-186.json +++ b/_data/chains/eip155-186.json @@ -16,7 +16,7 @@ "networkId": 186, "explorers": [{ "name": "seeleview", - "url": "https://seeleview.net/", + "url": "https://seeleview.net", "standard": "none" }] } diff --git a/_data/chains/eip155-188.json b/_data/chains/eip155-188.json index 800c2526..853d6e99 100644 --- a/_data/chains/eip155-188.json +++ b/_data/chains/eip155-188.json @@ -16,7 +16,7 @@ "networkId": 188, "explorers": [{ "name": "Blockmeta", - "url": "https://bmc.blockmeta.com/", + "url": "https://bmc.blockmeta.com", "standard": "none" }] } diff --git a/_data/chains/eip155-189.json b/_data/chains/eip155-189.json index ba3436d4..947ebfb3 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://bmc.blockmeta.com", "standard": "none" }] } diff --git a/_data/chains/eip155-192837465.json b/_data/chains/eip155-192837465.json index 5fb0d83d..3c14a961 100644 --- a/_data/chains/eip155-192837465.json +++ b/_data/chains/eip155-192837465.json @@ -16,7 +16,7 @@ "networkId": 192837465, "explorers": [{ "name": "Blockscout", - "url": "https://explorer.gather.network/", + "url": "https://explorer.gather.network", "standard": "none" }] } diff --git a/_data/chains/eip155-199.json b/_data/chains/eip155-199.json index 0361174c..71140b22 100644 --- a/_data/chains/eip155-199.json +++ b/_data/chains/eip155-199.json @@ -16,7 +16,7 @@ "networkId": 199, "explorers": [{ "name": "bttcscan", - "url": "https://scan.bittorrentchain.io/", + "url": "https://scan.bittorrentchain.io", "standard": "none" }] } diff --git a/_data/chains/eip155-201018.json b/_data/chains/eip155-201018.json index 42570288..560137ef 100644 --- a/_data/chains/eip155-201018.json +++ b/_data/chains/eip155-201018.json @@ -19,8 +19,8 @@ "explorers": [ { "name": "alaya explorer", - "url": "https://scan.alaya.network/", + "url": "https://scan.alaya.network", "standard": "none" } ] -} \ No newline at end of file +} diff --git a/_data/chains/eip155-2100.json b/_data/chains/eip155-2100.json index b9d529c1..afe88ee8 100644 --- a/_data/chains/eip155-2100.json +++ b/_data/chains/eip155-2100.json @@ -16,7 +16,7 @@ "networkId": 2100, "explorers": [{ "name": "Ecoball Explorer", - "url": "https://scan.ecoball.org/", + "url": "https://scan.ecoball.org", "standard": "EIP3091" }] } diff --git a/_data/chains/eip155-2101.json b/_data/chains/eip155-2101.json index 7463df69..543ec819 100644 --- a/_data/chains/eip155-2101.json +++ b/_data/chains/eip155-2101.json @@ -16,7 +16,7 @@ "networkId": 2101, "explorers": [{ "name": "Ecoball Testnet Explorer", - "url": "https://espuma-scan.ecoball.org/", + "url": "https://espuma-scan.ecoball.org", "standard": "EIP3091" }] } diff --git a/_data/chains/eip155-210309.json b/_data/chains/eip155-210309.json index 9e69304b..a6b23f4c 100644 --- a/_data/chains/eip155-210309.json +++ b/_data/chains/eip155-210309.json @@ -21,8 +21,8 @@ "explorers": [ { "name": "PlatON explorer", - "url": "https://devnetscan.platon.network/", + "url": "https://devnetscan.platon.network", "standard": "none" } ] -} \ No newline at end of file +} diff --git a/_data/chains/eip155-26.json b/_data/chains/eip155-26.json index 17731241..88981cd8 100644 --- a/_data/chains/eip155-26.json +++ b/_data/chains/eip155-26.json @@ -16,7 +16,7 @@ "networkId": 26, "explorers": [{ "name": "Genesis L1 testnet explorer", - "url": "https://testnet.genesisl1.org/", + "url": "https://testnet.genesisl1.org", "standard": "none" }] } diff --git a/_data/chains/eip155-262.json b/_data/chains/eip155-262.json index 44ebefea..58a1a0ab 100644 --- a/_data/chains/eip155-262.json +++ b/_data/chains/eip155-262.json @@ -17,7 +17,7 @@ "icon": "SUR", "explorers": [{ "name": "Surnet Explorer", - "url": "https://explorer.surnet.org/", + "url": "https://explorer.surnet.org", "icon": "SUR", "standard": "EIP3091" }] diff --git a/_data/chains/eip155-269.json b/_data/chains/eip155-269.json index 3f1a3050..0e8faa01 100644 --- a/_data/chains/eip155-269.json +++ b/_data/chains/eip155-269.json @@ -20,7 +20,7 @@ "slip44": 269, "explorers": [{ "name": "hscan", - "url": "https://hscan.org/", + "url": "https://hscan.org", "standard": "EIP3091" }] diff --git a/_data/chains/eip155-27.json b/_data/chains/eip155-27.json index cb034ef6..cc9cdf2f 100644 --- a/_data/chains/eip155-27.json +++ b/_data/chains/eip155-27.json @@ -16,7 +16,7 @@ "networkId": 27, "explorers": [{ "name": "Shiba Explorer", - "url": "https://exp.shibachain.net/", + "url": "https://exp.shibachain.net", "standard": "none" }] } diff --git a/_data/chains/eip155-28.json b/_data/chains/eip155-28.json index 8e04a29e..6bc23e68 100644 --- a/_data/chains/eip155-28.json +++ b/_data/chains/eip155-28.json @@ -15,7 +15,7 @@ "explorers": [{ "name": "Blockscout", - "url": "https://blockexplorer.rinkeby.boba.network/", + "url": "https://blockexplorer.rinkeby.boba.network", "standard": "none" }], "parent": { diff --git a/_data/chains/eip155-288.json b/_data/chains/eip155-288.json index aba9a781..31d1c9e8 100644 --- a/_data/chains/eip155-288.json +++ b/_data/chains/eip155-288.json @@ -15,7 +15,7 @@ "explorers": [{ "name": "Blockscout", - "url": "https://blockexplorer.boba.network/", + "url": "https://blockexplorer.boba.network", "standard": "none" }], "parent": { diff --git a/_data/chains/eip155-29.json b/_data/chains/eip155-29.json index 33579353..5c8dd368 100644 --- a/_data/chains/eip155-29.json +++ b/_data/chains/eip155-29.json @@ -16,7 +16,7 @@ "networkId": 29, "explorers": [{ "name": "Genesis L1 blockchain explorer", - "url": "https://explorer.genesisl1.org/", + "url": "https://explorer.genesisl1.org", "standard": "none" }] } diff --git a/_data/chains/eip155-356256156.json b/_data/chains/eip155-356256156.json index ed02017b..04e99e81 100644 --- a/_data/chains/eip155-356256156.json +++ b/_data/chains/eip155-356256156.json @@ -16,7 +16,7 @@ "networkId": 356256156, "explorers": [{ "name": "Blockscout", - "url": "https://testnet-explorer.gather.network/", + "url": "https://testnet-explorer.gather.network", "standard": "none" }] } diff --git a/_data/chains/eip155-4002.json b/_data/chains/eip155-4002.json index 797f62bc..65269797 100644 --- a/_data/chains/eip155-4002.json +++ b/_data/chains/eip155-4002.json @@ -17,7 +17,7 @@ "explorers": [ { "name": "ftmscan", - "url": "https://testnet.ftmscan.com/", + "url": "https://testnet.ftmscan.com", "icon": "ftmscan", "standard": "EIP3091" } diff --git a/_data/chains/eip155-42261.json b/_data/chains/eip155-42261.json index f208a56f..7ebfaa7f 100644 --- a/_data/chains/eip155-42261.json +++ b/_data/chains/eip155-42261.json @@ -18,7 +18,7 @@ "networkId": 42261, "explorers": [{ "name": "Emerald Paratime Testnet Explorer", - "url": "https://testnet.explorer.emerald.oasis.dev/", + "url": "https://testnet.explorer.emerald.oasis.dev", "standard": "EIP3091" }] } diff --git a/_data/chains/eip155-42262.json b/_data/chains/eip155-42262.json index 93f656f8..5bf927bd 100644 --- a/_data/chains/eip155-42262.json +++ b/_data/chains/eip155-42262.json @@ -18,7 +18,7 @@ "networkId": 42262, "explorers": [{ "name": "Emerald Paratime Mainnet Explorer", - "url": "https://explorer.emerald.oasis.dev/", + "url": "https://explorer.emerald.oasis.dev", "standard": "EIP3091" }] } diff --git a/_data/chains/eip155-43113.json b/_data/chains/eip155-43113.json index 0d03b633..56eafee8 100644 --- a/_data/chains/eip155-43113.json +++ b/_data/chains/eip155-43113.json @@ -19,7 +19,7 @@ "explorers": [ { "name": "snowtrace", - "url": "https://testnet.snowtrace.io/", + "url": "https://testnet.snowtrace.io", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-43114.json b/_data/chains/eip155-43114.json index c31c0221..e4037701 100644 --- a/_data/chains/eip155-43114.json +++ b/_data/chains/eip155-43114.json @@ -18,7 +18,7 @@ "explorers": [ { "name": "snowtrace", - "url": "https://snowtrace.io/", + "url": "https://snowtrace.io", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-47805.json b/_data/chains/eip155-47805.json index 5171a65a..c0f706ed 100644 --- a/_data/chains/eip155-47805.json +++ b/_data/chains/eip155-47805.json @@ -17,7 +17,7 @@ "networkId": 47805, "explorers": [{ "name": "rei-scan", - "url": "https://scan.rei.network/", + "url": "https://scan.rei.network", "standard": "none" }] } diff --git a/_data/chains/eip155-486217935.json b/_data/chains/eip155-486217935.json index 83b8aca5..19b4050e 100644 --- a/_data/chains/eip155-486217935.json +++ b/_data/chains/eip155-486217935.json @@ -16,7 +16,7 @@ "networkId": 486217935, "explorers": [{ "name": "Blockscout", - "url": "https://devnet-explorer.gather.network/", + "url": "https://devnet-explorer.gather.network", "standard": "none" }] } diff --git a/_data/chains/eip155-52.json b/_data/chains/eip155-52.json index 236a8b61..d57083ea 100644 --- a/_data/chains/eip155-52.json +++ b/_data/chains/eip155-52.json @@ -16,7 +16,7 @@ "networkId": 52, "explorers": [{ "name": "coinexscan", - "url": "https://www.coinex.net/", + "url": "https://www.coinex.net", "standard": "none" }] } diff --git a/_data/chains/eip155-53.json b/_data/chains/eip155-53.json index 06ce0ac9..b13957b6 100644 --- a/_data/chains/eip155-53.json +++ b/_data/chains/eip155-53.json @@ -16,7 +16,7 @@ "networkId": 53, "explorers": [{ "name": "coinexscan", - "url": "https://testnet.coinex.net/", + "url": "https://testnet.coinex.net", "standard": "none" }] } diff --git a/_data/chains/eip155-55.json b/_data/chains/eip155-55.json index 0f729823..38b4fde7 100644 --- a/_data/chains/eip155-55.json +++ b/_data/chains/eip155-55.json @@ -21,7 +21,7 @@ "networkId": 55, "explorers": [{ "name": "zyxscan", - "url": "https://zyxscan.com/", + "url": "https://zyxscan.com", "standard": "none" }] } diff --git a/_data/chains/eip155-58.json b/_data/chains/eip155-58.json index d39a149f..abfaabef 100644 --- a/_data/chains/eip155-58.json +++ b/_data/chains/eip155-58.json @@ -20,7 +20,7 @@ "networkId": 58, "explorers": [{ "name": "explorer", - "url": "https://explorer.ont.io/", + "url": "https://explorer.ont.io", "standard": "EIP3091" }] } diff --git a/_data/chains/eip155-588.json b/_data/chains/eip155-588.json index 7c84e0ce..3548d440 100644 --- a/_data/chains/eip155-588.json +++ b/_data/chains/eip155-588.json @@ -15,7 +15,7 @@ "explorers": [ { "name": "blockscout", - "url": "https://stardust-explorer.metis.io/", + "url": "https://stardust-explorer.metis.io", "standard": "EIP3091" } ], diff --git a/_data/chains/eip155-60000.json b/_data/chains/eip155-60000.json index d325d232..bf9c3bde 100644 --- a/_data/chains/eip155-60000.json +++ b/_data/chains/eip155-60000.json @@ -18,7 +18,7 @@ "networkId": 60000, "explorers": [{ "name": "thinkiumscan", - "url": "https://test0.thinkiumscan.net/", + "url": "https://test0.thinkiumscan.net", "standard": "EIP3091" }] -} \ No newline at end of file +} diff --git a/_data/chains/eip155-60001.json b/_data/chains/eip155-60001.json index 9becdf10..cece7c86 100644 --- a/_data/chains/eip155-60001.json +++ b/_data/chains/eip155-60001.json @@ -18,7 +18,7 @@ "networkId": 60001, "explorers": [{ "name": "thinkiumscan", - "url": "https://test1.thinkiumscan.net/", + "url": "https://test1.thinkiumscan.net", "standard": "EIP3091" }] -} \ No newline at end of file +} diff --git a/_data/chains/eip155-60002.json b/_data/chains/eip155-60002.json index 541bce10..e8affefc 100644 --- a/_data/chains/eip155-60002.json +++ b/_data/chains/eip155-60002.json @@ -18,7 +18,7 @@ "networkId": 60002, "explorers": [{ "name": "thinkiumscan", - "url": "https://test2.thinkiumscan.net/", + "url": "https://test2.thinkiumscan.net", "standard": "EIP3091" }] -} \ No newline at end of file +} diff --git a/_data/chains/eip155-70000.json b/_data/chains/eip155-70000.json index 42d58d88..98095c0e 100644 --- a/_data/chains/eip155-70000.json +++ b/_data/chains/eip155-70000.json @@ -16,7 +16,7 @@ "networkId": 70000, "explorers": [{ "name": "thinkiumscan", - "url": "https://chain0.thinkiumscan.net/", + "url": "https://chain0.thinkiumscan.net", "standard": "EIP3091" }] -} \ No newline at end of file +} diff --git a/_data/chains/eip155-70001.json b/_data/chains/eip155-70001.json index a9129b49..c11dfac4 100644 --- a/_data/chains/eip155-70001.json +++ b/_data/chains/eip155-70001.json @@ -16,7 +16,7 @@ "networkId": 70001, "explorers": [{ "name": "thinkiumscan", - "url": "https://chain1.thinkiumscan.net/", + "url": "https://chain1.thinkiumscan.net", "standard": "EIP3091" }] -} \ No newline at end of file +} diff --git a/_data/chains/eip155-70002.json b/_data/chains/eip155-70002.json index d26770a5..50c62539 100644 --- a/_data/chains/eip155-70002.json +++ b/_data/chains/eip155-70002.json @@ -16,7 +16,7 @@ "networkId": 70002, "explorers": [{ "name": "thinkiumscan", - "url": "https://chain2.thinkiumscan.net/", + "url": "https://chain2.thinkiumscan.net", "standard": "EIP3091" }] -} \ No newline at end of file +} diff --git a/_data/chains/eip155-70103.json b/_data/chains/eip155-70103.json index a40d2d1d..e823540d 100644 --- a/_data/chains/eip155-70103.json +++ b/_data/chains/eip155-70103.json @@ -16,7 +16,7 @@ "networkId": 70103, "explorers": [{ "name": "thinkiumscan", - "url": "https://chain103.thinkiumscan.net/", + "url": "https://chain103.thinkiumscan.net", "standard": "EIP3091" }] -} \ No newline at end of file +} diff --git a/_data/chains/eip155-80001.json b/_data/chains/eip155-80001.json index 8ae2d1c2..49db4bb8 100644 --- a/_data/chains/eip155-80001.json +++ b/_data/chains/eip155-80001.json @@ -20,7 +20,7 @@ "networkId": 80001, "explorers": [{ "name": "polygonscan", - "url": "https://mumbai.polygonscan.com/", + "url": "https://mumbai.polygonscan.com", "standard": "EIP3091" }] } diff --git a/processor/src/main/kotlin/org/ethereum/lists/chains/Main.kt b/processor/src/main/kotlin/org/ethereum/lists/chains/Main.kt index ee2f58d8..05c30ca2 100644 --- a/processor/src/main/kotlin/org/ethereum/lists/chains/Main.kt +++ b/processor/src/main/kotlin/org/ethereum/lists/chains/Main.kt @@ -189,7 +189,11 @@ fun checkChain(chainFile: File, connectRPC: Boolean) { val url = explorer["url"] if (url == null || url !is String || !url.startsWith("https://")) { - throw(ExplorerInvalidUrl()) + throw(ExplorerMustWithHttps()) + } + + if (url.endsWith("/")) { + throw(ExplorerCannotEndInSlash()) } if (explorer["standard"] != "EIP3091" && explorer["standard"] != "none") { diff --git a/processor/src/main/kotlin/org/ethereum/lists/chains/model/Exceptions.kt b/processor/src/main/kotlin/org/ethereum/lists/chains/model/Exceptions.kt index 9be8edbb..1f0830e1 100644 --- a/processor/src/main/kotlin/org/ethereum/lists/chains/model/Exceptions.kt +++ b/processor/src/main/kotlin/org/ethereum/lists/chains/model/Exceptions.kt @@ -15,7 +15,8 @@ class ShortNameMustNotBeStar: Exception("short name must not be '*'") class UnsupportedNamespace: Exception("So far only the EIP155 namespace is supported") class ExplorersMustBeArray: Exception("explorers must be an array") class ExplorerMustHaveName: Exception("Explorer must have name") -class ExplorerInvalidUrl: Exception("Explorer have url starting with https://") +class ExplorerMustWithHttps: Exception("Explorer have url starting with https://") +class ExplorerCannotEndInSlash: Exception("Explorer cannot have a slash on the end") class ExplorerStandardMustBeEIP3091OrNone: Exception("explorer standard must be 'none' or 'EIP3091'") class ParentHasInvalidType(type: String?): Exception("Parent has invalid type $type - only L2 or shard allowed") class ParentMustBeObject: Exception("parent must be an object") diff --git a/processor/src/test/kotlin/org/ethereum/lists/chains/TheChainChecker.kt b/processor/src/test/kotlin/org/ethereum/lists/chains/TheChainChecker.kt index a4c23394..327d8eb4 100644 --- a/processor/src/test/kotlin/org/ethereum/lists/chains/TheChainChecker.kt +++ b/processor/src/test/kotlin/org/ethereum/lists/chains/TheChainChecker.kt @@ -211,12 +211,12 @@ class TheChainChecker { checkChain(getFile("invalid/explorernoname/eip155-1.json"), false) } - @Test(expected = ExplorerInvalidUrl::class) + @Test(expected = ExplorerMustWithHttps::class) fun shouldFailOnInvalidUrl() { checkChain(getFile("invalid/explorerinvalidurl/eip155-1.json"), false) } - @Test(expected = ExplorerInvalidUrl::class) + @Test(expected = ExplorerMustWithHttps::class) fun shouldFailOnMissingURL() { checkChain(getFile("invalid/explorermissingurl/eip155-1.json"), false) } @@ -227,6 +227,6 @@ class TheChainChecker { checkChain(getFile("valid/eip155-5.json"), false) } - private fun getFile(s: String) = File(javaClass.classLoader.getResource("test_chains/$s").file) + private fun getFile(s: String) = File(javaClass.classLoader.getResource("test_chains/$s")!!.file) } \ No newline at end of file From 40b922d96d15650fc42982518da61da1847c4ba2 Mon Sep 17 00:00:00 2001 From: ligi Date: Fri, 14 Jan 2022 21:17:31 +0100 Subject: [PATCH 15/49] Bump version to 1.2 --- model/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/build.gradle.kts b/model/build.gradle.kts index 63d91aa4..e6b83b76 100644 --- a/model/build.gradle.kts +++ b/model/build.gradle.kts @@ -6,7 +6,7 @@ plugins { publishing { publications { create("maven") { - version = "1.1" + version = "1.2" from(components["java"]) } From 214ecb3ff64833aa6c0a02887239c008c1a5617e Mon Sep 17 00:00:00 2001 From: vchain007 <75559334+vchain007@users.noreply.github.com> Date: Sat, 15 Jan 2022 04:20:40 +0800 Subject: [PATCH 16/49] add eip155-666666 eip155-888888 (#770) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: “someone” <“someemail”> --- _data/chains/eip155-666666.json | 20 ++++++++++++++++++++ _data/chains/eip155-888888.json | 19 +++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 _data/chains/eip155-666666.json create mode 100644 _data/chains/eip155-888888.json diff --git a/_data/chains/eip155-666666.json b/_data/chains/eip155-666666.json new file mode 100644 index 00000000..61e290d2 --- /dev/null +++ b/_data/chains/eip155-666666.json @@ -0,0 +1,20 @@ +{ + "name": "Vision - Vpioneer Test Chain", + "chain": "Vision-Vpioneer", + "rpc": [ + "https://vpioneer.infragrid.v.network/ethereum/compatible" + ], + "faucets": [ + "https://vpioneerfaucet.visionscan.org" + ], + "nativeCurrency": { + "name": "VS", + "symbol": "VS", + "decimals": 6 + }, + "infoURL": "https://visionscan.org", + "shortName": "vpioneer", + "chainId": 666666, + "networkId": 666666, + "slip44": 60 +} \ No newline at end of file diff --git a/_data/chains/eip155-888888.json b/_data/chains/eip155-888888.json new file mode 100644 index 00000000..81960b40 --- /dev/null +++ b/_data/chains/eip155-888888.json @@ -0,0 +1,19 @@ +{ + "name": "Vision - Mainnet", + "chain": "Vision", + "rpc": [ + "https://infragrid.v.network/ethereum/compatible" + ], + "faucets": [ + ], + "nativeCurrency": { + "name": "VS", + "symbol": "VS", + "decimals": 6 + }, + "infoURL": "https://visionscan.org", + "shortName": "vision", + "chainId": 888888, + "networkId": 888888, + "slip44": 60 + } \ No newline at end of file From 1365ead0acc00a1863561793a0bea17c0ac9d2c8 Mon Sep 17 00:00:00 2001 From: ligi Date: Sat, 15 Jan 2022 10:59:52 +0100 Subject: [PATCH 17/49] Add native currency to model --- .../kotlin/org/ethereum/lists/chains/model/Chain.kt | 3 ++- .../org/ethereum/lists/chains/model/NativeCurrency.kt | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 model/src/main/kotlin/org/ethereum/lists/chains/model/NativeCurrency.kt diff --git a/model/src/main/kotlin/org/ethereum/lists/chains/model/Chain.kt b/model/src/main/kotlin/org/ethereum/lists/chains/model/Chain.kt index d815e5bd..aae76462 100644 --- a/model/src/main/kotlin/org/ethereum/lists/chains/model/Chain.kt +++ b/model/src/main/kotlin/org/ethereum/lists/chains/model/Chain.kt @@ -15,7 +15,8 @@ data class Chain( val faucets: List, val explorers: List?, val infoURL: String, - val title: String? + val title: String?, + val nativeCurrency: NativeCurrency ) fun List.filterEIP3019Explorers() = map { it.copy(explorers = it.explorers?.filterEIP3019()) } \ No newline at end of file diff --git a/model/src/main/kotlin/org/ethereum/lists/chains/model/NativeCurrency.kt b/model/src/main/kotlin/org/ethereum/lists/chains/model/NativeCurrency.kt new file mode 100644 index 00000000..3b9f9fa9 --- /dev/null +++ b/model/src/main/kotlin/org/ethereum/lists/chains/model/NativeCurrency.kt @@ -0,0 +1,10 @@ +package org.ethereum.lists.chains.model + +import com.squareup.moshi.JsonClass + +@JsonClass(generateAdapter = true) +data class NativeCurrency( + val name : String, + val symbol : String, + val decimals : Int, +) \ No newline at end of file From d618b3d8c593312c86fbe22e5f431b767d0b26a3 Mon Sep 17 00:00:00 2001 From: ApplesToApples Date: Sat, 15 Jan 2022 06:35:09 -0500 Subject: [PATCH 18/49] adding explorer urls for aurora main/test chains (#773) * adding explorer urls for aurora main/test chains * Update _data/chains/eip155-1313161554.json * Update _data/chains/eip155-1313161555.json Co-authored-by: applestoapples Co-authored-by: ligi --- _data/chains/eip155-1313161554.json | 9 ++++++++- _data/chains/eip155-1313161555.json | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-1313161554.json b/_data/chains/eip155-1313161554.json index 2c236994..68e180d6 100644 --- a/_data/chains/eip155-1313161554.json +++ b/_data/chains/eip155-1313161554.json @@ -13,5 +13,12 @@ "infoURL": "https://aurora.dev", "shortName": "aurora", "chainId": 1313161554, - "networkId": 1313161554 + "networkId": 1313161554, + "explorers": [ + { + "name": "explorer.aurora.dev", + "url": "https://explorer.mainnet.aurora.dev", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-1313161555.json b/_data/chains/eip155-1313161555.json index c82537a2..e6d13b6c 100644 --- a/_data/chains/eip155-1313161555.json +++ b/_data/chains/eip155-1313161555.json @@ -13,5 +13,12 @@ "infoURL": "https://aurora.dev", "shortName": "aurora-testnet", "chainId": 1313161555, - "networkId": 1313161555 + "networkId": 1313161555, + "explorers": [ + { + "name": "explorer.aurora.dev", + "url": "https://explorer.testnet.aurora.dev", + "standard": "EIP3091" + } + ] } From 46d0fa1d02ba108a1ebdcf1403f50e4986c4188e Mon Sep 17 00:00:00 2001 From: Reggie <92185630+blockchainreg@users.noreply.github.com> Date: Sat, 15 Jan 2022 03:40:12 -0800 Subject: [PATCH 19/49] Adding ENTER Blockchain (#775) * Enter Logo * EnterCoin mainnet ID * added logo * Updated Suggestion Co-authored-by: EnterCoin <7969492+shadiayoub@users.noreply.github.com> --- _data/chains/eip155-1214.json | 25 +++++++++++++++++++++++++ _data/icons/enter.json | 9 +++++++++ 2 files changed, 34 insertions(+) create mode 100644 _data/chains/eip155-1214.json create mode 100644 _data/icons/enter.json diff --git a/_data/chains/eip155-1214.json b/_data/chains/eip155-1214.json new file mode 100644 index 00000000..6e1a0c4a --- /dev/null +++ b/_data/chains/eip155-1214.json @@ -0,0 +1,25 @@ +{ + "name": "EnterChain Mainnet", + "chain": "ENTER", + "network": "mainnet", + "rpc": [ + "https://tapi.entercoin.net/" + ], + "faucets": [], + "nativeCurrency": { + "name": "EnterCoin", + "symbol": "ENTER", + "decimals": 18 + }, + "infoURL": "https://entercoin.net", + "shortName": "enter", + "chainId": 1214, + "networkId": 1214, + "icon": "enter", + "explorers": [{ + "name": "Enter Explorer - Expenter", + "url": "https://explorer.entercoin.net", + "icon": "enter", + "standard": "EIP3091" + }] +} diff --git a/_data/icons/enter.json b/_data/icons/enter.json new file mode 100644 index 00000000..c4c884cf --- /dev/null +++ b/_data/icons/enter.json @@ -0,0 +1,9 @@ + +[ +{ + "url": "ipfs://Qmb2UYVc1MjLPi8vhszWRxqBJYoYkWQVxDJRSmtrgk6j2E", + "width": 64, + "height": 64, + "format": "png" +} +] From 93b475e3858ec472ba06f0d039a2c5b040c48e17 Mon Sep 17 00:00:00 2001 From: bear Date: Tue, 18 Jan 2022 23:23:20 +0800 Subject: [PATCH 20/49] Add pangoro chain info (#779) * Add pangoro chain info * Fix ci --- _data/chains/eip155-43.json | 2 +- _data/chains/eip155-45.json | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 _data/chains/eip155-45.json diff --git a/_data/chains/eip155-43.json b/_data/chains/eip155-43.json index 070ee15f..6caf93c7 100644 --- a/_data/chains/eip155-43.json +++ b/_data/chains/eip155-43.json @@ -13,7 +13,7 @@ "decimals": 9 }, "infoURL": "https://darwinia.network/", - "shortName": "darwinia", + "shortName": "pangolin", "chainId": 43, "networkId": 43, "explorers": [{ diff --git a/_data/chains/eip155-45.json b/_data/chains/eip155-45.json new file mode 100644 index 00000000..56069f48 --- /dev/null +++ b/_data/chains/eip155-45.json @@ -0,0 +1,22 @@ +{ + "name": "Darwinia Pangoro Testnet", + "chain": "pangoro", + "rpc": ["http://pangoro-rpc.darwinia.network"], + "faucets": [], + "nativeCurrency": { + "name": "Pangoro Network Native Token”", + "symbol": "ORING", + "decimals": 9 + }, + "infoURL": "https://darwinia.network/", + "shortName": "pangoro", + "chainId": 45, + "networkId": 45, + "explorers": [ + { + "name": "subscan", + "url": "https://pangoro.subscan.io", + "standard": "none" + } + ] +} From 03a3d9873d76ebaae4e7185e9c0a10810fa78896 Mon Sep 17 00:00:00 2001 From: echo Date: Wed, 19 Jan 2022 22:55:42 +0800 Subject: [PATCH 21/49] Fix darwinia chains decimals (#784) --- _data/chains/eip155-43.json | 2 +- _data/chains/eip155-44.json | 2 +- _data/chains/eip155-45.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/chains/eip155-43.json b/_data/chains/eip155-43.json index 6caf93c7..a0609fc1 100644 --- a/_data/chains/eip155-43.json +++ b/_data/chains/eip155-43.json @@ -10,7 +10,7 @@ "nativeCurrency": { "name": "Pangolin Network Native Token”", "symbol": "PRING", - "decimals": 9 + "decimals": 18 }, "infoURL": "https://darwinia.network/", "shortName": "pangolin", diff --git a/_data/chains/eip155-44.json b/_data/chains/eip155-44.json index 6cf37276..bed4cee7 100644 --- a/_data/chains/eip155-44.json +++ b/_data/chains/eip155-44.json @@ -8,7 +8,7 @@ "nativeCurrency": { "name": "Crab Network Native Token", "symbol": "CRAB", - "decimals": 9 + "decimals": 18 }, "infoURL": "https://crab.network/", "shortName": "crab", diff --git a/_data/chains/eip155-45.json b/_data/chains/eip155-45.json index 56069f48..87d8a490 100644 --- a/_data/chains/eip155-45.json +++ b/_data/chains/eip155-45.json @@ -6,7 +6,7 @@ "nativeCurrency": { "name": "Pangoro Network Native Token”", "symbol": "ORING", - "decimals": 9 + "decimals": 18 }, "infoURL": "https://darwinia.network/", "shortName": "pangoro", 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 22/49] 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 23/49] 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 24/49] 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 25/49] 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 26/49] 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 27/49] 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 28/49] 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 29/49] 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 30/49] 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 31/49] 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 32/49] 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 33/49] 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 34/49] 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 35/49] 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 36/49] 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 37/49] 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 38/49] 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 39/49] 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 40/49] 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 41/49] 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 42/49] 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", From 9e682a4f49cc84ea00c0f5fd1ec24c02c7b4ed99 Mon Sep 17 00:00:00 2001 From: nfttoken <84901128+nfttoken@users.noreply.github.com> Date: Sun, 6 Feb 2022 23:56:46 +0800 Subject: [PATCH 43/49] eip155-126 update to mainnet (#838) * 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 * Update eip155-126.json * Create eip155-129.json * Update eip155-126.json * Update eip155-129.json * Update eip155-126.json * Update and rename eip155-129.json to eip155-1268.json * Update eip155-126.json * Update eip155-126.json * Update eip155-1268.json * Update eip155-1268.json * Update eip155-126.json * Update eip155-126.json * Update and rename eip155-1268.json to eip155-125.json Co-authored-by: ligi --- _data/chains/eip155-125.json | 25 +++++++++++++++++++++++++ _data/chains/eip155-126.json | 18 +++++++++--------- 2 files changed, 34 insertions(+), 9 deletions(-) create mode 100644 _data/chains/eip155-125.json diff --git a/_data/chains/eip155-125.json b/_data/chains/eip155-125.json new file mode 100644 index 00000000..a0c5f584 --- /dev/null +++ b/_data/chains/eip155-125.json @@ -0,0 +1,25 @@ +{ + "name": "OYchain Testnet", + "chain": "OYchain", + "rpc": [ + "https://rpc.testnet.oychain.io" + ], + "faucets": [ + "https://faucet.oychain.io" + ], + "nativeCurrency": { + "name": "OYchain Token", + "symbol": "OY", + "decimals": 18 + }, + "infoURL": "https://www.oychain.io", + "shortName": "oychain testnet", + "chainId": 125, + "networkId": 125, + "slip44": 125, + "explorers": [{ + "name": "OYchain Testnet Explorer", + "url": "https://explorer.testnet.oychain.io", + "standard": "none" + }] + } diff --git a/_data/chains/eip155-126.json b/_data/chains/eip155-126.json index ef951218..dcca42f1 100644 --- a/_data/chains/eip155-126.json +++ b/_data/chains/eip155-126.json @@ -1,26 +1,26 @@ { - "name": "OYchain Testnet", + "name": "OYchain Mainnet", "chain": "OYchain", "icon": "oychain", "rpc": [ - "https://rpc.cntop3.com" + "https://rpc.mainnet.oychain.io" ], - "faucets": [ - "https://faucet.cntop3.com" - ], + "faucets": [ ], + "nativeCurrency": { "name": "OYchain Token", "symbol": "OY", "decimals": 18 }, - "infoURL": "https://www.cntop3.com", - "shortName": "oychain", + + "infoURL": "https://www.oychain.io", + "shortName": "oychain mainnet", "chainId": 126, "networkId": 126, "slip44": 126, "explorers": [{ - "name": "OYchain Explorer", - "url": "https://scan.cntop3.com", + "name": "OYchain Mainnet Explorer", + "url": "https://explorer.oychain.io", "standard": "none" }] } From 3849f6168fdfb92224d311cc8c9ab61573eb1901 Mon Sep 17 00:00:00 2001 From: Narate Ketram Date: Wed, 9 Feb 2022 18:32:48 +0700 Subject: [PATCH 44/49] Add Vela1 Chain Mainnet eip155-555.json (#845) --- _data/chains/eip155-555.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _data/chains/eip155-555.json diff --git a/_data/chains/eip155-555.json b/_data/chains/eip155-555.json new file mode 100644 index 00000000..af8c94d6 --- /dev/null +++ b/_data/chains/eip155-555.json @@ -0,0 +1,24 @@ +{ + "name": "Vela1 Chain Mainnet", + "chain": "VELA1", + "rpc": [ + "https://rpc.velaverse.io" + ], + "faucets": [], + "nativeCurrency": { + "name": "CLASS COIN", + "symbol": "CLASS", + "decimals": 18 + }, + "infoURL": "https://velaverse.io", + "shortName": "CLASS", + "chainId": 555, + "networkId": 555, + "explorers": [ + { + "name": "Vela1 Chain Mainnet Explorer", + "url": "https://exp.velaverse.io", + "standard": "EIP3091" + } + ] +} From 5b500fd7156bf28c861a518beb5194d75d251cd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Garamv=C3=B6lgyi?= Date: Wed, 9 Feb 2022 20:20:58 +0800 Subject: [PATCH 45/49] update Conflux network names (#848) --- _data/chains/eip155-1030.json | 5 +++-- _data/chains/eip155-71.json | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/_data/chains/eip155-1030.json b/_data/chains/eip155-1030.json index 04b1e138..6e548091 100644 --- a/_data/chains/eip155-1030.json +++ b/_data/chains/eip155-1030.json @@ -1,6 +1,7 @@ { - "name": "Conflux Mainnet", + "name": "Conflux eSpace", "chain": "Conflux", + "network": "mainnet", "rpc": ["https://evm.confluxrpc.com"], "faucets": [], "nativeCurrency": { @@ -16,7 +17,7 @@ "explorers": [ { "name": "Conflux Scan", - "url": "https://evm.confluxscan.io", + "url": "https://evm.confluxscan.net", "standard": "none" } ] diff --git a/_data/chains/eip155-71.json b/_data/chains/eip155-71.json index b3b61358..1c3167ec 100644 --- a/_data/chains/eip155-71.json +++ b/_data/chains/eip155-71.json @@ -1,9 +1,9 @@ { - "name": "Conflux Testnet", + "name": "Conflux eSpace (Testnet)", "chain": "Conflux", "network": "testnet", "rpc": ["https://evmtestnet.confluxrpc.com"], - "faucets": [], + "faucets": ["https://faucet.confluxnetwork.org"], "nativeCurrency": { "name": "CFX", "symbol": "CFX", @@ -17,7 +17,7 @@ "explorers": [ { "name": "Conflux Scan", - "url": "https://evmtestnet.confluxscan.io", + "url": "https://evmtestnet.confluxscan.net", "standard": "none" } ] From 81ae6ee4554bb2abfd499e60e6778db139dacfe3 Mon Sep 17 00:00:00 2001 From: Nova Network Inc <95463062+nova-network-inc@users.noreply.github.com> Date: Thu, 10 Feb 2022 02:14:37 +1300 Subject: [PATCH 46/49] Create novanetwork.json (#852) Add Nova Network --- _data/icons/novanetwork.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 _data/icons/novanetwork.json diff --git a/_data/icons/novanetwork.json b/_data/icons/novanetwork.json new file mode 100644 index 00000000..714aa167 --- /dev/null +++ b/_data/icons/novanetwork.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmNtr72zqg3eKGNyVVNgTNLddPm3nUCqggXYyE9vQxZDW2", + "width": 512, + "height": 512, + "format": "png" + } +] From 4b5471527aa6aff117583dccb59c4c436b9376b3 Mon Sep 17 00:00:00 2001 From: Stephen van Egmond Date: Wed, 9 Feb 2022 10:37:58 -0500 Subject: [PATCH 47/49] Shyft network (#850) * add shyft network * add shyft chain particulars * Update _data/chains/eip155-7341.json Co-authored-by: ligi * fix broken json * fix ipfs url Co-authored-by: ligi --- _data/chains/eip155-11437.json | 23 +++++++++++++++++++++++ _data/chains/eip155-7341.json | 24 ++++++++++++++++++++++++ _data/icons/shyft.json | 9 +++++++++ 3 files changed, 56 insertions(+) create mode 100644 _data/chains/eip155-11437.json create mode 100644 _data/chains/eip155-7341.json create mode 100644 _data/icons/shyft.json diff --git a/_data/chains/eip155-11437.json b/_data/chains/eip155-11437.json new file mode 100644 index 00000000..0dcbf80f --- /dev/null +++ b/_data/chains/eip155-11437.json @@ -0,0 +1,23 @@ +{ + "name": "Shyft Testnet", + "chain": "SHYFTT", + "icon": "shyft", + "rpc": [ + "https://rpc.testnet.shyft.network/" + ], + "faucets": [], + "nativeCurrency": { + "name": "Shyft Test Token", + "symbol": "SHYFTT", + "decimals": 18 + }, + "infoURL": "https://shyft.network", + "shortName": "shyftt", + "chainId": 11437, + "networkId": 11437, + "explorers": [{ + "name": "Shyft Testnet BX", + "url": "https://bx.testnet.shyft.network", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-7341.json b/_data/chains/eip155-7341.json new file mode 100644 index 00000000..d89753c3 --- /dev/null +++ b/_data/chains/eip155-7341.json @@ -0,0 +1,24 @@ +{ + "name": "Shyft Mainnet", + "chain": "SHYFT", + "icon": "shyft", + "rpc": [ + "https://rpc.shyft.network/" + ], + "faucets": [], + "nativeCurrency": { + "name": "Shyft", + "symbol": "SHYFT", + "decimals": 18 + }, + "infoURL": "https://shyft.network", + "shortName": "shyft", + "chainId": 7341, + "networkId": 7341, + "slip44": 2147490989, + "explorers": [{ + "name": "Shyft BX", + "url": "https://bx.shyft.network", + "standard": "EIP3091" + }] +} diff --git a/_data/icons/shyft.json b/_data/icons/shyft.json new file mode 100644 index 00000000..17c728e9 --- /dev/null +++ b/_data/icons/shyft.json @@ -0,0 +1,9 @@ +[ + { + "url":"ipfs://QmUkFZC2ZmoYPTKf7AHdjwRPZoV2h1MCuHaGM4iu8SNFpi", + "width":400, + "height":400, + "format":"svg" + } +] + From e44841c3a04e4333ef235356c050a030c2cacd99 Mon Sep 17 00:00:00 2001 From: Nova Network Inc <95463062+nova-network-inc@users.noreply.github.com> Date: Thu, 10 Feb 2022 19:41:51 +1300 Subject: [PATCH 48/49] Create nebulatestnet.json (#861) --- _data/icons/nebulatestnet.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 _data/icons/nebulatestnet.json diff --git a/_data/icons/nebulatestnet.json b/_data/icons/nebulatestnet.json new file mode 100644 index 00000000..714aa167 --- /dev/null +++ b/_data/icons/nebulatestnet.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmNtr72zqg3eKGNyVVNgTNLddPm3nUCqggXYyE9vQxZDW2", + "width": 512, + "height": 512, + "format": "png" + } +] 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 49/49] =?UTF-8?q?Change=20210309=EF=BC=88chainid=EF=BC=89'?= =?UTF-8?q?s=20shortname=20to=20platondev=20and=20add=20PlatON=20mainnet(2?= =?UTF-8?q?10425)=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