Skip to content

Commit

Permalink
fix(scripts): deploy-platform.sh name
Browse files Browse the repository at this point in the history
  • Loading branch information
desislavva committed Jan 11, 2024
1 parent 40aa1ec commit e49e344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/internal/genesis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ generate_genesis() {

accounts_spec="$(__add_val_accounts "$accounts_spec" "$val_addrs" "$val_tokens")"

local -r wasm_script="$wasm_script_path/deploy-contracts-genesis.sh"
local -r wasm_script="$wasm_script_path/deploy-platform.sh"
verify_file_exist "$wasm_script" "wasm script file"
source "$wasm_script"
local treasury_addr
Expand Down

0 comments on commit e49e344

Please sign in to comment.