@agoric/portfolio-api 0.1.1-dev-b2c7f9c.0.b2c7f9c → 0.1.1-dev-b4002c8.0.b4002c8

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-b2c7f9c.0.b2c7f9c",
3
+ "version": "0.1.1-dev-b4002c8.0.b4002c8",
4
4
  "description": "API for Portfolio management",
5
5
  "repository": {
6
6
  "type": "git",
@@ -46,8 +46,8 @@
46
46
  "generate:ymax-machine": "npx tsx scripts/gen-ymax-machine.mts"
47
47
  },
48
48
  "dependencies": {
49
- "@agoric/internal": "0.3.3-dev-b2c7f9c.0.b2c7f9c",
50
- "@agoric/orchestration": "0.1.1-dev-b2c7f9c.0.b2c7f9c",
49
+ "@agoric/internal": "0.3.3-dev-b4002c8.0.b4002c8",
50
+ "@agoric/orchestration": "0.1.1-dev-b4002c8.0.b4002c8",
51
51
  "@endo/common": "^1.4.0",
52
52
  "@endo/errors": "^1.3.1",
53
53
  "@endo/patterns": "^1.9.1"
@@ -73,5 +73,5 @@
73
73
  "engines": {
74
74
  "node": "^22.11"
75
75
  },
76
- "gitHead": "b2c7f9c463cd6bbab0064c50eeffc261970b79fe"
76
+ "gitHead": "b4002c8e33d10175ca5f4ffcf96085d8445a11b9"
77
77
  }
@@ -53,6 +53,14 @@ export namespace InstrumentId {
53
53
  let ERC4626_morphoKpkUsdcPrime_Ethereum: "ERC4626_morphoKpkUsdcPrime_Ethereum";
54
54
  let ERC4626_morphoRockawayxUsdcYield_Ethereum: "ERC4626_morphoRockawayxUsdcYield_Ethereum";
55
55
  let ERC4626_morphoHumaUsdcMain_Ethereum: "ERC4626_morphoHumaUsdcMain_Ethereum";
56
+ let ERC4626_morphoSteakhouseHighYieldUsdcEdition_Base: "ERC4626_morphoSteakhouseHighYieldUsdcEdition_Base";
57
+ let ERC4626_morphoSteakhousePrimeUsdc_Ethereum: "ERC4626_morphoSteakhousePrimeUsdc_Ethereum";
58
+ let ERC4626_morphoSteakhouseConfidentialPrimeUsdc_Ethereum: "ERC4626_morphoSteakhouseConfidentialPrimeUsdc_Ethereum";
59
+ let ERC4626_morphoGauntletUsdcPrimeV2_Base: "ERC4626_morphoGauntletUsdcPrimeV2_Base";
60
+ let ERC4626_morphoGauntletUsdcFrontier_Base: "ERC4626_morphoGauntletUsdcFrontier_Base";
61
+ let ERC4626_morphoReEcosystemVault_Ethereum: "ERC4626_morphoReEcosystemVault_Ethereum";
62
+ let ERC4626_morphoApyxUsdc_Ethereum: "ERC4626_morphoApyxUsdc_Ethereum";
63
+ let ERC4626_morphoRockawayxToriEcosystem_Ethereum: "ERC4626_morphoRockawayxToriEcosystem_Ethereum";
56
64
  let USDN: "USDN";
57
65
  let USDNVault: "USDNVault";
58
66
  }
@@ -71,6 +71,21 @@ export const InstrumentId = /** @type {const} */ ({
71
71
  ERC4626_morphoRockawayxUsdcYield_Ethereum:
72
72
  'ERC4626_morphoRockawayxUsdcYield_Ethereum',
73
73
  ERC4626_morphoHumaUsdcMain_Ethereum: 'ERC4626_morphoHumaUsdcMain_Ethereum',
74
+ ERC4626_morphoSteakhouseHighYieldUsdcEdition_Base:
75
+ 'ERC4626_morphoSteakhouseHighYieldUsdcEdition_Base',
76
+ ERC4626_morphoSteakhousePrimeUsdc_Ethereum:
77
+ 'ERC4626_morphoSteakhousePrimeUsdc_Ethereum',
78
+ ERC4626_morphoSteakhouseConfidentialPrimeUsdc_Ethereum:
79
+ 'ERC4626_morphoSteakhouseConfidentialPrimeUsdc_Ethereum',
80
+ ERC4626_morphoGauntletUsdcPrimeV2_Base:
81
+ 'ERC4626_morphoGauntletUsdcPrimeV2_Base',
82
+ ERC4626_morphoGauntletUsdcFrontier_Base:
83
+ 'ERC4626_morphoGauntletUsdcFrontier_Base',
84
+ ERC4626_morphoReEcosystemVault_Ethereum:
85
+ 'ERC4626_morphoReEcosystemVault_Ethereum',
86
+ ERC4626_morphoApyxUsdc_Ethereum: 'ERC4626_morphoApyxUsdc_Ethereum',
87
+ ERC4626_morphoRockawayxToriEcosystem_Ethereum:
88
+ 'ERC4626_morphoRockawayxToriEcosystem_Ethereum',
74
89
  USDN: 'USDN',
75
90
  USDNVault: 'USDNVault',
76
91
  });
package/src/places.d.ts CHANGED
@@ -141,6 +141,38 @@ export declare const ERC4626PoolPlaces: {
141
141
  readonly protocol: "ERC4626";
142
142
  readonly chainName: "Ethereum";
143
143
  };
144
+ readonly ERC4626_morphoSteakhouseHighYieldUsdcEdition_Base: {
145
+ readonly protocol: "ERC4626";
146
+ readonly chainName: "Base";
147
+ };
148
+ readonly ERC4626_morphoSteakhousePrimeUsdc_Ethereum: {
149
+ readonly protocol: "ERC4626";
150
+ readonly chainName: "Ethereum";
151
+ };
152
+ readonly ERC4626_morphoSteakhouseConfidentialPrimeUsdc_Ethereum: {
153
+ readonly protocol: "ERC4626";
154
+ readonly chainName: "Ethereum";
155
+ };
156
+ readonly ERC4626_morphoGauntletUsdcPrimeV2_Base: {
157
+ readonly protocol: "ERC4626";
158
+ readonly chainName: "Base";
159
+ };
160
+ readonly ERC4626_morphoGauntletUsdcFrontier_Base: {
161
+ readonly protocol: "ERC4626";
162
+ readonly chainName: "Base";
163
+ };
164
+ readonly ERC4626_morphoReEcosystemVault_Ethereum: {
165
+ readonly protocol: "ERC4626";
166
+ readonly chainName: "Ethereum";
167
+ };
168
+ readonly ERC4626_morphoApyxUsdc_Ethereum: {
169
+ readonly protocol: "ERC4626";
170
+ readonly chainName: "Ethereum";
171
+ };
172
+ readonly ERC4626_morphoRockawayxToriEcosystem_Ethereum: {
173
+ readonly protocol: "ERC4626";
174
+ readonly chainName: "Ethereum";
175
+ };
144
176
  };
145
177
  export type ERC4626InstrumentId = keyof typeof ERC4626PoolPlaces;
146
178
  export declare const PoolPlaces: {
@@ -248,6 +280,38 @@ export declare const PoolPlaces: {
248
280
  readonly protocol: "ERC4626";
249
281
  readonly chainName: "Ethereum";
250
282
  };
283
+ readonly ERC4626_morphoSteakhouseHighYieldUsdcEdition_Base: {
284
+ readonly protocol: "ERC4626";
285
+ readonly chainName: "Base";
286
+ };
287
+ readonly ERC4626_morphoSteakhousePrimeUsdc_Ethereum: {
288
+ readonly protocol: "ERC4626";
289
+ readonly chainName: "Ethereum";
290
+ };
291
+ readonly ERC4626_morphoSteakhouseConfidentialPrimeUsdc_Ethereum: {
292
+ readonly protocol: "ERC4626";
293
+ readonly chainName: "Ethereum";
294
+ };
295
+ readonly ERC4626_morphoGauntletUsdcPrimeV2_Base: {
296
+ readonly protocol: "ERC4626";
297
+ readonly chainName: "Base";
298
+ };
299
+ readonly ERC4626_morphoGauntletUsdcFrontier_Base: {
300
+ readonly protocol: "ERC4626";
301
+ readonly chainName: "Base";
302
+ };
303
+ readonly ERC4626_morphoReEcosystemVault_Ethereum: {
304
+ readonly protocol: "ERC4626";
305
+ readonly chainName: "Ethereum";
306
+ };
307
+ readonly ERC4626_morphoApyxUsdc_Ethereum: {
308
+ readonly protocol: "ERC4626";
309
+ readonly chainName: "Ethereum";
310
+ };
311
+ readonly ERC4626_morphoRockawayxToriEcosystem_Ethereum: {
312
+ readonly protocol: "ERC4626";
313
+ readonly chainName: "Ethereum";
314
+ };
251
315
  readonly Beefy_re7_Avalanche: {
252
316
  readonly protocol: "Beefy";
253
317
  readonly chainName: "Avalanche";
@@ -1 +1 @@
1
- {"version":3,"file":"places.d.ts","sourceRoot":"","sources":["places.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,WAAW,EACX,cAAc,EACd,aAAa,EACd,MAAM,gBAAgB,CAAC;AACxB,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAchD,MAAM,MAAM,aAAa,GACrB;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,IAAI,GAAG,CAAC,CAAC;IAAC,SAAS,EAAE,OAAO,CAAA;CAAE,GACzD;IAAE,QAAQ,EAAE,aAAa,CAAC;IAAC,SAAS,EAAE,WAAW,CAAA;CAAE,CAAC;AAGxD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;CAyBqC,CAAC;AAGlE,MAAM,MAAM,iBAAiB,GAAG,MAAM,OAAO,eAAe,CAAC;AAE7D,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyGmC,CAAC;AAGlE,MAAM,MAAM,mBAAmB,GAAG,MAAM,OAAO,iBAAiB,CAAC;AAEjE,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAciC,CAAC;AAGzD,MAAM,MAAM,OAAO,GAAG,YAAY,CAAC;AAEnC;;;GAGG;AACH,eAAO,MAAM,cAAc,GAAI,KAAK,MAAM,KAAG,GAAG,IAAI,YAC5B,CAAC;AAIzB,eAAO,MAAM,OAAO,GAAI,IAAI,aAAa,KAAG,cAa3C,CAAC"}
1
+ {"version":3,"file":"places.d.ts","sourceRoot":"","sources":["places.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,WAAW,EACX,cAAc,EACd,aAAa,EACd,MAAM,gBAAgB,CAAC;AACxB,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAchD,MAAM,MAAM,aAAa,GACrB;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,IAAI,GAAG,CAAC,CAAC;IAAC,SAAS,EAAE,OAAO,CAAA;CAAE,GACzD;IAAE,QAAQ,EAAE,aAAa,CAAC;IAAC,SAAS,EAAE,WAAW,CAAA;CAAE,CAAC;AAGxD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;CAyBqC,CAAC;AAGlE,MAAM,MAAM,iBAAiB,GAAG,MAAM,OAAO,eAAe,CAAC;AAE7D,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyImC,CAAC;AAGlE,MAAM,MAAM,mBAAmB,GAAG,MAAM,OAAO,iBAAiB,CAAC;AAEjE,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAciC,CAAC;AAGzD,MAAM,MAAM,OAAO,GAAG,YAAY,CAAC;AAEnC;;;GAGG;AACH,eAAO,MAAM,cAAc,GAAI,KAAK,MAAM,KAAG,GAAG,IAAI,YAC5B,CAAC;AAIzB,eAAO,MAAM,OAAO,GAAI,IAAI,aAAa,KAAG,cAa3C,CAAC"}
package/src/places.js CHANGED
@@ -160,6 +160,38 @@ export const ERC4626PoolPlaces = {
160
160
  protocol: 'ERC4626',
161
161
  chainName: 'Ethereum',
162
162
  },
163
+ ERC4626_morphoSteakhouseHighYieldUsdcEdition_Base: {
164
+ protocol: 'ERC4626',
165
+ chainName: 'Base',
166
+ },
167
+ ERC4626_morphoSteakhousePrimeUsdc_Ethereum: {
168
+ protocol: 'ERC4626',
169
+ chainName: 'Ethereum',
170
+ },
171
+ ERC4626_morphoSteakhouseConfidentialPrimeUsdc_Ethereum: {
172
+ protocol: 'ERC4626',
173
+ chainName: 'Ethereum',
174
+ },
175
+ ERC4626_morphoGauntletUsdcPrimeV2_Base: {
176
+ protocol: 'ERC4626',
177
+ chainName: 'Base',
178
+ },
179
+ ERC4626_morphoGauntletUsdcFrontier_Base: {
180
+ protocol: 'ERC4626',
181
+ chainName: 'Base',
182
+ },
183
+ ERC4626_morphoReEcosystemVault_Ethereum: {
184
+ protocol: 'ERC4626',
185
+ chainName: 'Ethereum',
186
+ },
187
+ ERC4626_morphoApyxUsdc_Ethereum: {
188
+ protocol: 'ERC4626',
189
+ chainName: 'Ethereum',
190
+ },
191
+ ERC4626_morphoRockawayxToriEcosystem_Ethereum: {
192
+ protocol: 'ERC4626',
193
+ chainName: 'Ethereum',
194
+ },
163
195
  } ;
164
196
  deepFreeze(ERC4626PoolPlaces);
165
197