diff --git a/bin/collator/res/shiden.json b/bin/collator/res/shiden.json index 4664770f97..ea099191fa 100644 --- a/bin/collator/res/shiden.json +++ b/bin/collator/res/shiden.json @@ -15,7 +15,6 @@ "relayChain": "kusama", "paraId": 2007, "consensusEngine": null, - "lightSyncState": null, "codeSubstitutes": {}, "genesis": { "runtime": { diff --git a/bin/collator/res/shiden.raw.json b/bin/collator/res/shiden.raw.json index 0d4999d575..0460c08bc2 100644 --- a/bin/collator/res/shiden.raw.json +++ b/bin/collator/res/shiden.raw.json @@ -15,7 +15,6 @@ "relayChain": "kusama", "paraId": 2007, "consensusEngine": null, - "lightSyncState": null, "codeSubstitutes": {}, "genesis": { "raw": { diff --git a/bin/collator/src/command.rs b/bin/collator/src/command.rs index c5f79ec7a9..16de37bb20 100644 --- a/bin/collator/src/command.rs +++ b/bin/collator/src/command.rs @@ -57,7 +57,7 @@ impl SubstrateCli for Cli { } fn support_url() -> String { - "https://github.com/staketechnologies/Plasm/issues/new".into() + "https://github.com/PlasmNetwork/Astar/issues/new".into() } fn copyright_start_year() -> i32 {