@agoric/vm-config 0.1.1-upgrade-18-dev-aaebae4.0 → 0.1.1-upgrade-18-dev-cc4b6b8.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.
@@ -53,6 +53,20 @@
53
53
  }
54
54
  ]
55
55
  },
56
+ {
57
+ "module": "@agoric/builders/scripts/inter-protocol/add-collateral-core.js",
58
+ "entrypoint": "psmProposalBuilder",
59
+ "args": [
60
+ {
61
+ "anchorOptions": {
62
+ "denom": "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
63
+ "decimalPlaces": 6,
64
+ "keyword": "USDC",
65
+ "proposedName": "USDC"
66
+ }
67
+ }
68
+ ]
69
+ },
56
70
  {
57
71
  "$comment": "XXX orchesration works without oracles but some test setup dependency fails to resolve without this",
58
72
  "module": "@agoric/builders/scripts/inter-protocol/price-feed-core.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/vm-config",
3
- "version": "0.1.1-upgrade-18-dev-aaebae4.0+aaebae4",
3
+ "version": "0.1.1-upgrade-18-dev-cc4b6b8.0+cc4b6b8",
4
4
  "description": "Config to start an Agoric VM",
5
5
  "type": "module",
6
6
  "main": "./index.js",
@@ -8,7 +8,7 @@
8
8
  "scripts": {
9
9
  "build": "exit 0",
10
10
  "test": "ava",
11
- "test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js",
11
+ "test:c8": "c8 --all $C8_OPTIONS ava",
12
12
  "test:xs": "exit 0",
13
13
  "lint-fix": "yarn lint:eslint --fix",
14
14
  "lint": "run-s --continue-on-error lint:*",
@@ -20,7 +20,7 @@
20
20
  "license": "Apache-2.0",
21
21
  "devDependencies": {
22
22
  "ava": "^5.3.0",
23
- "c8": "^9.1.0"
23
+ "c8": "^10.1.2"
24
24
  },
25
25
  "files": [
26
26
  "CHANGELOG.md",
@@ -50,5 +50,5 @@
50
50
  "typeCoverage": {
51
51
  "atLeast": 100
52
52
  },
53
- "gitHead": "aaebae4892112869b545faad80bfbe0b8d8602b8"
53
+ "gitHead": "cc4b6b8b8131b14b4e50f45ff01d6018f9ee3995"
54
54
  }