mirror of
https://github.com/status-im/eth-rpc-proxy.git
synced 2026-08-27 09:41:08 +00:00
feat(rpc): sn hoodi (#115)
This commit is contained in:
+1
-1
Submodule proxy-common updated: 3aaacf74a2...4ea1a57b3a
@@ -2,6 +2,7 @@ INFURA = "infura"
|
||||
GROVE = "grove"
|
||||
NODEFLEET = "nodefleet"
|
||||
STATUS_NETWORK = "status_network"
|
||||
STATUS_NETWORK_HOODI = "status_network_hoodi"
|
||||
ALCHEMY = "alchemy"
|
||||
KATANA = "katana"
|
||||
|
||||
@@ -211,7 +212,15 @@ NETWORK_DATA = [
|
||||
"network": "sepolia",
|
||||
"chainId": 1660990954,
|
||||
"providers": {
|
||||
STATUS_NETWORK: "https://public.sepolia.rpc.status.network/"
|
||||
STATUS_NETWORK: "https://public.sepolia.rpc.status.network/",
|
||||
}
|
||||
},
|
||||
{
|
||||
"chain": "status",
|
||||
"network": "hoodi",
|
||||
"chainId": 374,
|
||||
"providers": {
|
||||
STATUS_NETWORK_HOODI: "https://rpc.status-network-testnet-hoodi.gateway.fm/"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user