From 600851fd933acf49fa15cda3c29df873c3324eee Mon Sep 17 00:00:00 2001 From: YuexingZeng <108385738+YuexingZeng@users.noreply.github.com> Date: Sun, 16 Jun 2024 20:42:41 +0800 Subject: [PATCH 1/3] update B2 mainnet and testnet rpc (#5315) --- _data/chains/eip155-1123.json | 6 +++++- _data/chains/eip155-223.json | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-1123.json b/_data/chains/eip155-1123.json index b569ea7b1f72..4eff7aa27497 100644 --- a/_data/chains/eip155-1123.json +++ b/_data/chains/eip155-1123.json @@ -2,7 +2,11 @@ "name": "B2 Testnet", "title": "B2 Testnet", "chain": "Habitat", - "rpc": ["https://b2-testnet.alt.technology"], + "rpc": [ + "https://b2-testnet.alt.technology", + "https://rpc.ankr.com/b2_testnet", + "https://testnet-rpc.bsquared.network" + ], "faucets": [], "nativeCurrency": { "name": "Bitcoin", diff --git a/_data/chains/eip155-223.json b/_data/chains/eip155-223.json index 7d37fd8fbb41..114ac39415e8 100644 --- a/_data/chains/eip155-223.json +++ b/_data/chains/eip155-223.json @@ -6,7 +6,8 @@ "https://mainnet.b2-rpc.com", "https://rpc.bsquared.network", "https://b2-mainnet.alt.technology", - "https://b2-mainnet-public.s.chainbase.com" + "https://b2-mainnet-public.s.chainbase.com", + "https://rpc.ankr.com/b2" ], "faucets": [], "nativeCurrency": { From e25984a46f3bc2870c65d6549117267b3c642f53 Mon Sep 17 00:00:00 2001 From: iChain <143358269+iChainBlock@users.noreply.github.com> Date: Sun, 16 Jun 2024 15:45:26 +0300 Subject: [PATCH 2/3] Add iChain Testnet (#5307) * Add files via upload Add iChain Logo * Create eip155-3645.json Add iChain Testnet * Update eip155-3639.json Add iChain icon logo * Update eip155-3645.json update explorer * Update eip155-3645.json * Update eip155-3645.json edit short name --- _data/chains/eip155-3639.json | 1 + _data/chains/eip155-3645.json | 23 +++++++++++++++++++++++ _data/icons/iChain.json | 8 ++++++++ 3 files changed, 32 insertions(+) create mode 100644 _data/chains/eip155-3645.json create mode 100644 _data/icons/iChain.json diff --git a/_data/chains/eip155-3639.json b/_data/chains/eip155-3639.json index b20ebb416026..05a802788693 100644 --- a/_data/chains/eip155-3639.json +++ b/_data/chains/eip155-3639.json @@ -1,6 +1,7 @@ { "name": "iChain Network", "chain": "iChain", + "icon": "iChain", "rpc": ["https://rpc.ichainscan.com"], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-3645.json b/_data/chains/eip155-3645.json new file mode 100644 index 000000000000..d316e1efa1d4 --- /dev/null +++ b/_data/chains/eip155-3645.json @@ -0,0 +1,23 @@ +{ + "name": "iChain Testnet", + "chain": "iChain Testnet", + "icon": "iChain", + "rpc": ["https://istanbul.ichainscan.com"], + "faucets": [], + "nativeCurrency": { + "name": "ISLAMICOIN", + "symbol": "ISLAMI", + "decimals": 18 + }, + "infoURL": "https://islamicoin.finance", + "shortName": "ISLAMIT", + "chainId": 3645, + "networkId": 3645, + "explorers": [ + { + "name": "iChainscan", + "url": "https://test.ichainscan.com", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/iChain.json b/_data/icons/iChain.json new file mode 100644 index 000000000000..62012d1dabda --- /dev/null +++ b/_data/icons/iChain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmcumhDxUyoLTHkcMKgPqkpGnnjwSTqE2KGFnDXXFY8mMo", + "width": 40, + "height": 38, + "format": "png" + } +] From 81f777eda215ee63aff5a72ec0bf79183f7dd4c4 Mon Sep 17 00:00:00 2001 From: Oleh Shutiak <81924920+ihlaya@users.noreply.github.com> Date: Sun, 16 Jun 2024 15:48:24 +0300 Subject: [PATCH 3/3] update Hybrid Testnet network (#5295) * Update eip155-1224.json * change hybrid chain id * Revert "change hybrid chain id" This reverts commit e372c6f5ca1b4623f358d51387e23f95980af3b1. * mark 1224 as deprecated * 1224/change deprecated name * 1224/ change deprecated short name --- _data/chains/eip155-1224.json | 5 +++-- _data/chains/eip155-1225.json | 27 +++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 _data/chains/eip155-1225.json diff --git a/_data/chains/eip155-1224.json b/_data/chains/eip155-1224.json index aba488177f0a..de860cdbed13 100644 --- a/_data/chains/eip155-1224.json +++ b/_data/chains/eip155-1224.json @@ -1,5 +1,5 @@ { - "name": "Hybrid Testnet", + "name": "Hybrid Testnet (Deprecated)", "chain": "HYB", "icon": "hybridIcon", "rpc": ["https://testnet-rpc.buildonhybrid.com"], @@ -10,8 +10,9 @@ "decimals": 18 }, "infoURL": "https://buildonhybrid.com", - "shortName": "hyb", + "shortName": "hyb_deprecated", "chainId": 1224, + "status": "deprecated", "networkId": 1224, "explorers": [ { diff --git a/_data/chains/eip155-1225.json b/_data/chains/eip155-1225.json new file mode 100644 index 000000000000..d67f3afffcfe --- /dev/null +++ b/_data/chains/eip155-1225.json @@ -0,0 +1,27 @@ +{ + "name": "Hybrid Testnet", + "chain": "HYB", + "icon": "hybridIcon", + "rpc": [ + "https://hybrid-testnet.rpc.caldera.xyz/http", + "wss://hybrid-testnet.rpc.caldera.xyz/ws" + ], + "faucets": [], + "nativeCurrency": { + "name": "Hybrid", + "symbol": "HYB", + "decimals": 18 + }, + "infoURL": "https://buildonhybrid.com", + "shortName": "hyb", + "chainId": 1225, + "networkId": 1225, + "explorers": [ + { + "name": "Hybrid Testnet", + "url": "https://explorer.buildonhybrid.com", + "standard": "EIP3091" + } + ], + "status": "active" +}