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

Added new RPC url for omax mainnet #6183

Merged
merged 33 commits into from
Nov 10, 2024
Merged
Changes from all commits
Commits
Show all changes
33 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
1f7bfc9
Merge branch 'ethereum-lists:master' into master
akashhalder3 Sep 24, 2024
5fbe119
Bc Hyper Testnet name, explorer link updated
akashhalder3 Sep 26, 2024
f382776
bc hyper test
akashhalder3 Sep 26, 2024
81b7293
bc hyper testnet explorer link fixed
akashhalder3 Sep 26, 2024
7e4c9a8
Merge branch 'ethereum-lists:master' into master
akashhalder3 Sep 26, 2024
d8571ea
Merge branch 'ethereum-lists:master' into master
akashhalder3 Sep 27, 2024
be5846e
Merge branch 'master' into master
akashhalder3 Sep 28, 2024
664d02a
Merge branch 'ethereum-lists:master' into master
akashhalder3 Oct 4, 2024
0873660
Merge branch 'ethereum-lists:master' into master
akashhalder3 Oct 5, 2024
2c0dd73
Merge branch 'ethereum-lists:master' into master
akashhalder3 Nov 10, 2024
0b0477e
new rpc url added for omax mainnet
akashhalder3 Nov 10, 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
2 changes: 1 addition & 1 deletion _data/chains/eip155-311.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Omax Mainnet",
"chain": "OMAX Chain",
"rpc": ["https://mainapi.omaxray.com"],
"rpc": ["https://mainapi.omaxray.com", "https://mainapi.omaxscan.com"],
"faucets": ["https://faucet.omaxray.com/"],
"nativeCurrency": {
"name": "OMAX COIN",
Expand Down
Loading