We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bedf2e commit 8cdd43fCopy full SHA for 8cdd43f
.github/deployer/init_script.sh
@@ -247,3 +247,6 @@ sudo apt-get install -y pkg-config build-essential libudev-dev libssl-dev
247
avm install 0.30.1 ||
248
chmod 400 /tmp/user_data_log.out || true
249
250
+## Install multisig
251
+cargo install --git https://github.com/icon-project/cw-plus.git --branch feat/test-multisig cwmultisig
252
+
0 commit comments