@hyperlane-xyz/cli 19.11.0 → 19.12.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.
@@ -1,16 +1,27 @@
1
1
  defaultHook:
2
2
  beneficiary: account_loc12ytsy99ajzkwy7ce0444fs8avat7jy3fkj5mk64yz2z3yml6s7y7x3
3
- oracleConfig: {}
3
+ oracleConfig:
4
+ radix2:
5
+ tokenExchangeRate: '347026904130352406214'
6
+ gasPrice: '201383436'
4
7
  oracleKey: account_loc12ytsy99ajzkwy7ce0444fs8avat7jy3fkj5mk64yz2z3yml6s7y7x3
5
- overhead: {}
8
+ overhead:
9
+ radix2: '100'
6
10
  owner: account_loc12ytsy99ajzkwy7ce0444fs8avat7jy3fkj5mk64yz2z3yml6s7y7x3
7
11
  type: interchainGasPaymaster
8
12
  defaultIsm:
9
13
  domains:
10
14
  radix1:
11
- domains: {}
15
+ domains:
16
+ radix2:
17
+ type: testIsm
12
18
  owner: account_loc12ytsy99ajzkwy7ce0444fs8avat7jy3fkj5mk64yz2z3yml6s7y7x3
13
19
  type: domainRoutingIsm
20
+
21
+ radix2:
22
+ validators: ['0x10E0271ec47d55511a047516f2a7301801d55eaB']
23
+ threshold: 1
24
+ type: messageIdMultisigIsm
14
25
  owner: account_loc12ytsy99ajzkwy7ce0444fs8avat7jy3fkj5mk64yz2z3yml6s7y7x3
15
26
  type: domainRoutingIsm
16
27
  owner: account_loc12ytsy99ajzkwy7ce0444fs8avat7jy3fkj5mk64yz2z3yml6s7y7x3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyperlane-xyz/cli",
3
- "version": "19.11.0",
3
+ "version": "19.12.0",
4
4
  "description": "A command-line utility for common Hyperlane operations",
5
5
  "devDependencies": {
6
6
  "@aws-sdk/client-kms": "^3.577.0",
@@ -9,16 +9,16 @@
9
9
  "@eslint/js": "^9.31.0",
10
10
  "@ethersproject/abi": "*",
11
11
  "@ethersproject/providers": "*",
12
- "@hyperlane-xyz/core": "10.0.5",
13
- "@hyperlane-xyz/cosmos-sdk": "19.11.0",
14
- "@hyperlane-xyz/deploy-sdk": "0.3.0",
15
- "@hyperlane-xyz/http-registry-server": "19.11.0",
16
- "@hyperlane-xyz/provider-sdk": "0.3.0",
17
- "@hyperlane-xyz/radix-sdk": "19.11.0",
18
- "@hyperlane-xyz/registry": "20.0.0",
19
- "@hyperlane-xyz/sdk": "19.11.0",
12
+ "@hyperlane-xyz/core": "10.1.0",
13
+ "@hyperlane-xyz/cosmos-sdk": "19.12.0",
14
+ "@hyperlane-xyz/deploy-sdk": "0.4.0",
15
+ "@hyperlane-xyz/http-registry-server": "19.12.0",
16
+ "@hyperlane-xyz/provider-sdk": "0.4.0",
17
+ "@hyperlane-xyz/radix-sdk": "19.12.0",
18
+ "@hyperlane-xyz/registry": "23.7.0",
19
+ "@hyperlane-xyz/sdk": "19.12.0",
20
20
  "@hyperlane-xyz/tsconfig": "workspace:^",
21
- "@hyperlane-xyz/utils": "19.11.0",
21
+ "@hyperlane-xyz/utils": "19.12.0",
22
22
  "@inquirer/core": "9.0.10",
23
23
  "@inquirer/figures": "1.0.5",
24
24
  "@inquirer/prompts": "3.3.2",