Skip to content

Commit

Permalink
chore(chain-spec): add updated bootnodes
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwht committed Apr 23, 2024
1 parent 8076836 commit 72479bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions node/chain_specs/pop-paseo.plain.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"id": "pop-testnet",
"chainType": "Live",
"bootNodes": [
"/ip4/57.151.80.80/tcp/30333/ws/p2p/12D3KooWPQBmHWfhSen69n75wygNUkNpqGxBFuWTTHA27hSfh167",
"/ip4/20.117.177.132/tcp/30333/wss/p2p/12D3KooWRzKM1LeD75v9WeG2U5fz2CXQHPQsgfWfU3aTrp3xFe9G"
"/dns/rpc1.paseo.popnetwork.xyz/tcp/30333/p2p/12D3KooWNmudHffwfRQwwaBfA6q7Ez1EcjVQ3EZe7RHiYKE5V6ij",
"/dns/rpc2.paseo.popnetwork.xyz/tcp/30333/p2p/12D3KooWR2Qrt8Ujd1d2gXvZuYnJkP6EEXCSSk6K6ghxNw1hvrFz"
],
"telemetryEndpoints": null,
"protocolId": "pop-testnet",
Expand Down
5 changes: 2 additions & 3 deletions node/chain_specs/pop-paseo.raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
"id": "pop-testnet",
"chainType": "Live",
"bootNodes": [
"/ip4/57.151.80.80/tcp/30333/p2p/12D3KooWHkmdnXHQAdL1td8UrNcQeHVMRBD2LM3VqhGFa1a4fpz9",
"/ip4/20.117.177.132/tcp/30333/p2p/12D3KooWRzKM1LeD75v9WeG2U5fz2CXQHPQsgfWfU3aTrp3xFe9G",
"/ip4/20.240.192.8/tcp/30333/p2p/12D3KooWR2Qrt8Ujd1d2gXvZuYnJkP6EEXCSSk6K6ghxNw1hvrFz"
"/dns/rpc1.paseo.popnetwork.xyz/tcp/30333/p2p/12D3KooWNmudHffwfRQwwaBfA6q7Ez1EcjVQ3EZe7RHiYKE5V6ij",
"/dns/rpc2.paseo.popnetwork.xyz/tcp/30333/p2p/12D3KooWR2Qrt8Ujd1d2gXvZuYnJkP6EEXCSSk6K6ghxNw1hvrFz"
],
"telemetryEndpoints": null,
"protocolId": "pop-testnet",
Expand Down

0 comments on commit 72479bf

Please sign in to comment.