Skip to content

Commit

Permalink
Adopt latest ipc-cli changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mb1896 committed Feb 11, 2024
1 parent 0e3a8fb commit f2a17af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy_subnet_under_calibration_net/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ cp /tmp/config.toml.2 ${IPC_CONFIG_FOLDER}/config.toml

# Step 5: Create a subnet
echo "$DASHES Creating a child subnet..."
create_subnet_output=$($IPC_CLI subnet create --parent /r314159 --min-validators 3 --min-validator-stake 1 --bottomup-check-period 30 --from $default_wallet_address --permission-mode 0 --supply-source-kind 0 2>&1)
create_subnet_output=$($IPC_CLI subnet create --parent /r314159 --min-validators 3 --min-validator-stake 1 --bottomup-check-period 30 --from $default_wallet_address --permission-mode collateral --supply-source-kind native 2>&1)
echo $create_subnet_output
subnet_id=$(echo $create_subnet_output | sed 's/.*with id: \([^ ]*\).*/\1/')

Expand Down

0 comments on commit f2a17af

Please sign in to comment.