Skip to content

Commit

Permalink
Update shibuya chainspec, revert after bad upgrade (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
akru authored Dec 13, 2022
1 parent 453f265 commit 58039d0
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 12 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/collator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "astar-collator"
version = "4.39.0"
version = "4.39.1"
authors = ["Stake Technologies <[email protected]>"]
description = "Astar collator implementation in Rust."
build = "build.rs"
Expand Down
3 changes: 2 additions & 1 deletion bin/collator/res/shibuya.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"consensusEngine": null,
"codeSubstitutes": {},
"badBlocks": [
"0xc5c531c16010027fcfd11bdfd237fc295763b2ed75459ac7c4087c58f6bd1d50"
"0xc5c531c16010027fcfd11bdfd237fc295763b2ed75459ac7c4087c58f6bd1d50",
"0xbd101496475d0836fb3ddd8d9f737aee858df395f41a5b13a08d67e0b9368da8"
],
"genesis": {
"runtime": {
Expand Down
3 changes: 2 additions & 1 deletion bin/collator/res/shibuya.raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"consensusEngine": null,
"codeSubstitutes": {},
"badBlocks": [
"0xc5c531c16010027fcfd11bdfd237fc295763b2ed75459ac7c4087c58f6bd1d50"
"0xc5c531c16010027fcfd11bdfd237fc295763b2ed75459ac7c4087c58f6bd1d50",
"0xbd101496475d0836fb3ddd8d9f737aee858df395f41a5b13a08d67e0b9368da8"
],
"genesis": {
"raw": {
Expand Down
2 changes: 1 addition & 1 deletion runtime/astar/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "astar-runtime"
version = "4.39.0"
version = "4.39.1"
authors = ["Stake Technologies <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion runtime/local/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "local-runtime"
version = "4.39.0"
version = "4.39.1"
authors = ["Stake Technologies <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion runtime/shibuya/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shibuya-runtime"
version = "4.39.0"
version = "4.39.1"
authors = ["Stake Technologies <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion runtime/shiden/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shiden-runtime"
version = "4.39.0"
version = "4.39.1"
authors = ["Stake Technologies <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down

0 comments on commit 58039d0

Please sign in to comment.