From d62c57a79bf5b3a0be33d322c2768c11a933ef1e Mon Sep 17 00:00:00 2001 From: dylanVerstraete Date: Mon, 17 Apr 2023 13:36:46 +0200 Subject: [PATCH] chore: update chainspecs --- substrate-node/chainspecs/test/chainSpec.json | 3 ++- substrate-node/chainspecs/test/chainSpecRaw.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/substrate-node/chainspecs/test/chainSpec.json b/substrate-node/chainspecs/test/chainSpec.json index acc29b08f..067a2d2a4 100644 --- a/substrate-node/chainspecs/test/chainSpec.json +++ b/substrate-node/chainspecs/test/chainSpec.json @@ -3,7 +3,8 @@ "id": "tfchain_testnet", "chainType": "Live", "bootNodes": [ - "/ip4/51.68.204.40/tcp/30333/p2p/12D3KooWHe8Wbn6dDbyxXietaXSRTZJfykPRgrkJDjXh9xZ4383k" + "/dns4/01.bootnode.test.grid.tf/tcp/30333/p2p/12D3KooWD2gguzT2zFKuet4ZFsJniHH1SdDn2yaNPH5MVQQ6bYSN", + "/dns4/02.bootnode.test.grid.tf/tcp/30333/p2p/12D3KooWLkEMTViyC1fzU8FzT9HGQtroZZVUaeGP4JQo2fVF9B22" ], "telemetryEndpoints": null, "protocolId": null, diff --git a/substrate-node/chainspecs/test/chainSpecRaw.json b/substrate-node/chainspecs/test/chainSpecRaw.json index a0e1514a8..bd94a0db9 100644 --- a/substrate-node/chainspecs/test/chainSpecRaw.json +++ b/substrate-node/chainspecs/test/chainSpecRaw.json @@ -3,7 +3,8 @@ "id": "tfchain_testnet", "chainType": "Live", "bootNodes": [ - "/ip4/51.68.204.40/tcp/30333/p2p/12D3KooWHe8Wbn6dDbyxXietaXSRTZJfykPRgrkJDjXh9xZ4383k" + "/dns4/01.bootnode.test.grid.tf/tcp/30333/p2p/12D3KooWD2gguzT2zFKuet4ZFsJniHH1SdDn2yaNPH5MVQQ6bYSN", + "/dns4/02.bootnode.test.grid.tf/tcp/30333/p2p/12D3KooWLkEMTViyC1fzU8FzT9HGQtroZZVUaeGP4JQo2fVF9B22" ], "telemetryEndpoints": null, "protocolId": null,