Skip to content

Commit

Permalink
Move f5nodes RPC endpoints to Mainnet list (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrubino authored Aug 1, 2024
1 parent c05ca38 commit cff0470
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 cff0470

Please sign in to comment.