Skip to content

Commit

Permalink
chore(chain-spec): update boot nodes (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: Peter White <[email protected]>
  • Loading branch information
evilrobot-01 and peterwht authored Apr 26, 2024
1 parent f8dc410 commit f38bfbd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 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,9 @@
"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",
"/dns/rpc3.paseo.popnetwork.xyz/tcp/30333/p2p/12D3KooWRzKM1LeD75v9WeG2U5fz2CXQHPQsgfWfU3aTrp3xFe9G"
],
"telemetryEndpoints": null,
"protocolId": "pop-testnet",
Expand Down
5 changes: 3 additions & 2 deletions node/chain_specs/pop-paseo.raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"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",
"/dns/rpc3.paseo.popnetwork.xyz/tcp/30333/p2p/12D3KooWRzKM1LeD75v9WeG2U5fz2CXQHPQsgfWfU3aTrp3xFe9G"
],
"telemetryEndpoints": null,
"protocolId": "pop-testnet",
Expand Down

0 comments on commit f38bfbd

Please sign in to comment.