Skip to content

Commit

Permalink
Add vv
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifropc committed Sep 12, 2024
1 parent 5f6f89f commit 60ba337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/crates/soroban-spec-typescript/ts-tests/initialize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function fund_all() {
exe eval "./soroban keys fund root"
}
function deploy() {
exe eval "./soroban contract deploy --source root --wasm $1 --ignore-checks --alias $2"
exe eval "./soroban contract deploy --very-verbose --source root --wasm $1 --ignore-checks --alias $2"
}
function deploy_all() {
deploy ../../../../target/wasm32-unknown-unknown/test-wasms/test_custom_types.wasm contract-id-custom-types
Expand Down

0 comments on commit 60ba337

Please sign in to comment.