From 0ea05173bdc7dbd1c6c48adc79227b684a229610 Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Wed, 5 Jun 2024 10:11:02 +0800 Subject: [PATCH] update endpoint structure --- chains/testnet/nillion.json | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/chains/testnet/nillion.json b/chains/testnet/nillion.json index 66f5763..57c76f1 100644 --- a/chains/testnet/nillion.json +++ b/chains/testnet/nillion.json @@ -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",