@agoric/portfolio-api 0.1.1-dev-e61882f.0.e61882f → 0.1.1-dev-dc846ed.0.dc846ed
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 +4 -4
- package/src/constants.d.ts +1 -1
- package/src/constants.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/portfolio-api",
|
|
3
|
-
"version": "0.1.1-dev-
|
|
3
|
+
"version": "0.1.1-dev-dc846ed.0.dc846ed",
|
|
4
4
|
"description": "API for Portfolio management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"generate:ymax-machine": "npx tsx scripts/gen-ymax-machine.mts"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@agoric/internal": "0.3.3-dev-
|
|
31
|
-
"@agoric/orchestration": "0.1.1-dev-
|
|
30
|
+
"@agoric/internal": "0.3.3-dev-dc846ed.0.dc846ed",
|
|
31
|
+
"@agoric/orchestration": "0.1.1-dev-dc846ed.0.dc846ed",
|
|
32
32
|
"@endo/common": "^1.2.13",
|
|
33
33
|
"@endo/errors": "^1.2.13",
|
|
34
34
|
"@endo/patterns": "^1.7.0"
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"engines": {
|
|
70
70
|
"node": "^20.9 || ^22.11"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "dc846ed1789113fa1e4874305be4832cb922e243"
|
|
73
73
|
}
|
package/src/constants.d.ts
CHANGED
|
@@ -71,7 +71,7 @@ export const SupportedChain: import("@agoric/internal").KeyMirrorResult<{
|
|
|
71
71
|
noble: "noble";
|
|
72
72
|
}>;
|
|
73
73
|
/**
|
|
74
|
-
* cf. https://chainagnostic.org/CAIPs/caip-2
|
|
74
|
+
* cf. https://standards.chainagnostic.org/CAIPs/caip-2
|
|
75
75
|
* Please keep in sync with ../../../services/ymax-planner/src/support.ts `spectrumChainIds`
|
|
76
76
|
*
|
|
77
77
|
* XXX this probably belongs in @agoric/orchestration
|
package/src/constants.js
CHANGED
|
@@ -113,7 +113,7 @@ harden(SupportedChain);
|
|
|
113
113
|
const caipChainIdFromEip155 = chainId => `eip155:${chainId}`;
|
|
114
114
|
|
|
115
115
|
/**
|
|
116
|
-
* cf. https://chainagnostic.org/CAIPs/caip-2
|
|
116
|
+
* cf. https://standards.chainagnostic.org/CAIPs/caip-2
|
|
117
117
|
* Please keep in sync with ../../../services/ymax-planner/src/support.ts `spectrumChainIds`
|
|
118
118
|
*
|
|
119
119
|
* XXX this probably belongs in @agoric/orchestration
|