Compare commits

...
9 Commits
Author SHA1 Message Date
telackey 673a2c356f Bump
Publish ApplicationRecord to Registry / cns_publish (release) Failing after 1m2s
2024-08-05 22:16:59 -05:00
telackey 944239523b Bump 2024-08-05 22:15:40 -05:00
telackey f82059b995 Bump
Publish ApplicationRecord to Registry / cns_publish (release) Has been cancelled
2024-08-05 22:08:20 -05:00
telackey 3fec09627a Bump
Publish ApplicationRecord to Registry / cns_publish (release) Successful in 1m22s
2024-08-05 21:51:55 -05:00
telackey 6a22580f35 Bump
Publish ApplicationRecord to Registry / cns_publish (release) Successful in 1m19s
2024-07-30 23:44:19 -05:00
telackey bc94d0c9aa Bump
Publish ApplicationRecord to Registry / cns_publish (release) Successful in 1m22s
2024-07-30 22:49:23 -05:00
dboreham e62a4a8e49 Bump version for deployment
Publish ApplicationRecord to Registry / cns_publish (release) Successful in 1m22s
2024-07-27 18:50:02 +00:00
dboreham b773d39135 Bump version
Publish ApplicationRecord to Registry / cns_publish (release) Successful in 1m19s
2024-07-27 08:38:23 -06:00
dboreham 5d6045103b Try updating dependencies 2024-07-27 08:37:41 -06:00
4 changed files with 1759 additions and 1079 deletions
+1756 -1076
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@cerc-io/test-progressive-web-app",
"version": "0.1.42",
"version": "0.1.49",
"repository": "https://git.vdb.to/cerc-io/test-progressive-web-app",
"scripts": {
"dev": "next dev",
+1 -1
View File
@@ -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: 950000
gas: 1950000
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: 950000
gas: 1950000
fees: 200000aphoton
EOF