Skip to content

Commit

Permalink
Update migration of Shiden and Shibuya bootnodes (#578)
Browse files Browse the repository at this point in the history
* Update migration of Shiden and Shibuya bootnodes

* Update Shiden bootnode 1

Use fix IP from jp bootnode 1, new key switched to archive mode
  • Loading branch information
bLd75 authored Mar 1, 2022
1 parent f3f6ca8 commit 8890617
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bin/collator/res/shibuya.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"chainType": "Live",
"bootNodes": [
"/ip4/35.74.249.69/tcp/30333/p2p/12D3KooWEHWUJ3Rzf8RLRihohbgXafz3Y4LnnKSzFDeZ1sXnopJs",
"/ip4/52.195.13.44/tcp/30333/p2p/12D3KooWEft299vbURLUdCcqqTTrmGUnoCfF5z6ttGfrtoVWztFG"
"/ip4/20.40.146.211/tcp/30333/p2p/12D3KooWBVXQ1WgLjHhWMn8mVEdpwF6uepMT1sYkDvAhYAomZvvx"
],
"telemetryEndpoints": null,
"protocolId": "shibuya",
Expand Down
2 changes: 1 addition & 1 deletion bin/collator/res/shibuya.raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"chainType": "Live",
"bootNodes": [
"/ip4/35.74.249.69/tcp/30333/p2p/12D3KooWEHWUJ3Rzf8RLRihohbgXafz3Y4LnnKSzFDeZ1sXnopJs",
"/ip4/52.195.13.44/tcp/30333/p2p/12D3KooWEft299vbURLUdCcqqTTrmGUnoCfF5z6ttGfrtoVWztFG"
"/ip4/20.40.146.211/tcp/30333/p2p/12D3KooWBVXQ1WgLjHhWMn8mVEdpwF6uepMT1sYkDvAhYAomZvvx"
],
"telemetryEndpoints": null,
"protocolId": "shibuya",
Expand Down
4 changes: 2 additions & 2 deletions bin/collator/res/shiden.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"id": "shiden",
"chainType": "Live",
"bootNodes": [
"/ip4/54.238.76.198/tcp/30333/p2p/12D3KooWHjaW6mwpsDhdDv9CFmWSfgiT13kjDcpsUsTQGDVCyxV6",
"/ip4/52.69.166.77/tcp/30333/p2p/12D3KooWEQ4CW9Mbc2zdNrEbRm8epJC2Vj9FWrTob3TB76QLikvo"
"/ip4/54.64.145.3/tcp/30333/p2p/12D3KooWDYfspdMj1tQJZuiecmKKaQjGuSX2cy5rExtqcMqmiNrR",
"/ip4/20.40.146.192/tcp/30333/p2p/12D3KooWEnYEZpxqD5ZvZ89nsTTqqvijtpCTfYgFchVQcbwA8rve"
],
"telemetryEndpoints": null,
"protocolId": "shiden",
Expand Down
4 changes: 2 additions & 2 deletions bin/collator/res/shiden.raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"id": "shiden",
"chainType": "Live",
"bootNodes": [
"/ip4/54.238.76.198/tcp/30333/p2p/12D3KooWHjaW6mwpsDhdDv9CFmWSfgiT13kjDcpsUsTQGDVCyxV6",
"/ip4/52.69.166.77/tcp/30333/p2p/12D3KooWEQ4CW9Mbc2zdNrEbRm8epJC2Vj9FWrTob3TB76QLikvo"
"/ip4/54.64.145.3/tcp/30333/p2p/12D3KooWDYfspdMj1tQJZuiecmKKaQjGuSX2cy5rExtqcMqmiNrR",
"/ip4/20.40.146.192/tcp/30333/p2p/12D3KooWEnYEZpxqD5ZvZ89nsTTqqvijtpCTfYgFchVQcbwA8rve"
],
"telemetryEndpoints": null,
"protocolId": "shiden",
Expand Down

0 comments on commit 8890617

Please sign in to comment.