Skip to content

Commit

Permalink
reduce fee for bond create
Browse files Browse the repository at this point in the history
  • Loading branch information
Barg Systems committed Aug 17, 2024
1 parent 8ba17bf commit 043c3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-app-record.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
EOF

if [ -z "$CERC_REGISTRY_BOND_ID" ]; then
bond_id=$(laconic -c $CONFIG_FILE registry bond create --type alnt --quantity 10000000000 --user-key "${CERC_REGISTRY_USER_KEY}")
bond_id=$(laconic -c $CONFIG_FILE registry bond create --type alnt --quantity 100000000 --user-key "${CERC_REGISTRY_USER_KEY}")

CERC_REGISTRY_BOND_ID=$(echo ${bond_id} | jq -r .bondId)
fi
Expand Down

0 comments on commit 043c3a1

Please sign in to comment.