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 1/5] 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 2/5] 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 3/5] 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" + }] } From 98fbc9d31106768c9863d2ec85ca3932895936dc Mon Sep 17 00:00:00 2001 From: ligi Date: Sat, 18 Dec 2021 12:56:33 +0100 Subject: [PATCH 4/5] 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 5/5] 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" + } +]