Skip to content

Commit

Permalink
v3 genesis json (#103)
Browse files Browse the repository at this point in the history
* v3 genesis json

* change version to v2
  • Loading branch information
zqhxuyuan authored Jun 7, 2021
1 parent 2e91e27 commit f4671d5
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 1 deletion.
130 changes: 130 additions & 0 deletions bin/node-prep/cli/res/jupiter_poa_v2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/node-prep/cli/src/chain_spec/jupiter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ pub fn poa_staging_config() -> Result<ChainSpec, String> {

/// PoA config
pub fn poa_config() -> Result<ChainSpec, String> {
ChainSpec::from_json_bytes(&include_bytes!("../../res/jupiter_poa.json")[..])
ChainSpec::from_json_bytes(&include_bytes!("../../res/jupiter_poa_v2.json")[..])
}

/// Configure initial storage state for FRAME modules.
Expand Down

0 comments on commit f4671d5

Please sign in to comment.