Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BC Hyper Blockchain Testnet network rpc and logo added #5899

Merged
merged 22 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
d470597
Add BC Hyper POS Testnet with rpc, explorer and icon
akashhalder3 Sep 2, 2024
d6957fa
Merge branch 'ethereum-lists:master' into master
akashhalder3 Sep 2, 2024
96c40c2
Merge branch 'master' into master
ligi Sep 2, 2024
857a36d
BC Hyper Blockchain new line removed and submitted
akashhalder3 Sep 2, 2024
788e44b
BC Hyper chain added and fixed icon size
akashhalder3 Sep 2, 2024
c436bf9
BC Hyper chain added and fixed icon size
akashhalder3 Sep 2, 2024
c5d5ab5
Merge branch 'master' into master
ligi Sep 2, 2024
b350a2a
BC Hyper blockchain icon added
akashhalder3 Sep 3, 2024
2acd60e
BC Hyper blockchain icon added
akashhalder3 Sep 3, 2024
b1536db
Merge branch 'ethereum-lists:master' into master
akashhalder3 Sep 5, 2024
c4f914c
Reconfigure logo uri of BC Hyper Testnet
akashhalder3 Sep 5, 2024
a323fb0
Merge branch 'ethereum-lists:master' into master
akashhalder3 Sep 10, 2024
d7c32f3
fix BC Hyper Blockchain bch.json file
akashhalder3 Sep 10, 2024
c30acc9
Merge branch 'master' into master
ligi Sep 11, 2024
8199520
Merge branch 'ethereum-lists:master' into master
akashhalder3 Sep 12, 2024
c132901
Bc Hyper Blockchain logo
akashhalder3 Sep 12, 2024
478875e
Merge branch 'master' into master
akashhalder3 Sep 13, 2024
dcbd9f5
Merge branch 'master' into master
akashhalder3 Sep 16, 2024
9de6ed4
Merge branch 'master' into master
ligi Sep 16, 2024
1f3954a
Merge branch 'ethereum-lists:master' into master
akashhalder3 Sep 23, 2024
3ee94f4
Merge branch 'ethereum-lists:master' into master
akashhalder3 Sep 23, 2024
a0d7d56
bc Hyper gradle build test
akashhalder3 Sep 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions _data/chains/eip155-6060.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/bchyper.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmdofS7kgnRTnk8xeksYy7qBPLQiVSuC6C2XJea89Gh1pE",
"width": 256,
"height": 256,
"format": "png"
}
]
Loading