From 69a760c30d7360bcb4409301d4a11795c9ed4f5a Mon Sep 17 00:00:00 2001 From: meharab124 Date: Thu, 13 Jun 2024 14:42:29 +0600 Subject: [PATCH] bootnodes modified --- README.md | 2 +- customSpec.json | 6 +++++- customSpecRaw.json | 6 +++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 37df19d9..9ae7949b 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Here's the updated guide with instructions on how to check the time until the ne 2. **Clone and Build ArgoChain**: ```bash - git clone --branch chainspec-modified https://github.com/Devolved-AI/Argochain.git + git clone --branch tokenomics https://github.com/Devolved-AI/Argochain.git cd Argochain cargo build --release ``` diff --git a/customSpec.json b/customSpec.json index 06599f93..d331688d 100644 --- a/customSpec.json +++ b/customSpec.json @@ -2,7 +2,11 @@ "name": "ArgoChain Testnet", "id": "argochain_testnet", "chainType": "Live", - "bootNodes": [], + "bootNodes": [ + "/ip4/3.6.207.119/tcp/30333/p2p/12D3KooWDiHrpZ7C4qzmSFrVpRp6SzYeiHdgZw6yE8QYuFv8WyLX", + "/ip4/13.202.107.21/tcp/30334/p2p/12D3KooWDtqAjvbJ4v2FPYFGSdxSekrumwfhQNi3JHWvd5vGHb2R", + "/ip4/13.233.40.40/tcp/30335/p2p/12D3KooWNrjvCtHns4XBJc8GBRCbeurFG4Evzt24e9Horrqs6zQP" + ], "telemetryEndpoints": [ [ "/dns/telemetry.polkadot.io/tcp/443/x-parity-wss/%2Fsubmit%2F", diff --git a/customSpecRaw.json b/customSpecRaw.json index 4251117e..9d4de343 100644 --- a/customSpecRaw.json +++ b/customSpecRaw.json @@ -2,7 +2,11 @@ "name": "ArgoChain Testnet", "id": "argochain_testnet", "chainType": "Live", - "bootNodes": [], + "bootNodes": [ + "/ip4/3.6.207.119/tcp/30333/p2p/12D3KooWDiHrpZ7C4qzmSFrVpRp6SzYeiHdgZw6yE8QYuFv8WyLX", + "/ip4/13.202.107.21/tcp/30334/p2p/12D3KooWDtqAjvbJ4v2FPYFGSdxSekrumwfhQNi3JHWvd5vGHb2R", + "/ip4/13.233.40.40/tcp/30335/p2p/12D3KooWNrjvCtHns4XBJc8GBRCbeurFG4Evzt24e9Horrqs6zQP" + ], "telemetryEndpoints": [ [ "/dns/telemetry.polkadot.io/tcp/443/x-parity-wss/%2Fsubmit%2F",