From b3b8c67b7831cc5c7e6bef71887e4224039f73eb Mon Sep 17 00:00:00 2001 From: vbloher Date: Wed, 6 Nov 2024 23:13:01 +0300 Subject: [PATCH] add more seeds and rpcs --- testnets/storytestnet/chain.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/testnets/storytestnet/chain.json b/testnets/storytestnet/chain.json index 01ac281550..4269c6de29 100644 --- a/testnets/storytestnet/chain.json +++ b/testnets/storytestnet/chain.json @@ -48,6 +48,14 @@ }, "peers": { "seeds": [ + { + "id": "ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0", + "address": "testnet-seeds.polkachu.com:29256" + }, + { + "id": "3f472746f46493309650e5a033076689996c8881", + "address": "story-testnet.rpc.kjnodes.com:26659" + }, { "id": "434af9dae402ab9f1c8a8fc15eae2d68b5be3387@", "address": "story-testnet-seed.itrocket.net:29656" @@ -57,6 +65,12 @@ }, "apis": { "rpc": [ + { + "address": "https://story.rpc.noders.services" + }, + { + "address": "https://story-testnet-rpc.polkachu.com" + }, { "address": "https://story-testnet.rpc.kjnodes.com" },