Skip to content

Commit

Permalink
Add Lavender.Five APIs to networks.json (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
reversesigh authored Mar 5, 2024
1 parent 107d6ff commit be3b25b
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion data/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,22 @@
{
"url": "wss://zetachain-mainnet.public.blastapi.io",
"type": "evm-ws"
},
{
"url": "https://zetachain-rpc.lavenderfive.com:443",
"type": "tendermint-rpc"
},
{
"url": "https://zetachain-api.lavenderfive.com:443",
"type": "cosmos-http"
},
{
"url": "https://zetachain-grpc.lavenderfive.com:443",
"type": "cosmos-grpc"
},
{
"url": "https://zetachain-jsonrpc.lavenderfive.com:443",
"type": "evm"
}
]
},
Expand Down Expand Up @@ -445,6 +461,22 @@
{
"url": "https://zetachain-grpc.f5nodes.com",
"type": "cosmos-grpc"
},
{
"url": "https://testnet-zetachain-rpc.lavenderfive.com:443",
"type": "tendermint-rpc"
},
{
"url": "https://testnet-zetachain-api.lavenderfive.com:443",
"type": "cosmos-http"
},
{
"url": "https://zetachain-grpc.lavenderfive.com:443",
"type": "cosmos-grpc"
},
{
"url": "https://testnet-zetachain-jsonrpc.lavenderfive.com:443",
"type": "evm"
}
]
},
Expand Down Expand Up @@ -568,4 +600,4 @@
}
]
}
}
}

0 comments on commit be3b25b

Please sign in to comment.