Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Pangolin.220 (#590)
Browse files Browse the repository at this point in the history
* update `spec_version`

* update genesis account

* re-genesis
  • Loading branch information
AurevoirXavier authored Apr 19, 2021
1 parent 6b5e7b2 commit 349805f
Show file tree
Hide file tree
Showing 3 changed files with 727 additions and 711 deletions.
2 changes: 2 additions & 0 deletions bin/node/cli/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ const TEAM_MEMBERS: &[&'static str] = &[
"0x187c272f576b1999d6cf3dd529b59b832db12125b43e57fb088677eb0c570a6b",
// Xavier
"0xb4f7f03bebc56ebe96bc52ea5ed3159d45a0ce3a8d7f082983c33ef133274747",
// Xuelei
"0x88d388115bd0df43e805b029207cfa4925cecfb29026e345979d9b0004466c49",
];
const EVM_ACCOUNTS: &[&'static str] = &[
"0x68898db1012808808c903f390909c52d9f706749",
Expand Down
4 changes: 2 additions & 2 deletions bin/node/runtime/pangolin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("Pangolin"),
impl_name: create_runtime_str!("Pangolin"),
authoring_version: 1,
// crate version ~2.1.0 := >=2.1.0, <2.2.0
spec_version: 211,
// crate version ~2.2.0 := >=2.2.0, <2.3.0
spec_version: 220,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down
Loading

0 comments on commit 349805f

Please sign in to comment.