Skip to content

Commit

Permalink
move bootnodes (#287)
Browse files Browse the repository at this point in the history
* update integritee-kusama bootnodes

* update paseo and polkadot too

* remove ipa-node-02 bootnode

* fix comma

* remove iku-node-02 bootnode

* remove ipo-node-04 bootnode

* add bezzera bootnodes

* fix bootnode addr
  • Loading branch information
brenzi authored Jun 3, 2024
1 parent 7bc9022 commit a799a6d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
5 changes: 3 additions & 2 deletions polkadot-parachains/chain-specs/integritee-kusama.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"bootNodes": [
"/ip4/206.189.59.95/tcp/30333/p2p/12D3KooW9yxCm9MoTTtmH1cEQHwnTKhv3bCoiFwbRhRJU7sae4Yd",
"/ip4/167.172.167.196/tcp/30333/p2p/12D3KooWBR4UmiGadvQ77m6iwWuoEUwgRkFMMhzhecXn2Hc9QUhC"
"/ip4/92.204.53.173/tcp/30333/p2p/12D3KooWDYfeW1HVh9ik2zShQpMwcF28SNSpMhSdyCodA5k36zJ9",
"/ip4/212.126.160.46/tcp/35303/p2p/12D3KooWNzTPFYzqf8tc6pvdYDJCnkP4SkHWbT1EqQnXcYojtE9w",
"/ip4/157.245.32.112/tcp/30333/p2p/12D3KooWT2dtwAeFxkPa7csfvYZJgUvVxYTZHWE5fFb4fxcz39Gp"
],
"chainType": "Live",
"codeSubstitutes": {},
Expand Down
4 changes: 2 additions & 2 deletions polkadot-parachains/chain-specs/integritee-paseo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"bootNodes": [
"/ip4/167.172.185.142/tcp/30333/p2p/12D3KooWFkUQi6u5a2gQssgWQ5PtZWNcfVdP2Va4SqJcS35LRNFR",
"/ip4/138.197.181.134/tcp/30333/p2p/12D3KooWEoz4SJBU18MgmRLaQjnm571WsZUThBZnL2vpc6biSPfu"
"/ip4/148.72.177.57/tcp/30333/p2p/12D3KooW9yiocj1StJiRL3n1ZLFweiry4YN4k2KfwSGmr3td2m1X",
"/ip4/212.126.160.46/tcp/35305/p2p/12D3KooWFUaAUXqTXAjthWZsGwzQN6a4JcJPXFQ4oyerHUpueviW"
],
"chainType": "Live",
"codeSubstitutes": {},
Expand Down
5 changes: 2 additions & 3 deletions polkadot-parachains/chain-specs/integritee-polkadot.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"bootNodes": [
"/ip4/46.101.106.122/tcp/30333/p2p/12D3KooWQBjczVVfLh9eZev4JnsKZygDS3xkPg83LqMhx3VakxxU",
"/ip4/92.204.53.173/tcp/30333/p2p/12D3KooWHUsfD4VXQgMtRywPzXWkDc5ms4LKNk5APEyuMkmSnTve",
"/ip4/92.204.53.172/tcp/30333/p2p/12D3KooWCQ9ahF7f3zayqEq7DB3vrK6CZHxNZbNPydqmEAJXZMSn"
"/ip4/92.204.53.172/tcp/30333/p2p/12D3KooWCQ9ahF7f3zayqEq7DB3vrK6CZHxNZbNPydqmEAJXZMSn",
"/ip4/212.126.160.46/tcp/35301/p2p/12D3KooW9uYxYPJ3A2j9GMdjfaSNo4JP78RJEpSF2NFqDjzkMupg"
],
"chainType": "Live",
"codeSubstitutes": {},
Expand Down

0 comments on commit a799a6d

Please sign in to comment.