Skip to content

Commit

Permalink
Add accepted MRTD values parameters to testnet chainspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Aug 29, 2024
1 parent f3a2406 commit 7c7914d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions node/cli/src/chain_spec/testnet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,10 @@ pub fn testnet_genesis_config(
max_instructions_per_programs: INITIAL_MAX_INSTRUCTIONS_PER_PROGRAM,
total_signers: TOTAL_SIGNERS,
threshold: SIGNER_THRESHOLD,
accepted_mrtd_values: vec![
BoundedVec::try_from([0; 48].to_vec()).unwrap(),
BoundedVec::try_from([1; 48].to_vec()).unwrap(),
],
..Default::default()
},
"programs": ProgramsConfig {
Expand Down

0 comments on commit 7c7914d

Please sign in to comment.