Skip to content

Commit

Permalink
chore: push 3 contracts at same time
Browse files Browse the repository at this point in the history
  • Loading branch information
kienn6034 committed Mar 30, 2024
1 parent 3fc1870 commit bfcdf77
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion scripts/upload_contracts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,11 @@ rm -rf ~/.centauri*



~/go/bin/centaurid tx 08-wasm push-wasm contracts/simple.wasm --from mykey --keyring-backend test --home $HOME/.banksy --gas 10002152622 --fees 10020166stake -y
~/go/bin/centaurid tx 08-wasm push-wasm contracts/simple.wasm --from mykey --keyring-backend test --home $HOME/.banksy --gas 10002152622 --fees 10020166stake -y

sleep 5
~/go/bin/centaurid tx 08-wasm push-wasm contracts/ics10_grandpa_cw.wasm --from mykey --keyring-backend test --home $HOME/.banksy --gas 10002152622 --fees 10020166stake -y

sleep 5

~/go/bin/centaurid tx 08-wasm push-wasm contracts/contract.wasm --from mykey --keyring-backend test --home $HOME/.banksy --gas 10002152622 --fees 10020166stake -y

0 comments on commit bfcdf77

Please sign in to comment.