Trigger fixturenet-laconicd tests

This commit is contained in:
2024-07-31 15:18:37 +05:30
parent 1941b3bba2
commit bfb10bd695
3 changed files with 4 additions and 2 deletions
@@ -14,7 +14,7 @@ funds_balance=$(echo ${funds_response} | jq -r ".[0].balance[0].quantity")
echo "Balance is: ${funds_balance}"
# Create a bond
bond_create_result=$(${registry_command} bond create --type photon --quantity 1000000000)
bond_create_result=$(${registry_command} bond create --type alnt --quantity 1000000000)
bond_id=$(echo ${bond_create_result} | jq -r .bondId)
echo "Created bond with id: ${bond_id}"