@agoric/portfolio-api 0.1.1-dev-0dccf64.0.0dccf64 → 0.1.1-dev-3dacdc3.0.3dacdc3

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/portfolio-api",
3
- "version": "0.1.1-dev-0dccf64.0.0dccf64",
3
+ "version": "0.1.1-dev-3dacdc3.0.3dacdc3",
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-0dccf64.0.0dccf64",
31
- "@agoric/orchestration": "0.1.1-dev-0dccf64.0.0dccf64",
30
+ "@agoric/internal": "0.3.3-dev-3dacdc3.0.3dacdc3",
31
+ "@agoric/orchestration": "0.1.1-dev-3dacdc3.0.3dacdc3",
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": "0dccf64926ac58da475a8eb599300841f55ee84f"
72
+ "gitHead": "3dacdc33b578ee52258e5771192bf8e57beb603b"
73
73
  }
package/src/resolver.d.ts CHANGED
@@ -23,6 +23,7 @@ export type TxType = Readonly<(typeof TxType)[keyof typeof TxType]>;
23
23
  export const TxType: import("@agoric/internal").KeyMirrorResult<{
24
24
  CCTP_TO_EVM: null;
25
25
  GMP: null;
26
+ ROUTED_GMP: null;
26
27
  CCTP_TO_AGORIC: null;
27
28
  IBC_FROM_AGORIC: null;
28
29
  IBC_FROM_REMOTE: null;
@@ -1 +1 @@
1
- {"version":3,"file":"resolver.d.ts","sourceRoot":"","sources":["resolver.js"],"names":[],"mappings":";;;;;;uBAaU,CAAC,OAAO,QAAQ,EAAE,MAAM,OAAO,QAAQ,CAAC;;;;;;;;;;qBAaxC,QAAQ,CAAC,CAAC,OAAO,MAAM,EAAE,MAAM,OAAO,MAAM,CAAC,CAAC;AAHxD;;;;GAIG;AACH;;;;;;;IAOE;;;;;OAKG;;GAEF;;;;;;wCAIU,OAAO,CAAC,IAAI,CAAC,YAAY,EAAE,KAAK,CAAC,CAAC,GAAG;IAC7C,IAAI,EAAE,MAAM,GAAG,CAAC,iBAAiB,GAAG,iBAAiB,CAAC,CAAC;IACvD,IAAI,CAAC,EAAE,YAAY,CAAC,KAAK,CAAC,CAAA;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;;;;;;;;;;;UAYU,OAAO,CAAC,MAAM,EAAE,yBAAyB,CAAC,MAAM,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAiBlD,MAAM;;;;YACN,QAAQ;;;;;;;;;;0BAMT,eAAe,GAAG,CAAC,yBAAyB,GAAG,2BAA2B,CAAC;kCAnFlC,uBAAuB"}
1
+ {"version":3,"file":"resolver.d.ts","sourceRoot":"","sources":["resolver.js"],"names":[],"mappings":";;;;;;uBAaU,CAAC,OAAO,QAAQ,EAAE,MAAM,OAAO,QAAQ,CAAC;;;;;;;;;;qBAaxC,QAAQ,CAAC,CAAC,OAAO,MAAM,EAAE,MAAM,OAAO,MAAM,CAAC,CAAC;AAHxD;;;;GAIG;AACH;;;;;;;;IAQE;;;;;OAKG;;GAEF;;;;;;wCAIU,OAAO,CAAC,IAAI,CAAC,YAAY,EAAE,KAAK,CAAC,CAAC,GAAG;IAC7C,IAAI,EAAE,MAAM,GAAG,CAAC,iBAAiB,GAAG,iBAAiB,CAAC,CAAC;IACvD,IAAI,CAAC,EAAE,YAAY,CAAC,KAAK,CAAC,CAAA;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;;;;;;;;;;;UAYU,OAAO,CAAC,MAAM,EAAE,yBAAyB,CAAC,MAAM,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAiBlD,MAAM;;;;YACN,QAAQ;;;;;;;;;;0BAMT,eAAe,GAAG,CAAC,yBAAyB,GAAG,2BAA2B,CAAC;kCApFlC,uBAAuB"}
package/src/resolver.js CHANGED
@@ -29,6 +29,7 @@ harden(TxStatus);
29
29
  export const TxType = keyMirror({
30
30
  CCTP_TO_EVM: null,
31
31
  GMP: null,
32
+ ROUTED_GMP: null,
32
33
  CCTP_TO_AGORIC: null,
33
34
  IBC_FROM_AGORIC: null,
34
35
  IBC_FROM_REMOTE: null,