Skip to content

Commit

Permalink
update endpoint structure
Browse files Browse the repository at this point in the history
  • Loading branch information
liangping committed Jun 5, 2024
1 parent d22f1cf commit 0ea0517
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions chains/testnet/nillion.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
{
"chain_name": "nillion",
"api": [
"https://nillion-testnet-api.polkachu.com",
"https://testnet-nillion-api.lavenderfive.com"
{
"url": "https://nillion-testnet-api.polkachu.com",
"name": "Polkachu"
},
{
"url": "https://testnet-nillion-api.lavenderfive.com",
"name": "LavenderFive"
}
],
"rpc": [
"https://nillion-testnet-rpc.polkachu.com",
"https://testnet-nillion-rpc.lavenderfive.com"
{
"url": "https://nillion-testnet-rpc.polkachu.com",
"name": "Polkachu"
},
{
"url": "https://testnet-nillion-rpc.lavenderfive.com",
"name": "LavenderFive"
}
],
"snapshot_provider": "",
"sdk_version": "0.50.6",
Expand Down

0 comments on commit 0ea0517

Please sign in to comment.