From eb546733aa5109c3728f2fc04850510106a123af Mon Sep 17 00:00:00 2001 From: Akash Halder <65557463+akashhalder3@users.noreply.github.com> Date: Tue, 24 Sep 2024 00:55:30 +0530 Subject: [PATCH 1/2] BC Hyper Blockchain Testnet network rpc and logo added (#5899) * Add BC Hyper POS Testnet with rpc, explorer and icon * BC Hyper Blockchain new line removed and submitted * BC Hyper chain added and fixed icon size * BC Hyper chain added and fixed icon size * BC Hyper blockchain icon added * BC Hyper blockchain icon added * Reconfigure logo uri of BC Hyper Testnet * fix BC Hyper Blockchain bch.json file * Bc Hyper Blockchain logo * bc Hyper gradle build test --------- Co-authored-by: ligi --- _data/chains/eip155-6060.json | 24 ++++++++++++++++++++++++ _data/icons/bchyper.json | 8 ++++++++ 2 files changed, 32 insertions(+) create mode 100644 _data/chains/eip155-6060.json create mode 100644 _data/icons/bchyper.json diff --git a/_data/chains/eip155-6060.json b/_data/chains/eip155-6060.json new file mode 100644 index 000000000000..23a05103d338 --- /dev/null +++ b/_data/chains/eip155-6060.json @@ -0,0 +1,24 @@ +{ + "name": "BC Hyper POS Testnet", + "chain": "BC Hyper POS Testnet", + "rpc": ["https://rpc.bcexplorer.io"], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "faucets": [], + "nativeCurrency": { + "name": "TEST VERSATIZE COIN", + "symbol": "TVTCN", + "decimals": 18 + }, + "infoURL": "https://www.versatizecoin.com/", + "shortName": "BCH", + "chainId": 6060, + "networkId": 6060, + "icon": "bchyper", + "explorers": [ + { + "name": "bcexplorer testnet", + "url": "https://testnet.bcexplorer.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/bchyper.json b/_data/icons/bchyper.json new file mode 100644 index 000000000000..324209d2d5b8 --- /dev/null +++ b/_data/icons/bchyper.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmdofS7kgnRTnk8xeksYy7qBPLQiVSuC6C2XJea89Gh1pE", + "width": 256, + "height": 256, + "format": "png" + } +] From 730f4ddc0580a36b9f0c14450d0afb5315ba2dbf Mon Sep 17 00:00:00 2001 From: Rithy Thul Date: Tue, 24 Sep 2024 13:19:47 +0700 Subject: [PATCH 2/2] Update rpc for Selendra (#5900) * update rpc for Selendra * update formate * rpc update selendra * rpc update --- _data/chains/eip155-1953.json | 14 +++++++++----- _data/chains/eip155-1961.json | 6 +++--- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/_data/chains/eip155-1953.json b/_data/chains/eip155-1953.json index 85c0181de767..aafd67b40222 100644 --- a/_data/chains/eip155-1953.json +++ b/_data/chains/eip155-1953.json @@ -1,10 +1,7 @@ { "name": "Selendra Network Testnet", "chain": "tSEL", - "rpc": [ - "https://rpc0-testnet.selendra.org", - "https://rpc1-testnet.selendra.org" - ], + "rpc": ["https://rpc-testnet.selendra.org"], "faucets": [], "nativeCurrency": { "name": "Selendra", @@ -15,5 +12,12 @@ "shortName": "tSEL", "chainId": 1953, "networkId": 1953, - "icon": "selendra" + "icon": "selendra", + "explorers": [ + { + "name": "Selendra Portal", + "url": "https://portal.selendra.org", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-1961.json b/_data/chains/eip155-1961.json index 942481ea74a5..632bb9fdde37 100644 --- a/_data/chains/eip155-1961.json +++ b/_data/chains/eip155-1961.json @@ -1,7 +1,7 @@ { "name": "Selendra Network Mainnet", "chain": "SEL", - "rpc": ["https://rpc0.selendra.org", "https://rpc1.selendra.org"], + "rpc": ["https://rpc.selendra.org", "https://rpc2.selendra.org"], "faucets": [], "nativeCurrency": { "name": "Selendra", @@ -15,8 +15,8 @@ "icon": "selendra", "explorers": [ { - "name": "Selendra Scan", - "url": "https://scan.selendra.org", + "name": "Selendra Portal", + "url": "https://portal.selendra.org", "standard": "none" } ]