Skip to content

Commit

Permalink
Fix shiden spec (drop lightSyncState field) (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
akru authored Aug 24, 2021
1 parent e9f3bea commit 480a0c4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion bin/collator/res/shiden.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"relayChain": "kusama",
"paraId": 2007,
"consensusEngine": null,
"lightSyncState": null,
"codeSubstitutes": {},
"genesis": {
"runtime": {
Expand Down
1 change: 0 additions & 1 deletion bin/collator/res/shiden.raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"relayChain": "kusama",
"paraId": 2007,
"consensusEngine": null,
"lightSyncState": null,
"codeSubstitutes": {},
"genesis": {
"raw": {
Expand Down
2 changes: 1 addition & 1 deletion bin/collator/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 480a0c4

Please sign in to comment.