Skip to content

Commit

Permalink
Live hotfix
Browse files Browse the repository at this point in the history
Update orml version
Link to bootnodes in cust spec
Increment spec number for runtime upgrade
  • Loading branch information
simonsso committed Sep 29, 2021
1 parent a60a32e commit 4b77b33
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

6 changes: 1 addition & 5 deletions extras/customSpecRaw.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
"name": "Polkadex Main Network",
"id": "polkadex_main_network",
"chainType": "Live",
"bootNodes": [],
"bootNodes": ["/ip4/18.158.15.249/tcp/30333/ws/p2p/12D3KooWKgrA5ukAASAFrMZm8w5WySiYtifoyT5ggi7asVy2yLfW","/ip4/54.193.184.109/tcp/30333/ws/p2p/12D3KooWK6siyMMBqf4A9KCtsUXgrFfTqnxrj3GVnUCZKxU46hCH"],
"telemetryEndpoints": [
[
"/dns/telemetry.polkadot.io/tcp/443/x-parity-wss/%2Fsubmit%2F",
0
]
],
"protocolId": "pdex",
"properties": null,
Expand Down
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to 0. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 269,
spec_version: 270,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 2,
Expand Down

0 comments on commit 4b77b33

Please sign in to comment.