@agoric/orchestration 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/orchestration",
3
- "version": "0.1.1-dev-e61882f.0.e61882f",
3
+ "version": "0.1.1-dev-dc846ed.0.dc846ed",
4
4
  "description": "Chain abstraction for Agoric's orchestration clients",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -35,19 +35,19 @@
35
35
  },
36
36
  "homepage": "https://github.com/Agoric/agoric-sdk#readme",
37
37
  "dependencies": {
38
- "@agoric/async-flow": "0.1.1-dev-e61882f.0.e61882f",
39
- "@agoric/cosmic-proto": "0.4.1-dev-e61882f.0.e61882f",
40
- "@agoric/ertp": "0.16.3-dev-e61882f.0.e61882f",
41
- "@agoric/internal": "0.3.3-dev-e61882f.0.e61882f",
42
- "@agoric/network": "0.1.1-dev-e61882f.0.e61882f",
43
- "@agoric/notifier": "0.6.3-dev-e61882f.0.e61882f",
44
- "@agoric/store": "0.9.3-dev-e61882f.0.e61882f",
45
- "@agoric/time": "0.3.3-dev-e61882f.0.e61882f",
46
- "@agoric/vat-data": "0.5.3-dev-e61882f.0.e61882f",
47
- "@agoric/vats": "0.15.2-dev-e61882f.0.e61882f",
48
- "@agoric/vow": "0.1.1-dev-e61882f.0.e61882f",
49
- "@agoric/zoe": "0.26.3-dev-e61882f.0.e61882f",
50
- "@agoric/zone": "0.2.3-dev-e61882f.0.e61882f",
38
+ "@agoric/async-flow": "0.1.1-dev-dc846ed.0.dc846ed",
39
+ "@agoric/cosmic-proto": "0.4.1-dev-dc846ed.0.dc846ed",
40
+ "@agoric/ertp": "0.16.3-dev-dc846ed.0.dc846ed",
41
+ "@agoric/internal": "0.3.3-dev-dc846ed.0.dc846ed",
42
+ "@agoric/network": "0.1.1-dev-dc846ed.0.dc846ed",
43
+ "@agoric/notifier": "0.6.3-dev-dc846ed.0.dc846ed",
44
+ "@agoric/store": "0.9.3-dev-dc846ed.0.dc846ed",
45
+ "@agoric/time": "0.3.3-dev-dc846ed.0.dc846ed",
46
+ "@agoric/vat-data": "0.5.3-dev-dc846ed.0.dc846ed",
47
+ "@agoric/vats": "0.15.2-dev-dc846ed.0.dc846ed",
48
+ "@agoric/vow": "0.1.1-dev-dc846ed.0.dc846ed",
49
+ "@agoric/zoe": "0.26.3-dev-dc846ed.0.dc846ed",
50
+ "@agoric/zone": "0.2.3-dev-dc846ed.0.dc846ed",
51
51
  "@cosmjs/encoding": "^0.36.0",
52
52
  "@endo/base64": "^1.0.12",
53
53
  "@endo/errors": "^1.2.13",
@@ -60,7 +60,7 @@
60
60
  "bs58": "^6.0.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@agoric/swingset-liveslots": "0.10.3-dev-e61882f.0.e61882f",
63
+ "@agoric/swingset-liveslots": "0.10.3-dev-dc846ed.0.dc846ed",
64
64
  "@chain-registry/client": "^1.53.194",
65
65
  "@cosmjs/amino": "^0.36.0",
66
66
  "@cosmjs/proto-signing": "^0.36.0",
@@ -105,5 +105,5 @@
105
105
  "typeCoverage": {
106
106
  "atLeast": 97.65
107
107
  },
108
- "gitHead": "e61882f3540f8984a0478c811f23d1edf0bbbfc7"
108
+ "gitHead": "dc846ed1789113fa1e4874305be4832cb922e243"
109
109
  }
@@ -63,7 +63,7 @@ export type AmountArg = DenomAmount | Amount<'nat'>;
63
63
  * and they use `chain_id`/`chainId` for what CAIP-2 calls the `reference`. We
64
64
  * qualify the term here to avoid confusion.
65
65
  *
66
- * @see {@link https://chainagnostic.org/CAIPs/caip-2}
66
+ * @see {@link https://standards.chainagnostic.org/CAIPs/caip-2}
67
67
  */
68
68
  export type CaipChainId = `${string}:${string}`;
69
69
  /**
@@ -73,7 +73,7 @@ export type CaipChainId = `${string}:${string}`;
73
73
  * chain_id: [-a-z0-9]{3,8}:[-_a-zA-Z0-9]{1,32} (See [CAIP-2][])
74
74
  * account_address: [-.%a-zA-Z0-9]{1,128}
75
75
  *
76
- * @see {@link https://chainagnostic.org/CAIPs/caip-10}
76
+ * @see {@link https://standards.chainagnostic.org/CAIPs/caip-10}
77
77
  */
78
78
  export type AccountId = `${CaipChainId}:${string}`;
79
79
  /**
@@ -93,7 +93,7 @@ export type CosmosChainAddress = {
93
93
  };
94
94
  /**
95
95
  * Info used to identify blockchains across ecosystems
96
- * @see {@link https://chainagnostic.org/CAIPs/caip-2}
96
+ * @see {@link https://standards.chainagnostic.org/CAIPs/caip-2}
97
97
  */
98
98
  export interface BaseChainInfo<N extends KnownNamespace = KnownNamespace> {
99
99
  /** CAIP-2 namespace, e.g. 'cosmos', 'eip155' */
@@ -89,7 +89,7 @@
89
89
  * and they use `chain_id`/`chainId` for what CAIP-2 calls the `reference`. We
90
90
  * qualify the term here to avoid confusion.
91
91
  *
92
- * @see {@link https://chainagnostic.org/CAIPs/caip-2}
92
+ * @see {@link https://standards.chainagnostic.org/CAIPs/caip-2}
93
93
  */
94
94
 
95
95
 
@@ -100,7 +100,7 @@
100
100
  * chain_id: [-a-z0-9]{3,8}:[-_a-zA-Z0-9]{1,32} (See [CAIP-2][])
101
101
  * account_address: [-.%a-zA-Z0-9]{1,128}
102
102
  *
103
- * @see {@link https://chainagnostic.org/CAIPs/caip-10}
103
+ * @see {@link https://standards.chainagnostic.org/CAIPs/caip-10}
104
104
  */
105
105
 
106
106
 
@@ -123,7 +123,7 @@
123
123
 
124
124
  /**
125
125
  * Info used to identify blockchains across ecosystems
126
- * @see {@link https://chainagnostic.org/CAIPs/caip-2}
126
+ * @see {@link https://standards.chainagnostic.org/CAIPs/caip-2}
127
127
  */
128
128
 
129
129