diff --git a/scripts/request-app-deployment.sh b/scripts/request-app-deployment.sh index b21a3c2..7179d79 100755 --- a/scripts/request-app-deployment.sh +++ b/scripts/request-app-deployment.sh @@ -25,7 +25,7 @@ if [ -z "$CERC_REGISTRY_APP_LRN" ]; then fi PAYMENT_TX=$(laconic -c $CONFIG_FILE registry tokens send \ - --address $CERC_REGISTRY_DEPLOYMENT_REQUEST_PAYMENT_TO \ + --address laconic13eq42rat3aurnfj6pu32yl00zyhl8sent97efe \ --user-key "${CERC_REGISTRY_DEPLOYMENT_REQUEST_USER_KEY}" \ --bond-id "${CERC_REGISTRY_DEPLOYMENT_REQUEST_BOND_ID}" \ --type alnt \