From d7c96943b5798d18244d146801eb21dec247e61a Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Fri, 30 Aug 2024 14:52:58 -0500 Subject: [PATCH] Missing account info --- scripts/request-app-deployment-encrypted.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/request-app-deployment-encrypted.sh b/scripts/request-app-deployment-encrypted.sh index 3516b66..d21c95f 100755 --- a/scripts/request-app-deployment-encrypted.sh +++ b/scripts/request-app-deployment-encrypted.sh @@ -11,6 +11,8 @@ rcd_app_version=$(jq -r '.version' package.json | sed 's/null//') cat < "$CONFIG_FILE" services: registry: + userKey: ${CERC_REGISTRY_DEPLOYMENT_REQUEST_USER_KEY} + bondId: ${CERC_REGISTRY_DEPLOYMENT_REQUEST_BOND_ID} rpcEndpoint: '${CERC_REGISTRY_RPC_ENDPOINT:-http://testnet-a-1.dev.vaasl.io:26657}' gqlEndpoint: '${CERC_REGISTRY_GQL_ENDPOINT:-http://testnet-a-1.dev.vaasl.io:9473/api}' chainId: ${CERC_REGISTRY_CHAIN_ID:-laconic-08062024}