Skip to content

Commit

Permalink
Pangolin2 6005 runtime upgrade (#283)
Browse files Browse the repository at this point in the history
* Update Pangolin CI

* Bump runtime version
  • Loading branch information
AurevoirXavier committed Feb 15, 2023
1 parent e6c048c commit 59e08ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
[
{ chain: darwinia-dev, compare-with: "https://rpc.polkadot.io" },
{ chain: crab-dev, compare-with: "https://rpc.polkadot.io" },
{ chain: pangolin-dev, compare-with: "https://rpc.polkadot.io" },
{ chain: pangolin-dev, compare-with: "https://pangolin-rpc.darwinia.netowrk" },
]
needs: [basic-checks]
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion runtime/pangolin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pub const VERSION: sp_version::RuntimeVersion = sp_version::RuntimeVersion {
spec_name: sp_runtime::create_runtime_str!("Pangolin2"),
impl_name: sp_runtime::create_runtime_str!("DarwiniaOfficialRust"),
authoring_version: 0,
spec_version: 6_0_0_2,
spec_version: 6_0_0_5,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 0,
Expand Down

0 comments on commit 59e08ee

Please sign in to comment.