Skip to content

Commit

Permalink
Move f5nodes RPC endpoints to Mainnet list
Browse files Browse the repository at this point in the history
F5nodes is NOT in fact running Athens RPCs like our docs say they are. 

Move f5nodes RPC endpoints from Athens to Mainnet list
  • Loading branch information
julianrubino authored Aug 1, 2024
1 parent c05ca38 commit b4427dc
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions data/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,18 @@
{
"url": "https://zetachain-jsonrpc.lavenderfive.com:443",
"type": "evm"
},
{
"url": "https://zetachain-rpc.f5nodes.com",
"type": "tendermint-rpc"
},
{
"url": "https://zetachain-api.f5nodes.com",
"type": "cosmos-http"
},
{
"url": "https://zetachain-grpc.f5nodes.com",
"type": "cosmos-grpc"
}
]
},
Expand Down Expand Up @@ -610,18 +622,6 @@
{
"url": "https://zetachain-testnet-grpc.itrocket.net:14090",
"type": "cosmos-grpc"
},
{
"url": "https://zetachain-rpc.f5nodes.com",
"type": "tendermint-rpc"
},
{
"url": "https://zetachain-api.f5nodes.com",
"type": "cosmos-http"
},
{
"url": "https://zetachain-grpc.f5nodes.com",
"type": "cosmos-grpc"
}
]
},
Expand Down Expand Up @@ -737,4 +737,4 @@
}
]
}
}
}

0 comments on commit b4427dc

Please sign in to comment.