From 88906174f295a286262486f9c839be8a4d48a2ea Mon Sep 17 00:00:00 2001 From: bLd759 <18489502+bLd75@users.noreply.github.com> Date: Tue, 1 Mar 2022 13:34:38 +0100 Subject: [PATCH] Update migration of Shiden and Shibuya bootnodes (#578) * Update migration of Shiden and Shibuya bootnodes * Update Shiden bootnode 1 Use fix IP from jp bootnode 1, new key switched to archive mode --- bin/collator/res/shibuya.json | 2 +- bin/collator/res/shibuya.raw.json | 2 +- bin/collator/res/shiden.json | 4 ++-- bin/collator/res/shiden.raw.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/collator/res/shibuya.json b/bin/collator/res/shibuya.json index d64187c983..453d0c1e31 100644 --- a/bin/collator/res/shibuya.json +++ b/bin/collator/res/shibuya.json @@ -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", diff --git a/bin/collator/res/shibuya.raw.json b/bin/collator/res/shibuya.raw.json index 56382b30b8..7b55f12a30 100644 --- a/bin/collator/res/shibuya.raw.json +++ b/bin/collator/res/shibuya.raw.json @@ -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", diff --git a/bin/collator/res/shiden.json b/bin/collator/res/shiden.json index a4b1a73a10..c606ee5237 100644 --- a/bin/collator/res/shiden.json +++ b/bin/collator/res/shiden.json @@ -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", diff --git a/bin/collator/res/shiden.raw.json b/bin/collator/res/shiden.raw.json index 50be8e9eb0..f61bc46fc9 100644 --- a/bin/collator/res/shiden.raw.json +++ b/bin/collator/res/shiden.raw.json @@ -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",