Compare commits

...
12 Commits
Author SHA1 Message Date
telackey 8686fc0739 v0.1.28 2024-02-27 17:45:52 -06:00
telackey a04d5e2799 v0.1.27 2024-02-27 16:54:49 -06:00
telackey 951b71c805 v0.1.26 2024-02-27 14:32:45 -06:00
telackey 04188bf004 v0.1.25 2024-02-27 14:10:49 -06:00
telackey 0581961948 v0.1.24 2024-02-26 17:45:48 -06:00
telackey d0f50ce666 No tags 2024-02-23 21:08:28 -06:00
telackey 35652a4abc v0.1.23 2024-02-23 21:04:28 -06:00
telackey 2d700ba6fd v0.1.22 2024-02-22 16:18:37 -06:00
telackey cb9b2e37fd v0.1.21 2024-02-21 18:00:48 -06:00
telackey 7df657bb01 v0.1.20 2024-02-21 14:31:00 -06:00
telackey a5c4fed775 v0.1.19 2024-02-15 14:23:53 -06:00
telackey bccab7fb4e v0.1.18 2024-02-08 20:02:39 -06:00
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@cerc-io/test-progressive-web-app",
"version": "0.1.16",
"version": "0.1.28",
"repository": "https://git.vdb.to/cerc-io/test-progressive-web-app",
"scripts": {
"dev": "next dev",
+2 -2
View File
@@ -5,7 +5,7 @@ set -e
RECORD_FILE=tmp.rf.$$
CONFIG_FILE=`mktemp`
CERC_APP_TYPE=${CERC_APP_TYPE:-"webapp"}
CERC_APP_TYPE=${CERC_APP_TYPE:-"webapp/next"}
CERC_REPO_REF=${CERC_REPO_REF:-${GITHUB_SHA:-`git log -1 --format="%H"`}}
CERC_IS_LATEST_RELEASE=${CERC_IS_LATEST_RELEASE:-"true"}
@@ -23,7 +23,7 @@ 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: 550000
gas: 950000
fees: 200000aphoton
EOF
+1 -1
View File
@@ -14,7 +14,7 @@ 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: 550000
gas: 950000
fees: 200000aphoton
EOF