From 98fbc9d31106768c9863d2ec85ca3932895936dc Mon Sep 17 00:00:00 2001 From: ligi Date: Sat, 18 Dec 2021 12:56:33 +0100 Subject: [PATCH 01/10] Add kintsugi test network (#686) --- _data/chains/eip155-1337702.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 _data/chains/eip155-1337702.json diff --git a/_data/chains/eip155-1337702.json b/_data/chains/eip155-1337702.json new file mode 100644 index 00000000..0cfcbe1d --- /dev/null +++ b/_data/chains/eip155-1337702.json @@ -0,0 +1,25 @@ +{ + "name": "Kintsugi merge testnet", + "chain": "ETH", + "network": "testnet", + "rpc": [ + "https://rpc.kintsugi.themerge.dev" + ], + "faucets": [ + "https://faucet.kintsugi.themerge.dev" + ], + "nativeCurrency": { + "name": "kintsugi Ethere", + "symbol": "kiETH", + "decimals": 18 + }, + "infoURL": "https://kintsugi.themerge.dev/", + "shortName": "kintsugi", + "chainId": 1337702, + "networkId": 1337702, + "explorers": [{ + "name": "kintsugi explorer", + "url": "https://explorer.kintsugi.themerge.dev/", + "standard": "EIP3091" + }] +} From 9e07221635a9559ab159fa9e459dbe1927490c9b Mon Sep 17 00:00:00 2001 From: SolidityX <88942434+solidityx@users.noreply.github.com> Date: Sat, 18 Dec 2021 17:26:46 +0530 Subject: [PATCH 02/10] Create dithereum.json (#643) * Create dithereum.json * Create eip155-34.json * Create ditherscan.json * added standard in explorer for dithereum testnet * removed explorer details for now. * Update _data/icons/dithereum.json * Update _data/icons/dithereum.json * Update _data/chains/eip155-34.json * Update _data/chains/eip155-34.json * changed RPC URL Co-authored-by: ligi --- _data/chains/eip155-34.json | 21 +++++++++++++++++++++ _data/icons/dithereum.json | 8 ++++++++ _data/icons/ditherscan.json | 8 ++++++++ 3 files changed, 37 insertions(+) create mode 100644 _data/chains/eip155-34.json create mode 100644 _data/icons/dithereum.json create mode 100644 _data/icons/ditherscan.json diff --git a/_data/chains/eip155-34.json b/_data/chains/eip155-34.json new file mode 100644 index 00000000..84a87bf9 --- /dev/null +++ b/_data/chains/eip155-34.json @@ -0,0 +1,21 @@ +{ + "name": "Dithereum Testnet", + "chain": "DTH", + "network": "testnet", + "icon": "dithereum", + "rpc": [ + "https://node-testnet.dithereum.io" + ], + "faucets": [ + "https://faucet.dithereum.org" + ], + "nativeCurrency": { + "name": "Dither", + "symbol": "DTH", + "decimals": 18 + }, + "infoURL": "https://dithereum.org", + "shortName": "dth", + "chainId": 34, + "networkId": 34 +} diff --git a/_data/icons/dithereum.json b/_data/icons/dithereum.json new file mode 100644 index 00000000..c3fefa58 --- /dev/null +++ b/_data/icons/dithereum.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmSHN5GtRGpMMpszSn1hF47ZSLRLqrLxWsQ48YYdJPyjLf", + "width": 500, + "height": 500, + "format": "png" + } +] diff --git a/_data/icons/ditherscan.json b/_data/icons/ditherscan.json new file mode 100644 index 00000000..c3fefa58 --- /dev/null +++ b/_data/icons/ditherscan.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmSHN5GtRGpMMpszSn1hF47ZSLRLqrLxWsQ48YYdJPyjLf", + "width": 500, + "height": 500, + "format": "png" + } +] From 46a47868c938cba238b9c22efd95ae486a00b9ab Mon Sep 17 00:00:00 2001 From: Bittex <91625051+bittex-coin@users.noreply.github.com> Date: Fri, 24 Dec 2021 14:16:33 +0530 Subject: [PATCH 03/10] Updated Symbol (#690) Changed shortcode from BTTX -> BTX --- _data/chains/eip155-3690.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/chains/eip155-3690.json b/_data/chains/eip155-3690.json index 81701fb2..0107c54f 100644 --- a/_data/chains/eip155-3690.json +++ b/_data/chains/eip155-3690.json @@ -1,6 +1,6 @@ { "name": "Bittex Mainnet", - "chain": "BTTX", + "chain": "BTX", "network": "mainnet", "rpc": [ "https://rpc1.bittexscan.info", @@ -9,11 +9,11 @@ "faucets": [], "nativeCurrency": { "name": "Bittex", - "symbol": "BTTX", + "symbol": "BTX", "decimals": 18 }, "infoURL": "https://bittexscan.com", - "shortName": "bttx", + "shortName": "btx", "chainId": 3690, "networkId": 3690, "icon": "ethereum", From ed12fbf86df64b55586a2183b7cc98579a982ab8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Dec 2021 09:48:36 +0100 Subject: [PATCH 04/10] Bump KETHEREUM_VERSION from 0.85.5 to 0.85.6 (#693) Bumps `KETHEREUM_VERSION` from 0.85.5 to 0.85.6. Updates `rpc` from 0.85.5 to 0.85.6 - [Release notes](https://github.com/komputing/KEthereum/releases) - [Commits](https://github.com/komputing/KEthereum/compare/0.85.5...0.85.6) Updates `model` from 0.85.5 to 0.85.6 - [Release notes](https://github.com/komputing/KEthereum/releases) - [Commits](https://github.com/komputing/KEthereum/compare/0.85.5...0.85.6) Updates `erc55` from 0.85.5 to 0.85.6 - [Release notes](https://github.com/komputing/KEthereum/releases) - [Commits](https://github.com/komputing/KEthereum/compare/0.85.5...0.85.6) Updates `crypto_impl_bouncycastle` from 0.85.5 to 0.85.6 - [Release notes](https://github.com/komputing/KEthereum/releases) - [Commits](https://github.com/komputing/KEthereum/compare/0.85.5...0.85.6) --- 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 a21c77e8..eace1084 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { KOTLIN_VERSION = "1.6.10" - KETHEREUM_VERSION = "0.85.5" + KETHEREUM_VERSION = "0.85.6" } repositories { From 3a5de0d49a2b6545f8d4415407c5e51631d4bfd5 Mon Sep 17 00:00:00 2001 From: LittleBear <1581487855@qq.com> Date: Fri, 24 Dec 2021 16:50:47 +0800 Subject: [PATCH 05/10] eip2025 add icon (#695) * create eip155-2025 * create eip155-2025 * eip155-2025 add icon --- _data/chains/eip155-2025.json | 1 + 1 file changed, 1 insertion(+) diff --git a/_data/chains/eip155-2025.json b/_data/chains/eip155-2025.json index 5e288197..49841a08 100644 --- a/_data/chains/eip155-2025.json +++ b/_data/chains/eip155-2025.json @@ -2,6 +2,7 @@ "name": "Rangers Protocol Mainnet", "chain": "Rangers", "network": "mainnet", + "icon": "rangers", "rpc": [ "https://mainnet.rangersprotocol.com/api/jsonrpc" ], From d62a8ad71f20640a53ec7d4c9347b0a555924c0b Mon Sep 17 00:00:00 2001 From: boomer2 <37128068+boomer2@users.noreply.github.com> Date: Fri, 24 Dec 2021 18:23:54 +0900 Subject: [PATCH 06/10] changed Klaytn mainnet RPC url (#706) * changed Klaytn mainnet RPC url * changed Klaytn testnet RPC url * changed Klaytn testnet RPC url * changed Klaytn testnet RPC url --- _data/chains/eip155-1001.json | 2 +- _data/chains/eip155-8217.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-1001.json b/_data/chains/eip155-1001.json index da0f663b..8d061268 100644 --- a/_data/chains/eip155-1001.json +++ b/_data/chains/eip155-1001.json @@ -3,7 +3,7 @@ "chain": "KLAY", "network": "baobab", "rpc": [ - "https://node-api.klaytnapi.com/v1/klaytn" + "https://api.baobab.klaytn.net:8651" ], "faucets": [ "https://baobab.wallet.klaytn.com/access?next=faucet" diff --git a/_data/chains/eip155-8217.json b/_data/chains/eip155-8217.json index e853633a..b60b5b1c 100644 --- a/_data/chains/eip155-8217.json +++ b/_data/chains/eip155-8217.json @@ -3,7 +3,7 @@ "chain": "KLAY", "network": "cypress", "rpc": [ - "https://api.cypress.ozys.net:8651" + "https://public-node-api.klaytnapi.com/v1/cypress" ], "faucets": [], "nativeCurrency": { From f219a1730e302a113116067baa45e839a1326c3b Mon Sep 17 00:00:00 2001 From: Dev Cizz <70370489+kawisin@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:56:09 +0700 Subject: [PATCH 07/10] New chain id (#698) --- eip155-9100.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 eip155-9100.json diff --git a/eip155-9100.json b/eip155-9100.json new file mode 100644 index 00000000..12a64dd7 --- /dev/null +++ b/eip155-9100.json @@ -0,0 +1,19 @@ +{ + "name": "Genesis Coin", + "chain": "Genesis", + "network": "Genesis Coin", + "rpc": [ + "https://genesis-gn.com", + "wss://genesis-gn.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "GN Coin", + "symbol": "GNC", + "decimals": 18 + }, + "infoURL": "https://genesis-gn.com", + "shortName": "GENEC", + "chainId": 9100, + "networkId": 9100 +} \ No newline at end of file From 7504a90fae604227e674ba06fb7bfcfa32bf6d76 Mon Sep 17 00:00:00 2001 From: GimluCom <79271880+GimluCom@users.noreply.github.com> Date: Fri, 24 Dec 2021 15:54:05 +0100 Subject: [PATCH 08/10] Update Gnosis chain (#696) * Update Gnosis chain Updated Gnosis chain, formerly xdai chain. * Update eip155-100.json --- _data/chains/eip155-100.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_data/chains/eip155-100.json b/_data/chains/eip155-100.json index b8a3a314..3705732b 100644 --- a/_data/chains/eip155-100.json +++ b/_data/chains/eip155-100.json @@ -1,6 +1,6 @@ { - "name": "xDAI Chain", - "chain": "XDAI", + "name": "Gnosis Chain (formerly xDai)", + "chain": "Gnosis", "network": "mainnet", "rpc": [ "https://rpc.xdaichain.com", @@ -11,21 +11,21 @@ "https://dai.poa.network", "ws://xdai.poanetwork.dev:8546" ], - "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/","https://xdai-app.herokuapp.com/faucet"], + "faucets": ["https://xdai-app.herokuapp.com/faucet", "https://stakely.io/faucet/xdai-chain", "https://faucet.prussia.dev/xdai"], "nativeCurrency": { "name": "xDAI", "symbol": "xDAI", "decimals": 18 }, - "infoURL": "https://forum.poa.network/c/xdai-chain", - "shortName": "xdai", + "infoURL": "https://www.xdaichain.com/", + "shortName": "gno", "chainId": 100, "networkId": 100, "slip44": 700, "explorers": [{ "name": "blockscout", - "url": "https://blockscout.com/poa/xdai", + "url": "https://blockscout.com/xdai/mainnet", "standard": "EIP3091" }] } From ca3a5ab653a3a79edec145c95fdf23cbec1c94ce Mon Sep 17 00:00:00 2001 From: Markus Alvila <44319370+RareData@users.noreply.github.com> Date: Fri, 24 Dec 2021 15:56:36 +0100 Subject: [PATCH 09/10] Add more public RPC nodes (#707) --- _data/chains/eip155-19.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-19.json b/_data/chains/eip155-19.json index 3062f569..279af21e 100644 --- a/_data/chains/eip155-19.json +++ b/_data/chains/eip155-19.json @@ -3,9 +3,12 @@ "chain": "SGB", "network": "songbird", "rpc": [ - "https://songbird.towolabs.com/rpc" + "https://songbird.towolabs.com/rpc", + "https://sgb.ftso.com.au/ext/bc/C/rpc", + "https://sgb.lightft.so/rpc", + "https://sgb-rpc.ftso.eu" ], - "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"], + "faucets": [], "nativeCurrency": { "name": "Songbird", "symbol": "SGB", From c2dcfd82e737d894044635f9cb4f0a6d8cf0d158 Mon Sep 17 00:00:00 2001 From: Victor Date: Sat, 25 Dec 2021 23:31:05 +1300 Subject: [PATCH 10/10] Add Emerald Paratime networks. (#708) * Add Emerald Paratime networks. * Update the standard of the explorers. * Correct the shortname for the mainnet. --- _data/chains/eip155-42261.json | 25 +++++++++++++++++++++++++ _data/chains/eip155-42262.json | 25 +++++++++++++++++++++++++ _data/icons/oasis.json | 8 ++++++++ 3 files changed, 58 insertions(+) create mode 100644 _data/chains/eip155-42261.json create mode 100644 _data/chains/eip155-42262.json create mode 100644 _data/icons/oasis.json diff --git a/_data/chains/eip155-42261.json b/_data/chains/eip155-42261.json new file mode 100644 index 00000000..07879731 --- /dev/null +++ b/_data/chains/eip155-42261.json @@ -0,0 +1,25 @@ +{ + "name": "Emerald Paratime Testnet", + "chain": "Emerald", + "network": "testnet", + "icon": "oasis", + "rpc": [ + "https://testnet.emerald.oasis.dev/", + "wss://testnet.emerald.oasis.dev/ws" + ], + "faucets": [], + "nativeCurrency": { + "name": "Emerald Rose", + "symbol": "ROSE", + "decimals": 18 + }, + "infoURL": "https://docs.oasis.dev/general/developer-resources/overview", + "shortName": "emerald", + "chainId": 42261, + "networkId": 42261, + "explorers": [{ + "name": "Emerald Paratime Testnet Explorer", + "url": "https://testnet.explorer.emerald.oasis.dev/", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-42262.json b/_data/chains/eip155-42262.json new file mode 100644 index 00000000..ffd257d1 --- /dev/null +++ b/_data/chains/eip155-42262.json @@ -0,0 +1,25 @@ +{ + "name": "Emerald Paratime Mainnet", + "chain": "Emerald", + "network": "Mainnet", + "icon": "oasis", + "rpc": [ + "https://emerald.oasis.dev", + "wss://emerald.oasis.dev/ws" + ], + "faucets": [], + "nativeCurrency": { + "name": "Emerald Rose", + "symbol": "ROSE", + "decimals": 18 + }, + "infoURL": "https://docs.oasis.dev/general/developer-resources/overview", + "shortName": "oasis", + "chainId": 42262, + "networkId": 42262, + "explorers": [{ + "name": "Emerald Paratime Mainnet Explorer", + "url": "https://explorer.emerald.oasis.dev/", + "standard": "EIP3091" + }] +} diff --git a/_data/icons/oasis.json b/_data/icons/oasis.json new file mode 100644 index 00000000..9696c62c --- /dev/null +++ b/_data/icons/oasis.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreiespupb52akiwrexxg7g72mh7m7h7lum5hmqijmpdh3kmuunzclha", + "width": 2000, + "height": 2000, + "format": "png" + } +]