Skip to content

Commit

Permalink
bootnodes modified
Browse files Browse the repository at this point in the history
  • Loading branch information
meharab124 committed Jun 13, 2024
1 parent f1de263 commit 69a760c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
6 changes: 5 additions & 1 deletion customSpec.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 5 additions & 1 deletion customSpecRaw.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 69a760c

Please sign in to comment.