agoric 0.21.2-getting-started-dev-26244e8.0 → 0.21.2-getting-started-dev-d127d1d.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agoric",
3
- "version": "0.21.2-getting-started-dev-26244e8.0+26244e8",
3
+ "version": "0.21.2-getting-started-dev-d127d1d.0+d127d1d",
4
4
  "description": "Manage the Agoric Javascript smart contract platform",
5
5
  "type": "module",
6
6
  "main": "src/main.js",
@@ -24,26 +24,26 @@
24
24
  "lint:eslint": "eslint ."
25
25
  },
26
26
  "devDependencies": {
27
- "@agoric/deploy-script-support": "0.10.4-getting-started-dev-26244e8.0+26244e8",
27
+ "@agoric/deploy-script-support": "0.10.4-getting-started-dev-d127d1d.0+d127d1d",
28
28
  "ava": "^5.2.0",
29
29
  "c8": "^7.13.0",
30
30
  "dd-trace": "^3.3.0"
31
31
  },
32
32
  "dependencies": {
33
- "@agoric/access-token": "0.4.22-getting-started-dev-26244e8.0+26244e8",
34
- "@agoric/assert": "0.6.1-getting-started-dev-26244e8.0+26244e8",
35
- "@agoric/cache": "0.3.3-getting-started-dev-26244e8.0+26244e8",
36
- "@agoric/casting": "0.4.3-getting-started-dev-26244e8.0+26244e8",
37
- "@agoric/cosmic-proto": "0.3.1-getting-started-dev-26244e8.0+26244e8",
38
- "@agoric/ertp": "0.16.3-getting-started-dev-26244e8.0+26244e8",
39
- "@agoric/inter-protocol": "0.16.2-getting-started-dev-26244e8.0+26244e8",
40
- "@agoric/internal": "0.4.0-getting-started-dev-26244e8.0+26244e8",
41
- "@agoric/smart-wallet": "0.5.4-getting-started-dev-26244e8.0+26244e8",
42
- "@agoric/store": "0.9.3-getting-started-dev-26244e8.0+26244e8",
43
- "@agoric/swingset-vat": "0.32.3-getting-started-dev-26244e8.0+26244e8",
44
- "@agoric/vats": "0.15.2-getting-started-dev-26244e8.0+26244e8",
45
- "@agoric/zoe": "0.26.3-getting-started-dev-26244e8.0+26244e8",
46
- "@agoric/zone": "0.2.3-getting-started-dev-26244e8.0+26244e8",
33
+ "@agoric/access-token": "0.4.22-getting-started-dev-d127d1d.0+d127d1d",
34
+ "@agoric/assert": "0.6.1-getting-started-dev-d127d1d.0+d127d1d",
35
+ "@agoric/cache": "0.3.3-getting-started-dev-d127d1d.0+d127d1d",
36
+ "@agoric/casting": "0.4.3-getting-started-dev-d127d1d.0+d127d1d",
37
+ "@agoric/cosmic-proto": "0.3.1-getting-started-dev-d127d1d.0+d127d1d",
38
+ "@agoric/ertp": "0.16.3-getting-started-dev-d127d1d.0+d127d1d",
39
+ "@agoric/inter-protocol": "0.16.2-getting-started-dev-d127d1d.0+d127d1d",
40
+ "@agoric/internal": "0.4.0-getting-started-dev-d127d1d.0+d127d1d",
41
+ "@agoric/smart-wallet": "0.5.4-getting-started-dev-d127d1d.0+d127d1d",
42
+ "@agoric/store": "0.9.3-getting-started-dev-d127d1d.0+d127d1d",
43
+ "@agoric/swingset-vat": "0.32.3-getting-started-dev-d127d1d.0+d127d1d",
44
+ "@agoric/vats": "0.15.2-getting-started-dev-d127d1d.0+d127d1d",
45
+ "@agoric/zoe": "0.26.3-getting-started-dev-d127d1d.0+d127d1d",
46
+ "@agoric/zone": "0.2.3-getting-started-dev-d127d1d.0+d127d1d",
47
47
  "@confio/relayer": "^0.9.0",
48
48
  "@cosmjs/crypto": "^0.30.1",
49
49
  "@cosmjs/encoding": "^0.30.1",
@@ -87,5 +87,5 @@
87
87
  "timeout": "2m",
88
88
  "workerThreads": false
89
89
  },
90
- "gitHead": "26244e821f1a83cd5868f0c7d54aa480c8c17e5e"
90
+ "gitHead": "d127d1db6a8d22a5c56c6408f69ae753c8215372"
91
91
  }
package/src/main.js CHANGED
@@ -96,7 +96,7 @@ const main = async (progname, rawArgs, powers) => {
96
96
  .option(
97
97
  '--hostport <host:port>',
98
98
  'host and port to connect to VM',
99
- '127.0.0.1:8000',
99
+ 'localhost:8000',
100
100
  )
101
101
  .option('--no-browser', `just display the URL, don't open a browser`)
102
102
  .option(
@@ -9,6 +9,7 @@ export default [
9
9
  "@agoric/cosmic-proto",
10
10
  "@agoric/cosmic-swingset",
11
11
  "@agoric/cosmos",
12
+ "@agoric/create-dapp",
12
13
  "@agoric/deploy-script-support",
13
14
  "@agoric/deployment",
14
15
  "@agoric/ertp",