From 4adceea2fcddfbd125da0533a332c8ce0565a885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 10:30:57 +0100 Subject: [PATCH 01/13] Bump KETHEREUM_VERSION from 0.85.3 to 0.85.5 (#662) Bumps `KETHEREUM_VERSION` from 0.85.3 to 0.85.5. Updates `rpc` from 0.85.3 to 0.85.5 - [Release notes](https://github.com/komputing/KEthereum/releases) - [Commits](https://github.com/komputing/KEthereum/compare/0.85.3...0.85.5) Updates `model` from 0.85.3 to 0.85.5 - [Release notes](https://github.com/komputing/KEthereum/releases) - [Commits](https://github.com/komputing/KEthereum/compare/0.85.3...0.85.5) Updates `erc55` from 0.85.3 to 0.85.5 - [Release notes](https://github.com/komputing/KEthereum/releases) - [Commits](https://github.com/komputing/KEthereum/compare/0.85.3...0.85.5) Updates `crypto_impl_bouncycastle` from 0.85.3 to 0.85.5 - [Release notes](https://github.com/komputing/KEthereum/releases) - [Commits](https://github.com/komputing/KEthereum/compare/0.85.3...0.85.5) --- 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 36cf31a6..1ab262d3 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { KOTLIN_VERSION = "1.6.0" - KETHEREUM_VERSION = "0.85.3" + KETHEREUM_VERSION = "0.85.5" } repositories { From 84e17f1d61ca079879043349c55b104cbfe894ec Mon Sep 17 00:00:00 2001 From: xiao93 <42384581+xiao93@users.noreply.github.com> Date: Wed, 15 Dec 2021 04:26:04 +0800 Subject: [PATCH 02/13] Update eip155-53.json (#661) https://docs.coinex.org/#/testnet --- _data/chains/eip155-53.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-53.json b/_data/chains/eip155-53.json index 490e1bb8..2653e41c 100644 --- a/_data/chains/eip155-53.json +++ b/_data/chains/eip155-53.json @@ -3,7 +3,7 @@ "chain": "CSC", "network": "testnet", "rpc": [ - "https://rpc-testnet.coinex.net" + "https://testnet-rpc.coinex.net/" ], "faucets": [], "nativeCurrency": { From 7c883f55529a88ccf87577ddb0b16c108389b676 Mon Sep 17 00:00:00 2001 From: xiao93 <42384581+xiao93@users.noreply.github.com> Date: Wed, 15 Dec 2021 04:30:16 +0800 Subject: [PATCH 03/13] Update eip155-52.json (#660) https://docs.coinex.org/#/mainnet --- _data/chains/eip155-52.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-52.json b/_data/chains/eip155-52.json index a006f959..072ad8a0 100644 --- a/_data/chains/eip155-52.json +++ b/_data/chains/eip155-52.json @@ -3,7 +3,7 @@ "chain": "CSC", "network": "mainnet", "rpc": [ - "https://rpc-mainnet.coinex.net" + "https://rpc.coinex.net" ], "faucets": [], "nativeCurrency": { From 4bfae3321e20345f198fbeb1ce4448982176e6bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Dec 2021 11:59:42 +0100 Subject: [PATCH 04/13] Bump KOTLIN_VERSION from 1.6.0 to 1.6.10 (#669) Bumps `KOTLIN_VERSION` from 1.6.0 to 1.6.10. Updates `kotlin-gradle-plugin` from 1.6.0 to 1.6.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.0...v1.6.10) Updates `kotlin-stdlib` from 1.6.0 to 1.6.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.0...v1.6.10) Updates `kotlin-test` from 1.6.0 to 1.6.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.0...v1.6.10) Updates `kotlin-test-junit` from 1.6.0 to 1.6.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.0...v1.6.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-test dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-test-junit 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 1ab262d3..a21c77e8 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - KOTLIN_VERSION = "1.6.0" + KOTLIN_VERSION = "1.6.10" KETHEREUM_VERSION = "0.85.5" } From cb8ea490ca95738152b5fe8a6726046560c8c4a4 Mon Sep 17 00:00:00 2001 From: Reggie <92185630+blockchainreg@users.noreply.github.com> Date: Wed, 15 Dec 2021 09:12:38 -0500 Subject: [PATCH 05/13] Update Chain (#672) We changed forks and now needed to change the parameters. --- _data/chains/eip155-7878.json | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/_data/chains/eip155-7878.json b/_data/chains/eip155-7878.json index 792f840f..53a9ddf0 100644 --- a/_data/chains/eip155-7878.json +++ b/_data/chains/eip155-7878.json @@ -2,22 +2,25 @@ "name": "Hazlor Testnet", "chain": "SCAS", "network": "testnet", - "rpc": ["https://hatlas.rpc.hazlor.com:8545/"], - "faucets": ["https://faucet.hazlor.com"], + "rpc": [ + "https://hatlas.rpc.hazlor.com:8545", + "wss://hatlas.rpc.hazlor.com:8546" + ], + "faucets": [ + "https://faucet.hazlor.com" + ], "nativeCurrency": { "name": "Hazlor Test Coin", "symbol": "TSCAS", "decimals": 18 }, "infoURL": "https://hazlor.com", - "shortName": "hazlor-hatlas", + "shortName": "tscas", "chainId": 7878, "networkId": 7878, - "explorers": [ - { - "name": "Hazlor Explorer ", - "url": "https://explorer.hazlor.com", - "standard": "none" - } - ] + "explorers": [{ + "name": "Hazlor Testnet Explorer", + "url": "https://explorer.hazlor.com", + "standard": "none" + }] } From 61e981e28088d7b582c58c485dea9c6b021eeb7e Mon Sep 17 00:00:00 2001 From: xiao93 <42384581+xiao93@users.noreply.github.com> Date: Wed, 15 Dec 2021 22:28:22 +0800 Subject: [PATCH 06/13] Update eip155-53.json (#671) * Update eip155-53.json add explorers https://testnet.coinex.net/ * Update eip155-53.json --- _data/chains/eip155-53.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_data/chains/eip155-53.json b/_data/chains/eip155-53.json index 2653e41c..c448f6b0 100644 --- a/_data/chains/eip155-53.json +++ b/_data/chains/eip155-53.json @@ -14,5 +14,10 @@ "infoURL": "https://www.coinex.org/", "shortName": "tcet", "chainId": 53, - "networkId": 53 + "networkId": 53, + "explorers": [{ + "name": "coinexscan", + "url": "https://testnet.coinex.net/", + "standard": "none" + }] } From d62b8630447757599cc84fad8aa1f49deb13c36d Mon Sep 17 00:00:00 2001 From: xiao93 <42384581+xiao93@users.noreply.github.com> Date: Wed, 15 Dec 2021 23:00:36 +0800 Subject: [PATCH 07/13] Update eip155-52.json (#670) * Update eip155-52.json add explorers https://www.coinex.net/ * Update eip155-52.json --- _data/chains/eip155-52.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_data/chains/eip155-52.json b/_data/chains/eip155-52.json index 072ad8a0..7a718629 100644 --- a/_data/chains/eip155-52.json +++ b/_data/chains/eip155-52.json @@ -14,5 +14,10 @@ "infoURL": "https://www.coinex.org/", "shortName": "cet", "chainId": 52, - "networkId": 52 + "networkId": 52, + "explorers": [{ + "name": "coinexscan", + "url": "https://www.coinex.net/", + "standard": "none" + }] } From f372e5e1f2e72bc8c13a2624199bf838aa6b590d Mon Sep 17 00:00:00 2001 From: MartinB <38029526+MartinBTM@users.noreply.github.com> Date: Fri, 17 Dec 2021 02:28:09 +0800 Subject: [PATCH 08/13] Create eip155-188.json (#679) create eip155-188.json --- _data/chains/eip155-188.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _data/chains/eip155-188.json diff --git a/_data/chains/eip155-188.json b/_data/chains/eip155-188.json new file mode 100644 index 00000000..1fcdc2ca --- /dev/null +++ b/_data/chains/eip155-188.json @@ -0,0 +1,23 @@ +{ + "name": "BMC Mainnet", + "chain": "BMC", + "network": "mainnet", + "rpc": [ + "https://mainnet.bmcchain.com/" + ], + "faucets": [], + "nativeCurrency": { + "name": "BTM", + "symbol": "BTM", + "decimals": 18 + }, + "infoURL": "https://bmc.bytom.io/", + "shortName": "BMC", + "chainId": 188, + "networkId": 188, + "explorers": [{ + "name": "Blockmeta", + "url": "https://bmc.blockmeta.com/", + "standard": "none" + }] +} From ab884ed024500fff634ebd50c4d53b2afb26fb88 Mon Sep 17 00:00:00 2001 From: madmattman <35346049+madmattman@users.noreply.github.com> Date: Thu, 16 Dec 2021 10:40:18 -0800 Subject: [PATCH 09/13] Create eip155-2021121117.json (#674) --- _data/chains/eip155-2021121117.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 _data/chains/eip155-2021121117.json diff --git a/_data/chains/eip155-2021121117.json b/_data/chains/eip155-2021121117.json new file mode 100644 index 00000000..679a56bb --- /dev/null +++ b/_data/chains/eip155-2021121117.json @@ -0,0 +1,18 @@ +{ + "name": "DataHopper", + "chain": "HOP", + "network": "hopnet", + "rpc": [ + "https://23.92.21.121:8545" + ], + "faucets": [], + "nativeCurrency": { + "name": "DataHoppers", + "symbol": "HOP", + "decimals": 18 + }, + "infoURL": "https://www.DataHopper.com", + "shortName": "hop", + "chainId": 2021121117, + "networkId": 2021121117 +} From 46a72fe08c37c0e54abbed140c925f9d9fde4341 Mon Sep 17 00:00:00 2001 From: LittleBear <1581487855@qq.com> Date: Fri, 17 Dec 2021 16:17:15 +0800 Subject: [PATCH 10/13] create eip155-2025 (#682) * create eip155-2025 * create eip155-2025 --- _data/chains/eip155-2025.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _data/chains/eip155-2025.json diff --git a/_data/chains/eip155-2025.json b/_data/chains/eip155-2025.json new file mode 100644 index 00000000..5e288197 --- /dev/null +++ b/_data/chains/eip155-2025.json @@ -0,0 +1,24 @@ +{ + "name": "Rangers Protocol Mainnet", + "chain": "Rangers", + "network": "mainnet", + "rpc": [ + "https://mainnet.rangersprotocol.com/api/jsonrpc" + ], + "faucets": [], + "nativeCurrency": { + "name": "Rangers Protocol Gas", + "symbol": "RPG", + "decimals": 18 + }, + "infoURL": "https://rangersprotocol.com", + "shortName": "rpg", + "chainId": 2025, + "networkId": 2025, + "slip44": 1008, + "explorers": [{ + "name": "rangersscan", + "url": "https://scan.rangersprotocol.com", + "standard": "none" + }] +} From 14dbd5b3872878760478c9fc96a4809fff501125 Mon Sep 17 00:00:00 2001 From: MartinB <38029526+MartinBTM@users.noreply.github.com> Date: Fri, 17 Dec 2021 17:37:06 +0800 Subject: [PATCH 11/13] create eip155-189.json (#683) * Create eip155-188.json create eip155-188.json * Create eip155-189.json Create eip155-189.json --- _data/chains/eip155-189.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _data/chains/eip155-189.json diff --git a/_data/chains/eip155-189.json b/_data/chains/eip155-189.json new file mode 100644 index 00000000..cb3e0b38 --- /dev/null +++ b/_data/chains/eip155-189.json @@ -0,0 +1,23 @@ +{ + "name": "BMC Testnet", + "chain": "BMC", + "network": "testnet", + "rpc": [ + "https://testnet.bmcchain.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "BTM", + "symbol": "BTM", + "decimals": 18 + }, + "infoURL": "https://bmc.bytom.io/", + "shortName": "BMCT", + "chainId": 189, + "networkId": 189, + "explorers": [{ + "name": "Blockmeta", + "url": "https://bmc.blockmeta.com/", + "standard": "none" + }] +} From ac6cb3516e5d6d8abd14d626e0f384e832325463 Mon Sep 17 00:00:00 2001 From: LittleBear <1581487855@qq.com> Date: Fri, 17 Dec 2021 18:09:57 +0800 Subject: [PATCH 12/13] Pr/9527 (#685) * create eip155-9527 * create eip155-9527 * create eip155-9527 --- _data/chains/eip155-9527.json | 24 ++++++++++++++++++++++++ _data/icons/rangers.json | 8 ++++++++ 2 files changed, 32 insertions(+) create mode 100644 _data/chains/eip155-9527.json create mode 100644 _data/icons/rangers.json diff --git a/_data/chains/eip155-9527.json b/_data/chains/eip155-9527.json new file mode 100644 index 00000000..1653551b --- /dev/null +++ b/_data/chains/eip155-9527.json @@ -0,0 +1,24 @@ +{ + "name": "Rangers Protocol Testnet Robin", + "chain": "Rangers", + "network": "robin", + "icon": "rangers", + "rpc": [ + "https://robin.rangersprotocol.com/api/jsonrpc" + ], + "faucets": ["https://robin-faucet.rangersprotocol.com"], + "nativeCurrency": { + "name": "Rangers Protocol Gas", + "symbol": "tRPG", + "decimals": 18 + }, + "infoURL": "https://rangersprotocol.com", + "shortName": "trpg", + "chainId": 9527, + "networkId": 9527, + "explorers": [{ + "name": "rangersscan-robin", + "url": "https://robin-rangersscan.rangersprotocol.com", + "standard": "none" + }] +} diff --git a/_data/icons/rangers.json b/_data/icons/rangers.json new file mode 100644 index 00000000..9bfdb96d --- /dev/null +++ b/_data/icons/rangers.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://QmfHG3xbg4iiopagww93Gu7tmvCpPwZdiwsUjd3Dt5mRwT", + "width":835, + "height":835, + "format":"png" + } +] From 2241b4468f8e18575fa977239e8212e38425e501 Mon Sep 17 00:00:00 2001 From: Benjamin Hyo-keun Oh Date: Fri, 17 Dec 2021 20:48:56 +0900 Subject: [PATCH 13/13] Update eip155-8217.json (#654) * Update eip155-8217.json - remove Klayn Official JSON-RPC route (Klaytn official API doesn't work any more) - add ozys JSON-RPC route - add klaytnscope uri * Update eip155-8217.json - fix uri - remove EIP-3091 * Update _data/chains/eip155-8217.json Co-authored-by: ligi --- _data/chains/eip155-8217.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-8217.json b/_data/chains/eip155-8217.json index bea84c46..e853633a 100644 --- a/_data/chains/eip155-8217.json +++ b/_data/chains/eip155-8217.json @@ -3,7 +3,7 @@ "chain": "KLAY", "network": "cypress", "rpc": [ - "https://node-api.klaytnapi.com/v1/klaytn" + "https://api.cypress.ozys.net:8651" ], "faucets": [], "nativeCurrency": { @@ -15,5 +15,10 @@ "shortName": "Cypress", "chainId": 8217, "networkId": 8217, - "slip44": 8217 + "slip44": 8217, + "explorers": [{ + "name": "Klaytnscope", + "url": "https://scope.klaytn.com", + "standard": "none" + }] }