Skip to content

Commit

Permalink
publish script - removed deprecated module crates
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Jan 19, 2022
1 parent a75d986 commit 607be33
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,21 +95,4 @@ sleep 15
cd elrond-wasm-modules
cargo publish
cd ..

### These ones are deprecated, we will stop publishing them soon:

cd contracts/modules-legacy/elrond-wasm-module-dns
cargo publish
cd ../../..

cd contracts/modules-legacy/elrond-wasm-module-features
cargo publish
cd ../../..

cd contracts/modules-legacy/elrond-wasm-module-pause
cargo publish
cd ../../..

cd contracts/modules-legacy/elrond-wasm-module-users
cargo publish
cd ../../..
sleep 15

0 comments on commit 607be33

Please sign in to comment.