Skip to content

Commit

Permalink
Update RockX RPC Endpoints (#5005)
Browse files Browse the repository at this point in the history
* Update RockX RPC Endpoints for Ethereum Sepolia

* Update RockX RPC Endpoints for Ethereum Holesky

* Update RockX RPC Endpoints for Merlin Mainnet

* Update RockX RPC Endpoints for Bitlayer Mainnet

* Update RockX RPC Endpoints for Kroma Mainnet

* format eip155-255.json

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
coolestowl and ligi authored May 8, 2024
1 parent 6cf55b0 commit 45eda57
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion _data/chains/eip155-11155111.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"https://ethereum-sepolia-rpc.publicnode.com",
"wss://ethereum-sepolia-rpc.publicnode.com",
"https://sepolia.drpc.org",
"wss://sepolia.drpc.org"
"wss://sepolia.drpc.org",
"https://rpc-sepolia.rockx.com"
],
"faucets": ["http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}"],
"nativeCurrency": {
Expand Down
3 changes: 2 additions & 1 deletion _data/chains/eip155-17000.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"https://ethereum-holesky-rpc.publicnode.com",
"wss://ethereum-holesky-rpc.publicnode.com",
"https://holesky.drpc.org",
"wss://holesky.drpc.org"
"wss://holesky.drpc.org",
"https://rpc-holesky.rockx.com"
],
"faucets": [
"https://faucet.holesky.ethpandaops.io",
Expand Down
1 change: 1 addition & 0 deletions _data/chains/eip155-200901.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"https://rpc.bitlayer.org",
"https://rpc.bitlayer-rpc.com",
"https://rpc.ankr.com/bitlayer",
"https://rpc-bitlayer.rockx.com",
"wss://ws.bitlayer.org",
"wss://ws.bitlayer-rpc.com"
],
Expand Down
2 changes: 1 addition & 1 deletion _data/chains/eip155-255.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Kroma",
"chain": "ETH",
"rpc": ["https://api.kroma.network"],
"rpc": ["https://api.kroma.network", "https://rpc-kroma.rockx.com"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
Expand Down
3 changes: 2 additions & 1 deletion _data/chains/eip155-4200.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"chain": "Merlin",
"rpc": [
"https://rpc.merlinchain.io",
"https://merlin-mainnet-enterprise.unifra.io"
"https://merlin-mainnet-enterprise.unifra.io",
"https://rpc-merlin.rockx.com"
],
"faucets": [],
"nativeCurrency": {
Expand Down

0 comments on commit 45eda57

Please sign in to comment.