From 8bb3dcfcf2c67547d9b4ae39bc889fbd9da29b21 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Mon, 5 Aug 2024 22:25:16 -0500 Subject: [PATCH] Bump --- package.json | 2 +- scripts/publish-app-record.sh | 4 ++-- scripts/request-app-deployment.sh | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a3b368c..57174d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cerc-io/test-progressive-web-app", - "version": "0.1.49", + "version": "0.1.50", "repository": "https://git.vdb.to/cerc-io/test-progressive-web-app", "scripts": { "dev": "next dev", diff --git a/scripts/publish-app-record.sh b/scripts/publish-app-record.sh index 5eee99d..ae40599 100755 --- a/scripts/publish-app-record.sh +++ b/scripts/publish-app-record.sh @@ -23,8 +23,8 @@ services: restEndpoint: '${CERC_REGISTRY_REST_ENDPOINT:-http://console.laconic.com:1317}' gqlEndpoint: '${CERC_REGISTRY_GQL_ENDPOINT:-http://console.laconic.com:9473/api}' chainId: ${CERC_REGISTRY_CHAIN_ID:-laconic_9000-1} - gas: 1950000 - fees: 200000aphoton + gas: 2950000 + fees: 400000aphoton EOF next_ver=$(laconic -c $CONFIG_FILE cns record list --type ApplicationRecord --all --name "$rcd_name" 2>/dev/null | jq -r -s ".[] | sort_by(.createTime) | reverse | [ .[] | select(.bondId == \"$CERC_REGISTRY_BOND_ID\") ] | .[0].attributes.version" | awk -F. -v OFS=. '{$NF += 1 ; print}') diff --git a/scripts/request-app-deployment.sh b/scripts/request-app-deployment.sh index 0b44b39..446910b 100755 --- a/scripts/request-app-deployment.sh +++ b/scripts/request-app-deployment.sh @@ -14,8 +14,8 @@ services: restEndpoint: '${CERC_REGISTRY_REST_ENDPOINT:-http://console.laconic.com:1317}' gqlEndpoint: '${CERC_REGISTRY_GQL_ENDPOINT:-http://console.laconic.com:9473/api}' chainId: ${CERC_REGISTRY_CHAIN_ID:-laconic_9000-1} - gas: 1950000 - fees: 200000aphoton + gas: 2950000 + fees: 400000aphoton EOF if [ -z "$CERC_REGISTRY_APP_CRN" ]; then