Skip to content

Commit

Permalink
Updates the Chainspec, vesting schedule for testing (#368)
Browse files Browse the repository at this point in the history
* Disable initial validators
* Remove README.md
* Validators
  • Loading branch information
Gauthamastro authored Sep 21, 2021
1 parent 074286c commit 54e5317
Show file tree
Hide file tree
Showing 6 changed files with 243 additions and 250 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions build-spec.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
./target/release/polkadex-node build-spec --disable-default-bootnode --chain=mainnet --raw > extras/customSpecRaw.json
8 changes: 4 additions & 4 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ RUN cd Polkadex && \
apt-get install -y jq && \
curl https://sh.rustup.rs -sSf | sh -s -- -y && \
export PATH="$PATH:$HOME/.cargo/bin" && \
rustup toolchain install nightly-2021-05-11 && \
rustup target add wasm32-unknown-unknown --toolchain nightly-2021-05-11 && \
rustup toolchain install nightly-2021-06-28 && \
rustup target add wasm32-unknown-unknown --toolchain nightly-2021-06-28 && \
rustup default stable && \
cargo update -p sp-std --precise e5437efefa82bd8eb567f1245f0a7443ac4e4fe7 && \
cargo +nightly-2021-05-11 build --release
cargo update -p sp-std --precise 88c64e06471cc12aa9b25290f24d5566bcb5dd82 && \
cargo +nightly-2021-06-28 build --release

# /\-Build Stage | Final Stage-\/

Expand Down
Loading

0 comments on commit 54e5317

Please sign in to comment.