Skip to content

Commit

Permalink
update node version to 0.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
none00y committed Aug 30, 2024
1 parent 0cfcf0c commit 694a66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
mkdir -p ./target/tmp
cd ./target/tmp

wget https://github.com/paritytech/substrate-contracts-node/releases/download/v0.39.0/substrate-contracts-node-linux.tar.gz -O zipped-node.tar.gz
wget https://github.com/paritytech/substrate-contracts-node/releases/download/v0.41.0/substrate-contracts-node-linux.tar.gz -O zipped-node.tar.gz
NODE_DIR=$(pwd)

tar -xzf zipped-node.tar.gz
Expand Down

0 comments on commit 694a66d

Please sign in to comment.