Skip to content

Commit

Permalink
Added ss58format property (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
akru authored Nov 29, 2021
1 parent 500d265 commit 40201e5
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 11 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 = "3.1.3"
version = "3.1.4"
authors = ["Stake Technologies <devops@stake.co.jp>"]
description = "Astar collator implementation in Rust."
build = "build.rs"
Expand Down
1 change: 1 addition & 0 deletions bin/collator/res/astar.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"telemetryEndpoints": null,
"protocolId": "astar",
"properties": {
"ss58Format": 5,
"tokenDecimals": 18,
"tokenSymbol": "ASTR"
},
Expand Down
3 changes: 2 additions & 1 deletion bin/collator/res/astar.raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"telemetryEndpoints": null,
"protocolId": "astar",
"properties": {
"ss58Format": 5,
"tokenDecimals": 18,
"tokenSymbol": "ASTR"
},
Expand Down Expand Up @@ -96,4 +97,4 @@
"childrenDefault": {}
}
}
}
}
1 change: 1 addition & 0 deletions bin/collator/res/shibuya.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"telemetryEndpoints": null,
"protocolId": "shibuya",
"properties": {
"ss58Format": 5,
"tokenDecimals": 18,
"tokenSymbol": "SBY"
},
Expand Down
1 change: 1 addition & 0 deletions bin/collator/res/shibuya.raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"telemetryEndpoints": null,
"protocolId": "shibuya",
"properties": {
"ss58Format": 5,
"tokenDecimals": 18,
"tokenSymbol": "SBY"
},
Expand Down
1 change: 1 addition & 0 deletions bin/collator/res/shiden.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"telemetryEndpoints": null,
"protocolId": "shiden",
"properties": {
"ss58Format": 5,
"tokenDecimals": 18,
"tokenSymbol": "SDN"
},
Expand Down
1 change: 1 addition & 0 deletions bin/collator/res/shiden.raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"telemetryEndpoints": null,
"protocolId": "shiden",
"properties": {
"ss58Format": 5,
"tokenDecimals": 18,
"tokenSymbol": "SDN"
},
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 = "3.1.3"
version = "3.1.4"
authors = ["Stake Technologies <devops@stake.co.jp>"]
edition = "2018"
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 = "3.1.3"
version = "3.1.4"
authors = ["Stake Technologies <devops@stake.co.jp>"]
edition = "2018"
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 = "3.1.3"
version = "3.1.4"
authors = ["Stake Technologies <devops@stake.co.jp>"]
edition = "2018"
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 = "3.1.3"
version = "3.1.4"
authors = ["Stake Technologies <devops@stake.co.jp>"]
edition = "2018"
build = "build.rs"
Expand Down

0 comments on commit 40201e5

Please sign in to comment.