feat(rpc): sn hoodi (#115)

This commit is contained in:
Andrey Bocharnikov
2026-03-23 14:54:51 +04:00
committed by GitHub
parent 667e323a50
commit 5128dff321
2 changed files with 11 additions and 2 deletions
+10 -1
View File
@@ -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/"
}
},
{