Skip to content

Commit

Permalink
[ajuna-paseo] fix double p2p in bootnode addresses (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb authored Jun 11, 2024
1 parent e919e40 commit 1cc487d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions resources/ajuna/paseo/ajuna-paseo-raw-unsorted.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"id": "ajuna-paseo",
"chainType": "Live",
"bootNodes": [
"/ip4/95.217.105.80/tcp/23804/p2p/p2p/12D3KooWFR6k9RLLRUJDhS8R4a2s7c8Tc1t2Rf7d7WGn9K2XpNsB",
"/ip4/135.181.240.254/tcp/23804/p2p/p2p/12D3KooWLRzxpDsfbgZPVM3719JQ1Xct5jg3En7ANJZ2ntRfYo7x"
"/ip4/95.217.105.80/tcp/23804/p2p/12D3KooWFR6k9RLLRUJDhS8R4a2s7c8Tc1t2Rf7d7WGn9K2XpNsB",
"/ip4/135.181.240.254/tcp/23804/p2p/12D3KooWLRzxpDsfbgZPVM3719JQ1Xct5jg3En7ANJZ2ntRfYo7x"
],
"telemetryEndpoints": null,
"protocolId": "ajuna-pas",
Expand Down
4 changes: 2 additions & 2 deletions resources/ajuna/paseo/ajuna-paseo-raw.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"bootNodes": [
"/ip4/95.217.105.80/tcp/23804/p2p/p2p/12D3KooWFR6k9RLLRUJDhS8R4a2s7c8Tc1t2Rf7d7WGn9K2XpNsB",
"/ip4/135.181.240.254/tcp/23804/p2p/p2p/12D3KooWLRzxpDsfbgZPVM3719JQ1Xct5jg3En7ANJZ2ntRfYo7x"
"/ip4/95.217.105.80/tcp/23804/p2p/12D3KooWFR6k9RLLRUJDhS8R4a2s7c8Tc1t2Rf7d7WGn9K2XpNsB",
"/ip4/135.181.240.254/tcp/23804/p2p/12D3KooWLRzxpDsfbgZPVM3719JQ1Xct5jg3En7ANJZ2ntRfYo7x"
],
"chainType": "Live",
"codeSubstitutes": {},
Expand Down

0 comments on commit 1cc487d

Please sign in to comment.