@agoric/fast-usdc 0.1.1-dev-9c97014.0 → 0.1.1-dev-b5d1abe.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/fast-usdc",
3
- "version": "0.1.1-dev-9c97014.0+9c97014",
3
+ "version": "0.1.1-dev-b5d1abe.0+b5d1abe",
4
4
  "description": "CLI and library for Fast USDC product",
5
5
  "type": "module",
6
6
  "files": [
@@ -22,9 +22,9 @@
22
22
  "lint:eslint": "eslint ."
23
23
  },
24
24
  "devDependencies": {
25
- "@agoric/swingset-liveslots": "0.10.3-dev-9c97014.0+9c97014",
26
- "@agoric/vats": "0.15.2-dev-9c97014.0+9c97014",
27
- "@agoric/zone": "0.2.3-dev-9c97014.0+9c97014",
25
+ "@agoric/swingset-liveslots": "0.10.3-dev-b5d1abe.0+b5d1abe",
26
+ "@agoric/vats": "0.15.2-dev-b5d1abe.0+b5d1abe",
27
+ "@agoric/zone": "0.2.3-dev-b5d1abe.0+b5d1abe",
28
28
  "@fast-check/ava": "^2.0.1",
29
29
  "ava": "^5.3.0",
30
30
  "c8": "^10.1.2",
@@ -32,16 +32,16 @@
32
32
  "ts-blank-space": "^0.4.4"
33
33
  },
34
34
  "dependencies": {
35
- "@agoric/client-utils": "0.1.1-dev-9c97014.0+9c97014",
36
- "@agoric/cosmic-proto": "0.4.1-dev-9c97014.0+9c97014",
37
- "@agoric/ertp": "0.16.3-dev-9c97014.0+9c97014",
38
- "@agoric/internal": "0.3.3-dev-9c97014.0+9c97014",
39
- "@agoric/notifier": "0.6.3-dev-9c97014.0+9c97014",
40
- "@agoric/orchestration": "0.1.1-dev-9c97014.0+9c97014",
41
- "@agoric/store": "0.9.3-dev-9c97014.0+9c97014",
42
- "@agoric/vat-data": "0.5.3-dev-9c97014.0+9c97014",
43
- "@agoric/vow": "0.1.1-dev-9c97014.0+9c97014",
44
- "@agoric/zoe": "0.26.3-dev-9c97014.0+9c97014",
35
+ "@agoric/client-utils": "0.1.1-dev-b5d1abe.0+b5d1abe",
36
+ "@agoric/cosmic-proto": "0.4.1-dev-b5d1abe.0+b5d1abe",
37
+ "@agoric/ertp": "0.16.3-dev-b5d1abe.0+b5d1abe",
38
+ "@agoric/internal": "0.3.3-dev-b5d1abe.0+b5d1abe",
39
+ "@agoric/notifier": "0.6.3-dev-b5d1abe.0+b5d1abe",
40
+ "@agoric/orchestration": "0.1.1-dev-b5d1abe.0+b5d1abe",
41
+ "@agoric/store": "0.9.3-dev-b5d1abe.0+b5d1abe",
42
+ "@agoric/vat-data": "0.5.3-dev-b5d1abe.0+b5d1abe",
43
+ "@agoric/vow": "0.1.1-dev-b5d1abe.0+b5d1abe",
44
+ "@agoric/zoe": "0.26.3-dev-b5d1abe.0+b5d1abe",
45
45
  "@cosmjs/proto-signing": "^0.32.4",
46
46
  "@cosmjs/stargate": "^0.32.4",
47
47
  "@endo/base64": "^1.0.9",
@@ -81,5 +81,5 @@
81
81
  "publishConfig": {
82
82
  "access": "public"
83
83
  },
84
- "gitHead": "9c97014c60450dd3b09f164b150d1fa5761d24ec"
84
+ "gitHead": "b5d1abe805326f0c9ec96ca6bc75b6f7b7d7ac43"
85
85
  }
@@ -1,6 +1,7 @@
1
1
  /* eslint-env node */
2
2
  /**
3
3
  * @import {Command} from 'commander';
4
+ * @import {Amount, Brand} from '@agoric/ertp';
4
5
  * @import {OfferSpec} from '@agoric/smart-wallet/src/offers.js';
5
6
  * @import {ExecuteOfferAction} from '@agoric/smart-wallet/src/smartWallet.js';
6
7
  * @import {USDCProposalShapes} from '../pool-share-math.js';
@@ -16,6 +16,7 @@ import { makeFeeTools } from '../utils/fees.js';
16
16
 
17
17
  /**
18
18
  * @import {HostInterface} from '@agoric/async-flow';
19
+ * @import {Amount, Brand} from '@agoric/ertp';
19
20
  * @import {TypedPattern} from '@agoric/internal'
20
21
  * @import {NatAmount} from '@agoric/ertp';
21
22
  * @import {ChainAddress, ChainHub, Denom, OrchestrationAccount} from '@agoric/orchestration';
@@ -20,6 +20,7 @@ import {
20
20
  } from '../type-guards.js';
21
21
 
22
22
  /**
23
+ * @import {Amount, Brand, Payment} from '@agoric/ertp';
23
24
  * @import {Zone} from '@agoric/zone';
24
25
  * @import {Remote} from '@agoric/internal'
25
26
  * @import {StorageNode} from '@agoric/internal/src/lib-chainStorage.js'
@@ -16,6 +16,7 @@ import {
16
16
 
17
17
  /**
18
18
  * @import {FungibleTokenPacketData} from '@agoric/cosmic-proto/ibc/applications/transfer/v2/packet.js';
19
+ * @import {Amount, Brand, NatValue, Payment} from '@agoric/ertp';
19
20
  * @import {Denom, OrchestrationAccount, ChainHub, ChainAddress} from '@agoric/orchestration';
20
21
  * @import {WithdrawToSeat} from '@agoric/orchestration/src/utils/zoe-tools'
21
22
  * @import {IBCChannelID, VTransferIBCEvent} from '@agoric/vats';
@@ -5,6 +5,7 @@ import { fromExternalConfig } from './utils/config-marshal.js';
5
5
  import { FeedPolicyShape } from './type-guards.js';
6
6
 
7
7
  /**
8
+ * @import {Issuer} from '@agoric/ertp';
8
9
  * @import {Passable} from '@endo/pass-style'
9
10
  * @import {BootstrapManifest} from '@agoric/vats/src/core/lib-boot.js'
10
11
  * @import {LegibleCapData} from './utils/config-marshal.js'
@@ -16,7 +16,7 @@ import {
16
16
  import { fromExternalConfig } from './utils/config-marshal.js';
17
17
 
18
18
  /**
19
- * @import {DepositFacet} from '@agoric/ertp/src/types.js'
19
+ * @import {Amount, Brand, DepositFacet, Issuer, Payment} from '@agoric/ertp';
20
20
  * @import {TypedPattern} from '@agoric/internal'
21
21
  * @import {Instance, StartParams} from '@agoric/zoe/src/zoeService/utils'
22
22
  * @import {Board} from '@agoric/vats'
@@ -10,6 +10,7 @@ import { Fail, q } from '@endo/errors';
10
10
  const { getValue, add, isEmpty, isEqual, isGTE, subtract } = AmountMath;
11
11
 
12
12
  /**
13
+ * @import {Amount, Brand, DepositFacet, NatValue, Payment} from '@agoric/ertp';
13
14
  * @import {PoolStats} from './types';
14
15
  * @import {RepayAmountKWR} from './exos/liquidity-pool';
15
16
  */
@@ -3,6 +3,7 @@ import { M } from '@endo/patterns';
3
3
  import { PendingTxStatus } from './constants.js';
4
4
 
5
5
  /**
6
+ * @import {Amount, Brand, NatValue, Payment} from '@agoric/ertp';
6
7
  * @import {TypedPattern} from '@agoric/internal';
7
8
  * @import {FastUsdcTerms} from './fast-usdc.contract.js';
8
9
  * @import {USDCProposalShapes} from './pool-share-math.js';