Skip to content

Commit

Permalink
Update test chainspec (#1246)
Browse files Browse the repository at this point in the history
* Update test chain spec

* Update Jenkinsfile

* Update Jenkinsfile

---------

Co-authored-by: f33r0 <95526886+f33r0@users.noreply.github.com>
  • Loading branch information
vovac12 and f33r0 authored Oct 21, 2024
1 parent 06fa7c7 commit 92d8f47
Show file tree
Hide file tree
Showing 3 changed files with 426 additions and 20,122 deletions.
6 changes: 3 additions & 3 deletions generate_chain_specs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ if [ "$build_main" = 1 ]; then
fi

if [ "$build_test" = 1 ]; then
cargo run --bin framenode --release --features "private-net include-real-files reduced-pswap-reward-periods" -- build-spec --chain test-coded --raw > node/chain_spec/src/bytes/chain_spec_test.json || exit 1
cargo run --bin framenode --release --features "private-net wip stage include-real-files reduced-pswap-reward-periods" -- build-spec --chain test-coded --raw > node/chain_spec/src/bytes/chain_spec_test.json || exit 1
fi

if [ "$build_stage" = 1 ]; then
cargo run --bin framenode --release --features "private-net include-real-files" -- build-spec --chain staging-coded --raw > node/chain_spec/src/bytes/chain_spec_staging.json || exit 1
cargo run --bin framenode --release --features "private-net stage include-real-files" -- build-spec --chain staging-coded --raw > node/chain_spec/src/bytes/chain_spec_staging.json || exit 1
fi

if [ "$build_bridge_stage" = 1 ]; then
cargo run --bin framenode --release --features "private-net include-real-files" -- build-spec --chain bridge-staging-coded --raw > node/chain_spec/src/bytes/chain_spec_bridge_staging.json || exit 1
cargo run --bin framenode --release --features "private-net stage include-real-files" -- build-spec --chain bridge-staging-coded --raw > node/chain_spec/src/bytes/chain_spec_bridge_staging.json || exit 1
fi
Loading

0 comments on commit 92d8f47

Please sign in to comment.