@hyperlane-xyz/helloworld 1.4.3-beta0 → 1.4.3-beta1

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.
Files changed (145) hide show
  1. package/dist/src/app/app.d.ts +1 -1
  2. package/dist/src/app/app.d.ts.map +1 -1
  3. package/dist/src/app/app.js +53 -35
  4. package/dist/src/app/app.js.map +1 -1
  5. package/dist/src/app/contracts.d.ts +1 -1
  6. package/dist/src/app/contracts.d.ts.map +1 -1
  7. package/dist/src/deploy/config.d.ts +2 -2
  8. package/dist/src/deploy/config.d.ts.map +1 -1
  9. package/dist/src/deploy/deploy.js +19 -8
  10. package/dist/src/deploy/deploy.js.map +1 -1
  11. package/dist/src/scripts/check.js +23 -12
  12. package/dist/src/scripts/check.js.map +1 -1
  13. package/dist/src/scripts/deploy.js +25 -14
  14. package/dist/src/scripts/deploy.js.map +1 -1
  15. package/dist/src/test/deploy.test.js +25 -16
  16. package/dist/src/test/deploy.test.js.map +1 -1
  17. package/dist/src/test/helloworld.test.js +46 -35
  18. package/dist/src/test/helloworld.test.js.map +1 -1
  19. package/dist/src/types/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient.d.ts +12 -12
  20. package/dist/src/types/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient.d.ts.map +1 -1
  21. package/dist/src/types/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient.js +1 -0
  22. package/dist/src/types/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient.js.map +1 -1
  23. package/dist/src/types/@hyperlane-xyz/core/contracts/Router.d.ts +14 -14
  24. package/dist/src/types/@hyperlane-xyz/core/contracts/Router.d.ts.map +1 -1
  25. package/dist/src/types/@hyperlane-xyz/core/contracts/Router.js +1 -0
  26. package/dist/src/types/@hyperlane-xyz/core/contracts/Router.js.map +1 -1
  27. package/dist/src/types/@hyperlane-xyz/core/contracts/index.d.ts.map +1 -1
  28. package/dist/src/types/@hyperlane-xyz/core/contracts/index.js +1 -0
  29. package/dist/src/types/@hyperlane-xyz/core/contracts/index.js.map +1 -1
  30. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient.d.ts +2 -2
  31. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient.d.ts.map +1 -1
  32. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient.js +1 -0
  33. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient.js.map +1 -1
  34. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster.d.ts +4 -4
  35. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster.d.ts.map +1 -1
  36. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster.js +1 -0
  37. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster.js.map +1 -1
  38. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.d.ts +2 -2
  39. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.d.ts.map +1 -1
  40. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.js +1 -0
  41. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.js.map +1 -1
  42. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.d.ts +2 -2
  43. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.d.ts.map +1 -1
  44. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.js +1 -0
  45. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.js.map +1 -1
  46. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMailbox.d.ts +10 -10
  47. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMailbox.d.ts.map +1 -1
  48. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMailbox.js +1 -0
  49. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMailbox.js.map +1 -1
  50. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient.d.ts +2 -2
  51. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient.d.ts.map +1 -1
  52. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient.js +1 -0
  53. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient.js.map +1 -1
  54. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/index.d.ts.map +1 -1
  55. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/index.js +1 -0
  56. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/index.js.map +1 -1
  57. package/dist/src/types/@hyperlane-xyz/core/index.d.ts.map +1 -1
  58. package/dist/src/types/@hyperlane-xyz/core/index.js +1 -0
  59. package/dist/src/types/@hyperlane-xyz/core/index.js.map +1 -1
  60. package/dist/src/types/@hyperlane-xyz/index.d.ts.map +1 -1
  61. package/dist/src/types/@hyperlane-xyz/index.js +1 -0
  62. package/dist/src/types/@hyperlane-xyz/index.js.map +1 -1
  63. package/dist/src/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.d.ts +6 -6
  64. package/dist/src/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.d.ts.map +1 -1
  65. package/dist/src/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.js +1 -0
  66. package/dist/src/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.js.map +1 -1
  67. package/dist/src/types/@openzeppelin/contracts-upgradeable/index.d.ts +2 -2
  68. package/dist/src/types/@openzeppelin/contracts-upgradeable/index.d.ts.map +1 -1
  69. package/dist/src/types/@openzeppelin/contracts-upgradeable/index.js +1 -0
  70. package/dist/src/types/@openzeppelin/contracts-upgradeable/index.js.map +1 -1
  71. package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/index.d.ts.map +1 -1
  72. package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/index.js +1 -0
  73. package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/index.js.map +1 -1
  74. package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.d.ts +4 -4
  75. package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.d.ts.map +1 -1
  76. package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.js +1 -0
  77. package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.js.map +1 -1
  78. package/dist/src/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.d.ts +4 -4
  79. package/dist/src/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.d.ts.map +1 -1
  80. package/dist/src/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.js +1 -0
  81. package/dist/src/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.js.map +1 -1
  82. package/dist/src/types/@openzeppelin/index.d.ts.map +1 -1
  83. package/dist/src/types/@openzeppelin/index.js +1 -0
  84. package/dist/src/types/@openzeppelin/index.js.map +1 -1
  85. package/dist/src/types/common.d.ts +4 -4
  86. package/dist/src/types/common.d.ts.map +1 -1
  87. package/dist/src/types/common.js +1 -0
  88. package/dist/src/types/common.js.map +1 -1
  89. package/dist/src/types/contracts/HelloWorld.d.ts +20 -20
  90. package/dist/src/types/contracts/HelloWorld.d.ts.map +1 -1
  91. package/dist/src/types/contracts/HelloWorld.js +1 -0
  92. package/dist/src/types/contracts/HelloWorld.js.map +1 -1
  93. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient__factory.d.ts +2 -2
  94. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient__factory.d.ts.map +1 -1
  95. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient__factory.js +0 -2
  96. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient__factory.js.map +1 -1
  97. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/Router__factory.d.ts +2 -2
  98. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/Router__factory.d.ts.map +1 -1
  99. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/Router__factory.js +0 -2
  100. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/Router__factory.js.map +1 -1
  101. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient__factory.d.ts +2 -2
  102. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient__factory.d.ts.map +1 -1
  103. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient__factory.js +0 -2
  104. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient__factory.js.map +1 -1
  105. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster__factory.d.ts +2 -2
  106. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster__factory.d.ts.map +1 -1
  107. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster__factory.js +0 -2
  108. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster__factory.js.map +1 -1
  109. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.d.ts +2 -2
  110. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.d.ts.map +1 -1
  111. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.js +0 -2
  112. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.js.map +1 -1
  113. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.d.ts +2 -2
  114. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.d.ts.map +1 -1
  115. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.js +0 -2
  116. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.js.map +1 -1
  117. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMailbox__factory.d.ts +2 -2
  118. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMailbox__factory.d.ts.map +1 -1
  119. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMailbox__factory.js +0 -2
  120. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMailbox__factory.js.map +1 -1
  121. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient__factory.d.ts +2 -2
  122. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient__factory.d.ts.map +1 -1
  123. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient__factory.js +0 -2
  124. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient__factory.js.map +1 -1
  125. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.d.ts +2 -2
  126. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.d.ts.map +1 -1
  127. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.js +0 -2
  128. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.js.map +1 -1
  129. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.d.ts +2 -2
  130. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.d.ts.map +1 -1
  131. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.js +0 -2
  132. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.js.map +1 -1
  133. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.d.ts +2 -2
  134. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.d.ts.map +1 -1
  135. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.js +0 -2
  136. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.js.map +1 -1
  137. package/dist/src/types/factories/contracts/HelloWorld__factory.d.ts +3 -3
  138. package/dist/src/types/factories/contracts/HelloWorld__factory.d.ts.map +1 -1
  139. package/dist/src/types/factories/contracts/HelloWorld__factory.js +1 -3
  140. package/dist/src/types/factories/contracts/HelloWorld__factory.js.map +1 -1
  141. package/dist/src/types/index.d.ts +2 -2
  142. package/dist/src/types/index.d.ts.map +1 -1
  143. package/dist/src/types/index.js +1 -0
  144. package/dist/src/types/index.js.map +1 -1
  145. package/package.json +12 -12
@@ -2,7 +2,7 @@ import { BigNumber, ethers } from 'ethers';
2
2
  import { ChainMap, ChainName, HyperlaneContracts, HyperlaneContractsMap, HyperlaneCore, MultiProvider, RouterApp } from '@hyperlane-xyz/sdk';
3
3
  import { HelloWorld } from '../types';
4
4
  import { HelloWorldFactories } from './contracts';
5
- type Counts = {
5
+ declare type Counts = {
6
6
  sent: number;
7
7
  received: number;
8
8
  };
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../../../src/app/app.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAE3C,OAAO,EACL,QAAQ,EACR,SAAS,EACT,kBAAkB,EAClB,qBAAqB,EACrB,aAAa,EACb,aAAa,EACb,SAAS,EACV,MAAM,oBAAoB,CAAC;AAG5B,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAEtC,OAAO,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAElD,KAAK,MAAM,GAAG;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,qBAAa,aAAc,SAAQ,SAAS,CAAC,mBAAmB,CAAC;aAE7C,IAAI,EAAE,aAAa;gBAAnB,IAAI,EAAE,aAAa,EACnC,YAAY,EAAE,qBAAqB,CAAC,mBAAmB,CAAC,EACxD,aAAa,EAAE,aAAa;IAK9B,MAAM,CAAC,SAAS,EAAE,kBAAkB,CAAC,mBAAmB,CAAC,GAAG,UAAU;IAIhE,cAAc,CAClB,IAAI,EAAE,SAAS,EACf,EAAE,EAAE,SAAS,EACb,OAAO,EAAE,MAAM,EACf,KAAK,EAAE,SAAS,GACf,OAAO,CAAC,MAAM,CAAC,eAAe,CAAC;IA4B5B,qBAAqB,CACzB,OAAO,EAAE,MAAM,CAAC,eAAe,GAC9B,OAAO,CAAC,MAAM,CAAC,eAAe,EAAE,CAAC;IAI9B,uBAAuB,CAC3B,OAAO,EAAE,MAAM,CAAC,eAAe,GAC9B,OAAO,CAAC,IAAI,CAAC;IAIV,YAAY,CAAC,IAAI,EAAE,SAAS,EAAE,EAAE,EAAE,SAAS,GAAG,OAAO,CAAC,MAAM,CAAC;IAW7D,KAAK,IAAI,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC;CAcnD"}
1
+ {"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../../../src/app/app.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAE3C,OAAO,EACL,QAAQ,EACR,SAAS,EACT,kBAAkB,EAClB,qBAAqB,EACrB,aAAa,EACb,aAAa,EACb,SAAS,EACV,MAAM,oBAAoB,CAAC;AAG5B,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAEtC,OAAO,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAElD,aAAK,MAAM,GAAG;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,qBAAa,aAAc,SAAQ,SAAS,CAAC,mBAAmB,CAAC;aAE7C,IAAI,EAAE,aAAa;gBAAnB,IAAI,EAAE,aAAa,EACnC,YAAY,EAAE,qBAAqB,CAAC,mBAAmB,CAAC,EACxD,aAAa,EAAE,aAAa;IAK9B,MAAM,CAAC,SAAS,EAAE,kBAAkB,CAAC,mBAAmB,CAAC,GAAG,UAAU;IAIhE,cAAc,CAClB,IAAI,EAAE,SAAS,EACf,EAAE,EAAE,SAAS,EACb,OAAO,EAAE,MAAM,EACf,KAAK,EAAE,SAAS,GACf,OAAO,CAAC,MAAM,CAAC,eAAe,CAAC;IA4B5B,qBAAqB,CACzB,OAAO,EAAE,MAAM,CAAC,eAAe,GAC9B,OAAO,CAAC,MAAM,CAAC,eAAe,EAAE,CAAC;IAI9B,uBAAuB,CAC3B,OAAO,EAAE,MAAM,CAAC,eAAe,GAC9B,OAAO,CAAC,IAAI,CAAC;IAIV,YAAY,CAAC,IAAI,EAAE,SAAS,EAAE,EAAE,EAAE,SAAS,GAAG,OAAO,CAAC,MAAM,CAAC;IAW7D,KAAK,IAAI,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC;CAcnD"}
@@ -1,4 +1,13 @@
1
1
  "use strict";
2
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
+ return new (P || (P = Promise))(function (resolve, reject) {
5
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
9
+ });
10
+ };
2
11
  Object.defineProperty(exports, "__esModule", { value: true });
3
12
  exports.HelloWorldApp = void 0;
4
13
  const sdk_1 = require("@hyperlane-xyz/sdk");
@@ -11,46 +20,55 @@ class HelloWorldApp extends sdk_1.RouterApp {
11
20
  router(contracts) {
12
21
  return contracts.router;
13
22
  }
14
- async sendHelloWorld(from, to, message, value) {
15
- const sender = this.getContracts(from).router;
16
- const toDomain = this.multiProvider.getDomainId(to);
17
- const { blocks, transactionOverrides } = this.multiProvider.getChainMetadata(from);
18
- // apply gas buffer due to https://github.com/hyperlane-xyz/hyperlane-monorepo/issues/634
19
- const estimated = await sender.estimateGas.sendHelloWorld(toDomain, message, { ...transactionOverrides, value });
20
- const gasLimit = estimated.mul(12).div(10);
21
- const tx = await sender.sendHelloWorld(toDomain, message, {
22
- ...transactionOverrides,
23
- gasLimit,
24
- value,
23
+ sendHelloWorld(from, to, message, value) {
24
+ return __awaiter(this, void 0, void 0, function* () {
25
+ const sender = this.getContracts(from).router;
26
+ const toDomain = this.multiProvider.getDomainId(to);
27
+ const { blocks, transactionOverrides } = this.multiProvider.getChainMetadata(from);
28
+ // apply gas buffer due to https://github.com/hyperlane-xyz/hyperlane-monorepo/issues/634
29
+ const estimated = yield sender.estimateGas.sendHelloWorld(toDomain, message, Object.assign(Object.assign({}, transactionOverrides), { value }));
30
+ const gasLimit = estimated.mul(12).div(10);
31
+ const tx = yield sender.sendHelloWorld(toDomain, message, Object.assign(Object.assign({}, transactionOverrides), { gasLimit,
32
+ value }));
33
+ (0, utils_1.debug)('Sending hello message', {
34
+ from,
35
+ to,
36
+ message,
37
+ tx,
38
+ });
39
+ return tx.wait((blocks === null || blocks === void 0 ? void 0 : blocks.confirmations) || 1);
25
40
  });
26
- (0, utils_1.debug)('Sending hello message', {
27
- from,
28
- to,
29
- message,
30
- tx,
31
- });
32
- return tx.wait(blocks?.confirmations || 1);
33
41
  }
34
- async waitForMessageReceipt(receipt) {
35
- return this.core.waitForMessageProcessing(receipt);
42
+ waitForMessageReceipt(receipt) {
43
+ return __awaiter(this, void 0, void 0, function* () {
44
+ return this.core.waitForMessageProcessing(receipt);
45
+ });
36
46
  }
37
- async waitForMessageProcessed(receipt) {
38
- return this.core.waitForMessageProcessed(receipt);
47
+ waitForMessageProcessed(receipt) {
48
+ return __awaiter(this, void 0, void 0, function* () {
49
+ return this.core.waitForMessageProcessed(receipt);
50
+ });
39
51
  }
40
- async channelStats(from, to) {
41
- const sent = await this.getContracts(from).router.sentTo(this.multiProvider.getDomainId(to));
42
- const received = await this.getContracts(to).router.receivedFrom(this.multiProvider.getDomainId(from));
43
- return { sent: sent.toNumber(), received: received.toNumber() };
52
+ channelStats(from, to) {
53
+ return __awaiter(this, void 0, void 0, function* () {
54
+ const sent = yield this.getContracts(from).router.sentTo(this.multiProvider.getDomainId(to));
55
+ const received = yield this.getContracts(to).router.receivedFrom(this.multiProvider.getDomainId(from));
56
+ return { sent: sent.toNumber(), received: received.toNumber() };
57
+ });
44
58
  }
45
- async stats() {
46
- const entries = await Promise.all(this.chains().map(async (source) => {
47
- const destinationEntries = await Promise.all(this.remoteChains(source).map(async (destination) => [
48
- destination,
49
- await this.channelStats(source, destination),
50
- ]));
51
- return [source, Object.fromEntries(destinationEntries)];
52
- }));
53
- return Object.fromEntries(entries);
59
+ stats() {
60
+ return __awaiter(this, void 0, void 0, function* () {
61
+ const entries = yield Promise.all(this.chains().map((source) => __awaiter(this, void 0, void 0, function* () {
62
+ const destinationEntries = yield Promise.all(this.remoteChains(source).map((destination) => __awaiter(this, void 0, void 0, function* () {
63
+ return [
64
+ destination,
65
+ yield this.channelStats(source, destination),
66
+ ];
67
+ })));
68
+ return [source, Object.fromEntries(destinationEntries)];
69
+ })));
70
+ return Object.fromEntries(entries);
71
+ });
54
72
  }
55
73
  }
56
74
  exports.HelloWorldApp = HelloWorldApp;
@@ -1 +1 @@
1
- {"version":3,"file":"app.js","sourceRoot":"","sources":["../../../src/app/app.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"app.js","sourceRoot":"","sources":["../../../src/app/app.ts"],"names":[],"mappings":"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"}
@@ -2,5 +2,5 @@ import { HelloWorld__factory } from '../types';
2
2
  export declare const helloWorldFactories: {
3
3
  router: HelloWorld__factory;
4
4
  };
5
- export type HelloWorldFactories = typeof helloWorldFactories;
5
+ export declare type HelloWorldFactories = typeof helloWorldFactories;
6
6
  //# sourceMappingURL=contracts.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"contracts.d.ts","sourceRoot":"","sources":["../../../src/app/contracts.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAE/C,eAAO,MAAM,mBAAmB;;CAE/B,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC"}
1
+ {"version":3,"file":"contracts.d.ts","sourceRoot":"","sources":["../../../src/app/contracts.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAE/C,eAAO,MAAM,mBAAmB;;CAE/B,CAAC;AAEF,oBAAY,mBAAmB,GAAG,OAAO,mBAAmB,CAAC"}
@@ -1,10 +1,10 @@
1
1
  import { RouterConfig } from '@hyperlane-xyz/sdk';
2
- export type HelloWorldConfig = RouterConfig;
2
+ export declare type HelloWorldConfig = RouterConfig;
3
3
  export declare const prodConfigs: {
4
4
  alfajores: {
5
5
  name: string;
6
6
  chainId: number;
7
- protocol: import("@hyperlane-xyz/sdk").ProtocolType;
7
+ protocol: import("@hyperlane-xyz/utils").ProtocolType;
8
8
  rpcUrls: [{
9
9
  http: string;
10
10
  webSocket?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/deploy/config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAiB,MAAM,oBAAoB,CAAC;AAEjE,MAAM,MAAM,gBAAgB,GAAG,YAAY,CAAC;AAG5C,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEvB,CAAC"}
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/deploy/config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAiB,MAAM,oBAAoB,CAAC;AAEjE,oBAAY,gBAAgB,GAAG,YAAY,CAAC;AAG5C,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEvB,CAAC"}
@@ -1,4 +1,13 @@
1
1
  "use strict";
2
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
+ return new (P || (P = Promise))(function (resolve, reject) {
5
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
9
+ });
10
+ };
2
11
  Object.defineProperty(exports, "__esModule", { value: true });
3
12
  exports.HelloWorldDeployer = void 0;
4
13
  const sdk_1 = require("@hyperlane-xyz/sdk");
@@ -13,14 +22,16 @@ class HelloWorldDeployer extends sdk_1.HyperlaneRouterDeployer {
13
22
  }
14
23
  // Custom contract deployment logic can go here
15
24
  // If no custom logic is needed, call deployContract for the router
16
- async deployContracts(chain, config) {
17
- const router = await this.deployContract(chain, 'router', [
18
- config.mailbox,
19
- config.interchainGasPaymaster,
20
- ]);
21
- return {
22
- router,
23
- };
25
+ deployContracts(chain, config) {
26
+ return __awaiter(this, void 0, void 0, function* () {
27
+ const router = yield this.deployContract(chain, 'router', [
28
+ config.mailbox,
29
+ config.interchainGasPaymaster,
30
+ ]);
31
+ return {
32
+ router,
33
+ };
34
+ });
24
35
  }
25
36
  }
26
37
  exports.HelloWorldDeployer = HelloWorldDeployer;
@@ -1 +1 @@
1
- {"version":3,"file":"deploy.js","sourceRoot":"","sources":["../../../src/deploy/deploy.ts"],"names":[],"mappings":";;;AAAA,4CAM4B;AAE5B,gDAA4E;AAK5E,MAAa,kBAAmB,SAAQ,6BAGvC;IACC,YACE,aAA4B,EACnB,UAAgC;QAEzC,KAAK,CAAC,aAAa,EAAE,+BAAmB,EAAE,EAAE,UAAU,EAAE,CAAC,CAAC;QAFjD,eAAU,GAAV,UAAU,CAAsB;IAG3C,CAAC;IAED,MAAM,CAAC,SAAkD;QACvD,OAAO,SAAS,CAAC,MAAM,CAAC;IAC1B,CAAC;IAED,+CAA+C;IAC/C,mEAAmE;IACnE,KAAK,CAAC,eAAe,CAAC,KAAgB,EAAE,MAAwB;QAC9D,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,QAAQ,EAAE;YACxD,MAAM,CAAC,OAAO;YACd,MAAM,CAAC,sBAAsB;SAC9B,CAAC,CAAC;QACH,OAAO;YACL,MAAM;SACP,CAAC;IACJ,CAAC;CACF;AA1BD,gDA0BC"}
1
+ {"version":3,"file":"deploy.js","sourceRoot":"","sources":["../../../src/deploy/deploy.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4CAM4B;AAE5B,gDAA4E;AAK5E,MAAa,kBAAmB,SAAQ,6BAGvC;IACC,YACE,aAA4B,EACnB,UAAgC;QAEzC,KAAK,CAAC,aAAa,EAAE,+BAAmB,EAAE,EAAE,UAAU,EAAE,CAAC,CAAC;QAFjD,eAAU,GAAV,UAAU,CAAsB;IAG3C,CAAC;IAED,MAAM,CAAC,SAAkD;QACvD,OAAO,SAAS,CAAC,MAAM,CAAC;IAC1B,CAAC;IAED,+CAA+C;IAC/C,mEAAmE;IAC7D,eAAe,CAAC,KAAgB,EAAE,MAAwB;;YAC9D,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,QAAQ,EAAE;gBACxD,MAAM,CAAC,OAAO;gBACd,MAAM,CAAC,sBAAsB;aAC9B,CAAC,CAAC;YACH,OAAO;gBACL,MAAM;aACP,CAAC;QACJ,CAAC;KAAA;CACF;AA1BD,gDA0BC"}
@@ -1,4 +1,13 @@
1
1
  "use strict";
2
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
+ return new (P || (P = Promise))(function (resolve, reject) {
5
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
9
+ });
10
+ };
2
11
  Object.defineProperty(exports, "__esModule", { value: true });
3
12
  const sdk_1 = require("@hyperlane-xyz/sdk");
4
13
  const app_1 = require("../app/app");
@@ -9,18 +18,20 @@ const config_1 = require("../deploy/config");
9
18
  const deploymentAddresses = {};
10
19
  // SET CONTRACT OWNER ADDRESS HERE
11
20
  const ownerAddress = '0x123...';
12
- async function check() {
13
- console.info('Preparing utilities');
14
- const multiProvider = new sdk_1.MultiProvider(config_1.prodConfigs);
15
- const contractsMap = (0, sdk_1.attachContractsMap)(deploymentAddresses, contracts_1.helloWorldFactories);
16
- const core = sdk_1.HyperlaneCore.fromEnvironment('testnet', multiProvider);
17
- const igp = sdk_1.HyperlaneIgp.fromEnvironment('testnet', multiProvider);
18
- const app = new app_1.HelloWorldApp(core, contractsMap, multiProvider);
19
- const config = (0, sdk_1.createRouterConfigMap)(ownerAddress, core.contractsMap, igp.contractsMap);
20
- console.info('Starting check');
21
- const helloWorldChecker = new check_1.HelloWorldChecker(multiProvider, app, config);
22
- await helloWorldChecker.check();
23
- helloWorldChecker.expectEmpty();
21
+ function check() {
22
+ return __awaiter(this, void 0, void 0, function* () {
23
+ console.info('Preparing utilities');
24
+ const multiProvider = new sdk_1.MultiProvider(config_1.prodConfigs);
25
+ const contractsMap = (0, sdk_1.attachContractsMap)(deploymentAddresses, contracts_1.helloWorldFactories);
26
+ const core = sdk_1.HyperlaneCore.fromEnvironment('testnet', multiProvider);
27
+ const igp = sdk_1.HyperlaneIgp.fromEnvironment('testnet', multiProvider);
28
+ const app = new app_1.HelloWorldApp(core, contractsMap, multiProvider);
29
+ const config = (0, sdk_1.createRouterConfigMap)(ownerAddress, core.contractsMap, igp.contractsMap);
30
+ console.info('Starting check');
31
+ const helloWorldChecker = new check_1.HelloWorldChecker(multiProvider, app, config);
32
+ yield helloWorldChecker.check();
33
+ helloWorldChecker.expectEmpty();
34
+ });
24
35
  }
25
36
  check()
26
37
  .then(() => console.info('Check complete'))
@@ -1 +1 @@
1
- {"version":3,"file":"check.js","sourceRoot":"","sources":["../../../src/scripts/check.ts"],"names":[],"mappings":";;AAAA,4CAM4B;AAE5B,oCAA2C;AAC3C,gDAAuD;AACvD,2CAAoD;AACpD,6CAA+C;AAE/C,iEAAiE;AACjE,MAAM,mBAAmB,GAAG,EAAE,CAAC;AAE/B,kCAAkC;AAClC,MAAM,YAAY,GAAG,UAAU,CAAC;AAEhC,KAAK,UAAU,KAAK;IAClB,OAAO,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;IACpC,MAAM,aAAa,GAAG,IAAI,mBAAa,CAAC,oBAAW,CAAC,CAAC;IAErD,MAAM,YAAY,GAAG,IAAA,wBAAkB,EACrC,mBAAmB,EACnB,+BAAmB,CACpB,CAAC;IAEF,MAAM,IAAI,GAAG,mBAAa,CAAC,eAAe,CAAC,SAAS,EAAE,aAAa,CAAC,CAAC;IACrE,MAAM,GAAG,GAAG,kBAAY,CAAC,eAAe,CAAC,SAAS,EAAE,aAAa,CAAC,CAAC;IACnE,MAAM,GAAG,GAAG,IAAI,mBAAa,CAAC,IAAI,EAAE,YAAY,EAAE,aAAa,CAAC,CAAC;IACjE,MAAM,MAAM,GAAG,IAAA,2BAAqB,EAClC,YAAY,EACZ,IAAI,CAAC,YAAY,EACjB,GAAG,CAAC,YAAY,CACjB,CAAC;IAEF,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;IAC/B,MAAM,iBAAiB,GAAG,IAAI,yBAAiB,CAAC,aAAa,EAAE,GAAG,EAAE,MAAM,CAAC,CAAC;IAC5E,MAAM,iBAAiB,CAAC,KAAK,EAAE,CAAC;IAChC,iBAAiB,CAAC,WAAW,EAAE,CAAC;AAClC,CAAC;AAED,KAAK,EAAE;KACJ,IAAI,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;KAC1C,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
1
+ {"version":3,"file":"check.js","sourceRoot":"","sources":["../../../src/scripts/check.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,4CAM4B;AAE5B,oCAA2C;AAC3C,gDAAuD;AACvD,2CAAoD;AACpD,6CAA+C;AAE/C,iEAAiE;AACjE,MAAM,mBAAmB,GAAG,EAAE,CAAC;AAE/B,kCAAkC;AAClC,MAAM,YAAY,GAAG,UAAU,CAAC;AAEhC,SAAe,KAAK;;QAClB,OAAO,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;QACpC,MAAM,aAAa,GAAG,IAAI,mBAAa,CAAC,oBAAW,CAAC,CAAC;QAErD,MAAM,YAAY,GAAG,IAAA,wBAAkB,EACrC,mBAAmB,EACnB,+BAAmB,CACpB,CAAC;QAEF,MAAM,IAAI,GAAG,mBAAa,CAAC,eAAe,CAAC,SAAS,EAAE,aAAa,CAAC,CAAC;QACrE,MAAM,GAAG,GAAG,kBAAY,CAAC,eAAe,CAAC,SAAS,EAAE,aAAa,CAAC,CAAC;QACnE,MAAM,GAAG,GAAG,IAAI,mBAAa,CAAC,IAAI,EAAE,YAAY,EAAE,aAAa,CAAC,CAAC;QACjE,MAAM,MAAM,GAAG,IAAA,2BAAqB,EAClC,YAAY,EACZ,IAAI,CAAC,YAAY,EACjB,GAAG,CAAC,YAAY,CACjB,CAAC;QAEF,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QAC/B,MAAM,iBAAiB,GAAG,IAAI,yBAAiB,CAAC,aAAa,EAAE,GAAG,EAAE,MAAM,CAAC,CAAC;QAC5E,MAAM,iBAAiB,CAAC,KAAK,EAAE,CAAC;QAChC,iBAAiB,CAAC,WAAW,EAAE,CAAC;IAClC,CAAC;CAAA;AAED,KAAK,EAAE;KACJ,IAAI,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;KAC1C,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,23 +1,34 @@
1
1
  "use strict";
2
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
+ return new (P || (P = Promise))(function (resolve, reject) {
5
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
9
+ });
10
+ };
2
11
  Object.defineProperty(exports, "__esModule", { value: true });
3
12
  const ethers_1 = require("ethers");
4
13
  const sdk_1 = require("@hyperlane-xyz/sdk");
5
14
  const config_1 = require("../deploy/config");
6
15
  const deploy_1 = require("../deploy/deploy");
7
- async function main() {
8
- console.info('Getting signer');
9
- const signer = new ethers_1.Wallet('SET KEY HERE OR CREATE YOUR OWN SIGNER');
10
- console.info('Preparing utilities');
11
- const multiProvider = new sdk_1.MultiProvider(config_1.prodConfigs);
12
- multiProvider.setSharedSigner(signer);
13
- const core = sdk_1.HyperlaneCore.fromEnvironment('testnet', multiProvider);
14
- const igp = sdk_1.HyperlaneIgp.fromEnvironment('testnet', multiProvider);
15
- const config = (0, sdk_1.createRouterConfigMap)(signer.address, core.contractsMap, igp.contractsMap);
16
- const deployer = new deploy_1.HelloWorldDeployer(multiProvider);
17
- const chainToContracts = await deployer.deploy(config);
18
- const addresses = (0, sdk_1.serializeContractsMap)(chainToContracts);
19
- console.info('===Contract Addresses===');
20
- console.info(JSON.stringify(addresses));
16
+ function main() {
17
+ return __awaiter(this, void 0, void 0, function* () {
18
+ console.info('Getting signer');
19
+ const signer = new ethers_1.Wallet('SET KEY HERE OR CREATE YOUR OWN SIGNER');
20
+ console.info('Preparing utilities');
21
+ const multiProvider = new sdk_1.MultiProvider(config_1.prodConfigs);
22
+ multiProvider.setSharedSigner(signer);
23
+ const core = sdk_1.HyperlaneCore.fromEnvironment('testnet', multiProvider);
24
+ const igp = sdk_1.HyperlaneIgp.fromEnvironment('testnet', multiProvider);
25
+ const config = (0, sdk_1.createRouterConfigMap)(signer.address, core.contractsMap, igp.contractsMap);
26
+ const deployer = new deploy_1.HelloWorldDeployer(multiProvider);
27
+ const chainToContracts = yield deployer.deploy(config);
28
+ const addresses = (0, sdk_1.serializeContractsMap)(chainToContracts);
29
+ console.info('===Contract Addresses===');
30
+ console.info(JSON.stringify(addresses));
31
+ });
21
32
  }
22
33
  main()
23
34
  .then(() => console.info('Deploy complete'))
@@ -1 +1 @@
1
- {"version":3,"file":"deploy.js","sourceRoot":"","sources":["../../../src/scripts/deploy.ts"],"names":[],"mappings":";;AAAA,mCAAgC;AAEhC,4CAM4B;AAE5B,6CAA+C;AAC/C,6CAAsD;AAEtD,KAAK,UAAU,IAAI;IACjB,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;IAC/B,MAAM,MAAM,GAAG,IAAI,eAAM,CAAC,wCAAwC,CAAC,CAAC;IAEpE,OAAO,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;IACpC,MAAM,aAAa,GAAG,IAAI,mBAAa,CAAC,oBAAW,CAAC,CAAC;IACrD,aAAa,CAAC,eAAe,CAAC,MAAM,CAAC,CAAC;IAEtC,MAAM,IAAI,GAAG,mBAAa,CAAC,eAAe,CAAC,SAAS,EAAE,aAAa,CAAC,CAAC;IACrE,MAAM,GAAG,GAAG,kBAAY,CAAC,eAAe,CAAC,SAAS,EAAE,aAAa,CAAC,CAAC;IACnE,MAAM,MAAM,GAAG,IAAA,2BAAqB,EAClC,MAAM,CAAC,OAAO,EACd,IAAI,CAAC,YAAY,EACjB,GAAG,CAAC,YAAY,CACjB,CAAC;IAEF,MAAM,QAAQ,GAAG,IAAI,2BAAkB,CAAC,aAAa,CAAC,CAAC;IACvD,MAAM,gBAAgB,GAAG,MAAM,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACvD,MAAM,SAAS,GAAG,IAAA,2BAAqB,EAAC,gBAAgB,CAAC,CAAC;IAC1D,OAAO,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC;IACzC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC;AAC1C,CAAC;AAED,IAAI,EAAE;KACH,IAAI,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;KAC3C,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
1
+ {"version":3,"file":"deploy.js","sourceRoot":"","sources":["../../../src/scripts/deploy.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,mCAAgC;AAEhC,4CAM4B;AAE5B,6CAA+C;AAC/C,6CAAsD;AAEtD,SAAe,IAAI;;QACjB,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QAC/B,MAAM,MAAM,GAAG,IAAI,eAAM,CAAC,wCAAwC,CAAC,CAAC;QAEpE,OAAO,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;QACpC,MAAM,aAAa,GAAG,IAAI,mBAAa,CAAC,oBAAW,CAAC,CAAC;QACrD,aAAa,CAAC,eAAe,CAAC,MAAM,CAAC,CAAC;QAEtC,MAAM,IAAI,GAAG,mBAAa,CAAC,eAAe,CAAC,SAAS,EAAE,aAAa,CAAC,CAAC;QACrE,MAAM,GAAG,GAAG,kBAAY,CAAC,eAAe,CAAC,SAAS,EAAE,aAAa,CAAC,CAAC;QACnE,MAAM,MAAM,GAAG,IAAA,2BAAqB,EAClC,MAAM,CAAC,OAAO,EACd,IAAI,CAAC,YAAY,EACjB,GAAG,CAAC,YAAY,CACjB,CAAC;QAEF,MAAM,QAAQ,GAAG,IAAI,2BAAkB,CAAC,aAAa,CAAC,CAAC;QACvD,MAAM,gBAAgB,GAAG,MAAM,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;QACvD,MAAM,SAAS,GAAG,IAAA,2BAAqB,EAAC,gBAAgB,CAAC,CAAC;QAC1D,OAAO,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC;QACzC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC;IAC1C,CAAC;CAAA;AAED,IAAI,EAAE;KACH,IAAI,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;KAC3C,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,4 +1,13 @@
1
1
  "use strict";
2
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
+ return new (P || (P = Promise))(function (resolve, reject) {
5
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
9
+ });
10
+ };
2
11
  Object.defineProperty(exports, "__esModule", { value: true });
3
12
  require("@nomiclabs/hardhat-waffle");
4
13
  const hardhat_1 = require("hardhat");
@@ -6,32 +15,32 @@ const sdk_1 = require("@hyperlane-xyz/sdk");
6
15
  const app_1 = require("../app/app");
7
16
  const check_1 = require("../deploy/check");
8
17
  const deploy_1 = require("../deploy/deploy");
9
- describe('deploy', async () => {
18
+ describe('deploy', () => __awaiter(void 0, void 0, void 0, function* () {
10
19
  let multiProvider;
11
20
  let core;
12
21
  let config;
13
22
  let deployer;
14
23
  let contracts;
15
24
  let app;
16
- before(async () => {
17
- const [signer] = await hardhat_1.ethers.getSigners();
25
+ before(() => __awaiter(void 0, void 0, void 0, function* () {
26
+ const [signer] = yield hardhat_1.ethers.getSigners();
18
27
  multiProvider = sdk_1.MultiProvider.createTestMultiProvider({ signer });
19
28
  const coreDeployer = new sdk_1.TestCoreDeployer(multiProvider);
20
- core = await coreDeployer.deployApp();
21
- config = await (0, sdk_1.deployTestIgpsAndGetRouterConfig)(multiProvider, signer.address, core.contractsMap);
29
+ core = yield coreDeployer.deployApp();
30
+ config = yield (0, sdk_1.deployTestIgpsAndGetRouterConfig)(multiProvider, signer.address, core.contractsMap);
22
31
  deployer = new deploy_1.HelloWorldDeployer(multiProvider);
23
- });
24
- it('deploys', async () => {
25
- contracts = await deployer.deploy(config);
26
- });
27
- it('builds app', async () => {
28
- contracts = await deployer.deploy(config);
32
+ }));
33
+ it('deploys', () => __awaiter(void 0, void 0, void 0, function* () {
34
+ contracts = yield deployer.deploy(config);
35
+ }));
36
+ it('builds app', () => __awaiter(void 0, void 0, void 0, function* () {
37
+ contracts = yield deployer.deploy(config);
29
38
  app = new app_1.HelloWorldApp(core, contracts, multiProvider);
30
- });
31
- it('checks', async () => {
39
+ }));
40
+ it('checks', () => __awaiter(void 0, void 0, void 0, function* () {
32
41
  const checker = new check_1.HelloWorldChecker(multiProvider, app, config);
33
- await checker.check();
42
+ yield checker.check();
34
43
  checker.expectEmpty();
35
- });
36
- });
44
+ }));
45
+ }));
37
46
  //# sourceMappingURL=deploy.test.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"deploy.test.js","sourceRoot":"","sources":["../../../src/test/deploy.test.ts"],"names":[],"mappings":";;AAAA,qCAAmC;AACnC,qCAAiC;AAEjC,4CAO4B;AAE5B,oCAA2C;AAE3C,2CAAoD;AAEpD,6CAAsD;AAEtD,QAAQ,CAAC,QAAQ,EAAE,KAAK,IAAI,EAAE;IAC5B,IAAI,aAA4B,CAAC;IACjC,IAAI,IAAiB,CAAC;IACtB,IAAI,MAAkC,CAAC;IACvC,IAAI,QAA4B,CAAC;IACjC,IAAI,SAAqD,CAAC;IAC1D,IAAI,GAAkB,CAAC;IAEvB,MAAM,CAAC,KAAK,IAAI,EAAE;QAChB,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,gBAAM,CAAC,UAAU,EAAE,CAAC;QAC3C,aAAa,GAAG,mBAAa,CAAC,uBAAuB,CAAC,EAAE,MAAM,EAAE,CAAC,CAAC;QAElE,MAAM,YAAY,GAAG,IAAI,sBAAgB,CAAC,aAAa,CAAC,CAAC;QACzD,IAAI,GAAG,MAAM,YAAY,CAAC,SAAS,EAAE,CAAC;QACtC,MAAM,GAAG,MAAM,IAAA,sCAAgC,EAC7C,aAAa,EACb,MAAM,CAAC,OAAO,EACd,IAAI,CAAC,YAAY,CAClB,CAAC;QACF,QAAQ,GAAG,IAAI,2BAAkB,CAAC,aAAa,CAAC,CAAC;IACnD,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,SAAS,EAAE,KAAK,IAAI,EAAE;QACvB,SAAS,GAAG,MAAM,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC5C,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,YAAY,EAAE,KAAK,IAAI,EAAE;QAC1B,SAAS,GAAG,MAAM,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;QAC1C,GAAG,GAAG,IAAI,mBAAa,CAAC,IAAI,EAAE,SAAS,EAAE,aAAa,CAAC,CAAC;IAC1D,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,QAAQ,EAAE,KAAK,IAAI,EAAE;QACtB,MAAM,OAAO,GAAG,IAAI,yBAAiB,CAAC,aAAa,EAAE,GAAG,EAAE,MAAM,CAAC,CAAC;QAClE,MAAM,OAAO,CAAC,KAAK,EAAE,CAAC;QACtB,OAAO,CAAC,WAAW,EAAE,CAAC;IACxB,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"deploy.test.js","sourceRoot":"","sources":["../../../src/test/deploy.test.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,qCAAmC;AACnC,qCAAiC;AAEjC,4CAO4B;AAE5B,oCAA2C;AAE3C,2CAAoD;AAEpD,6CAAsD;AAEtD,QAAQ,CAAC,QAAQ,EAAE,GAAS,EAAE;IAC5B,IAAI,aAA4B,CAAC;IACjC,IAAI,IAAiB,CAAC;IACtB,IAAI,MAAkC,CAAC;IACvC,IAAI,QAA4B,CAAC;IACjC,IAAI,SAAqD,CAAC;IAC1D,IAAI,GAAkB,CAAC;IAEvB,MAAM,CAAC,GAAS,EAAE;QAChB,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,gBAAM,CAAC,UAAU,EAAE,CAAC;QAC3C,aAAa,GAAG,mBAAa,CAAC,uBAAuB,CAAC,EAAE,MAAM,EAAE,CAAC,CAAC;QAElE,MAAM,YAAY,GAAG,IAAI,sBAAgB,CAAC,aAAa,CAAC,CAAC;QACzD,IAAI,GAAG,MAAM,YAAY,CAAC,SAAS,EAAE,CAAC;QACtC,MAAM,GAAG,MAAM,IAAA,sCAAgC,EAC7C,aAAa,EACb,MAAM,CAAC,OAAO,EACd,IAAI,CAAC,YAAY,CAClB,CAAC;QACF,QAAQ,GAAG,IAAI,2BAAkB,CAAC,aAAa,CAAC,CAAC;IACnD,CAAC,CAAA,CAAC,CAAC;IAEH,EAAE,CAAC,SAAS,EAAE,GAAS,EAAE;QACvB,SAAS,GAAG,MAAM,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC5C,CAAC,CAAA,CAAC,CAAC;IAEH,EAAE,CAAC,YAAY,EAAE,GAAS,EAAE;QAC1B,SAAS,GAAG,MAAM,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;QAC1C,GAAG,GAAG,IAAI,mBAAa,CAAC,IAAI,EAAE,SAAS,EAAE,aAAa,CAAC,CAAC;IAC1D,CAAC,CAAA,CAAC,CAAC;IAEH,EAAE,CAAC,QAAQ,EAAE,GAAS,EAAE;QACtB,MAAM,OAAO,GAAG,IAAI,yBAAiB,CAAC,aAAa,EAAE,GAAG,EAAE,MAAM,CAAC,CAAC;QAClE,MAAM,OAAO,CAAC,KAAK,EAAE,CAAC;QACtB,OAAO,CAAC,WAAW,EAAE,CAAC;IACxB,CAAC,CAAA,CAAC,CAAC;AACL,CAAC,CAAA,CAAC,CAAC"}
@@ -1,11 +1,20 @@
1
1
  "use strict";
2
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
+ return new (P || (P = Promise))(function (resolve, reject) {
5
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
9
+ });
10
+ };
2
11
  Object.defineProperty(exports, "__esModule", { value: true });
3
12
  const chai_1 = require("chai");
4
13
  const hardhat_1 = require("hardhat");
5
14
  const sdk_1 = require("@hyperlane-xyz/sdk");
6
15
  const deploy_1 = require("../deploy/deploy");
7
16
  const types_1 = require("../types");
8
- describe('HelloWorld', async () => {
17
+ describe('HelloWorld', () => __awaiter(void 0, void 0, void 0, function* () {
9
18
  const localChain = sdk_1.Chains.test1;
10
19
  const remoteChain = sdk_1.Chains.test2;
11
20
  let localDomain;
@@ -17,58 +26,60 @@ describe('HelloWorld', async () => {
17
26
  let multiProvider;
18
27
  let coreApp;
19
28
  let config;
20
- before(async () => {
21
- [signer] = await hardhat_1.ethers.getSigners();
29
+ before(() => __awaiter(void 0, void 0, void 0, function* () {
30
+ [signer] = yield hardhat_1.ethers.getSigners();
22
31
  multiProvider = sdk_1.MultiProvider.createTestMultiProvider({ signer });
23
32
  localDomain = multiProvider.getDomainId(localChain);
24
33
  remoteDomain = multiProvider.getDomainId(remoteChain);
25
34
  const coreDeployer = new sdk_1.TestCoreDeployer(multiProvider);
26
- const coreContractsMaps = await coreDeployer.deploy();
35
+ const coreContractsMaps = yield coreDeployer.deploy();
27
36
  coreApp = new sdk_1.TestCoreApp(coreContractsMaps, multiProvider);
28
- config = await (0, sdk_1.deployTestIgpsAndGetRouterConfig)(multiProvider, signer.address, coreContractsMaps);
29
- });
30
- beforeEach(async () => {
37
+ config = yield (0, sdk_1.deployTestIgpsAndGetRouterConfig)(multiProvider, signer.address, coreContractsMaps);
38
+ }));
39
+ beforeEach(() => __awaiter(void 0, void 0, void 0, function* () {
31
40
  const helloWorld = new deploy_1.HelloWorldDeployer(multiProvider);
32
- const contracts = await helloWorld.deploy(config);
41
+ const contracts = yield helloWorld.deploy(config);
33
42
  local = contracts[localChain].router;
34
43
  remote = contracts[remoteChain].router;
35
44
  localIgp = types_1.IInterchainGasPaymaster__factory.connect(config[localChain].interchainGasPaymaster, multiProvider.getProvider(localChain));
36
45
  // The all counts start empty
37
- (0, chai_1.expect)(await local.sent()).to.equal(0);
38
- (0, chai_1.expect)(await local.received()).to.equal(0);
39
- (0, chai_1.expect)(await remote.sent()).to.equal(0);
40
- (0, chai_1.expect)(await remote.received()).to.equal(0);
41
- });
42
- async function quoteGasPayment(fromRouter, destinationDomain, igp) {
43
- const handleGasAmount = await fromRouter.HANDLE_GAS_AMOUNT();
44
- return igp.quoteGasPayment(destinationDomain, handleGasAmount);
46
+ (0, chai_1.expect)(yield local.sent()).to.equal(0);
47
+ (0, chai_1.expect)(yield local.received()).to.equal(0);
48
+ (0, chai_1.expect)(yield remote.sent()).to.equal(0);
49
+ (0, chai_1.expect)(yield remote.received()).to.equal(0);
50
+ }));
51
+ function quoteGasPayment(fromRouter, destinationDomain, igp) {
52
+ return __awaiter(this, void 0, void 0, function* () {
53
+ const handleGasAmount = yield fromRouter.HANDLE_GAS_AMOUNT();
54
+ return igp.quoteGasPayment(destinationDomain, handleGasAmount);
55
+ });
45
56
  }
46
- it('sends a message', async () => {
47
- await (0, chai_1.expect)(local.sendHelloWorld(remoteDomain, 'Hello', {
48
- value: await quoteGasPayment(local, remoteDomain, localIgp),
57
+ it('sends a message', () => __awaiter(void 0, void 0, void 0, function* () {
58
+ yield (0, chai_1.expect)(local.sendHelloWorld(remoteDomain, 'Hello', {
59
+ value: yield quoteGasPayment(local, remoteDomain, localIgp),
49
60
  })).to.emit(local, 'SentHelloWorld');
50
61
  // The sent counts are correct
51
- (0, chai_1.expect)(await local.sent()).to.equal(1);
52
- (0, chai_1.expect)(await local.sentTo(remoteDomain)).to.equal(1);
62
+ (0, chai_1.expect)(yield local.sent()).to.equal(1);
63
+ (0, chai_1.expect)(yield local.sentTo(remoteDomain)).to.equal(1);
53
64
  // The received counts are correct
54
- (0, chai_1.expect)(await local.received()).to.equal(0);
55
- });
56
- it('reverts if there is insufficient payment', async () => {
57
- await (0, chai_1.expect)(local.sendHelloWorld(remoteDomain, 'Hello', {
65
+ (0, chai_1.expect)(yield local.received()).to.equal(0);
66
+ }));
67
+ it('reverts if there is insufficient payment', () => __awaiter(void 0, void 0, void 0, function* () {
68
+ yield (0, chai_1.expect)(local.sendHelloWorld(remoteDomain, 'Hello', {
58
69
  value: 0,
59
70
  })).to.be.revertedWith('insufficient interchain gas payment');
60
- });
61
- it('handles a message', async () => {
62
- await local.sendHelloWorld(remoteDomain, 'World', {
63
- value: await quoteGasPayment(local, remoteDomain, localIgp),
71
+ }));
72
+ it('handles a message', () => __awaiter(void 0, void 0, void 0, function* () {
73
+ yield local.sendHelloWorld(remoteDomain, 'World', {
74
+ value: yield quoteGasPayment(local, remoteDomain, localIgp),
64
75
  });
65
76
  // Mock processing of the message by Hyperlane
66
- await coreApp.processOutboundMessages(localChain);
77
+ yield coreApp.processOutboundMessages(localChain);
67
78
  // The initial message has been dispatched.
68
- (0, chai_1.expect)(await local.sent()).to.equal(1);
79
+ (0, chai_1.expect)(yield local.sent()).to.equal(1);
69
80
  // The initial message has been processed.
70
- (0, chai_1.expect)(await remote.received()).to.equal(1);
71
- (0, chai_1.expect)(await remote.receivedFrom(localDomain)).to.equal(1);
72
- });
73
- });
81
+ (0, chai_1.expect)(yield remote.received()).to.equal(1);
82
+ (0, chai_1.expect)(yield remote.receivedFrom(localDomain)).to.equal(1);
83
+ }));
84
+ }));
74
85
  //# sourceMappingURL=helloworld.test.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"helloworld.test.js","sourceRoot":"","sources":["../../../src/test/helloworld.test.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"helloworld.test.js","sourceRoot":"","sources":["../../../src/test/helloworld.test.ts"],"names":[],"mappings":"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"}
@@ -1,7 +1,7 @@
1
- import type { BaseContract, BigNumber, BytesLike, CallOverrides, ContractTransaction, Overrides, PopulatedTransaction, Signer, utils } from "ethers";
1
+ import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent } from "../../../common";
2
2
  import type { FunctionFragment, Result, EventFragment } from "@ethersproject/abi";
3
3
  import type { Listener, Provider } from "@ethersproject/providers";
4
- import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent } from "../../../common";
4
+ import type { BaseContract, BigNumber, BytesLike, CallOverrides, ContractTransaction, Overrides, PopulatedTransaction, Signer, utils } from "ethers";
5
5
  export interface HyperlaneConnectionClientInterface extends utils.Interface {
6
6
  functions: {
7
7
  "interchainGasPaymaster()": FunctionFragment;
@@ -49,36 +49,36 @@ export interface HyperlaneConnectionClientInterface extends utils.Interface {
49
49
  export interface InitializedEventObject {
50
50
  version: number;
51
51
  }
52
- export type InitializedEvent = TypedEvent<[number], InitializedEventObject>;
53
- export type InitializedEventFilter = TypedEventFilter<InitializedEvent>;
52
+ export declare type InitializedEvent = TypedEvent<[number], InitializedEventObject>;
53
+ export declare type InitializedEventFilter = TypedEventFilter<InitializedEvent>;
54
54
  export interface InterchainGasPaymasterSetEventObject {
55
55
  interchainGasPaymaster: string;
56
56
  }
57
- export type InterchainGasPaymasterSetEvent = TypedEvent<[
57
+ export declare type InterchainGasPaymasterSetEvent = TypedEvent<[
58
58
  string
59
59
  ], InterchainGasPaymasterSetEventObject>;
60
- export type InterchainGasPaymasterSetEventFilter = TypedEventFilter<InterchainGasPaymasterSetEvent>;
60
+ export declare type InterchainGasPaymasterSetEventFilter = TypedEventFilter<InterchainGasPaymasterSetEvent>;
61
61
  export interface InterchainSecurityModuleSetEventObject {
62
62
  module: string;
63
63
  }
64
- export type InterchainSecurityModuleSetEvent = TypedEvent<[
64
+ export declare type InterchainSecurityModuleSetEvent = TypedEvent<[
65
65
  string
66
66
  ], InterchainSecurityModuleSetEventObject>;
67
- export type InterchainSecurityModuleSetEventFilter = TypedEventFilter<InterchainSecurityModuleSetEvent>;
67
+ export declare type InterchainSecurityModuleSetEventFilter = TypedEventFilter<InterchainSecurityModuleSetEvent>;
68
68
  export interface MailboxSetEventObject {
69
69
  mailbox: string;
70
70
  }
71
- export type MailboxSetEvent = TypedEvent<[string], MailboxSetEventObject>;
72
- export type MailboxSetEventFilter = TypedEventFilter<MailboxSetEvent>;
71
+ export declare type MailboxSetEvent = TypedEvent<[string], MailboxSetEventObject>;
72
+ export declare type MailboxSetEventFilter = TypedEventFilter<MailboxSetEvent>;
73
73
  export interface OwnershipTransferredEventObject {
74
74
  previousOwner: string;
75
75
  newOwner: string;
76
76
  }
77
- export type OwnershipTransferredEvent = TypedEvent<[
77
+ export declare type OwnershipTransferredEvent = TypedEvent<[
78
78
  string,
79
79
  string
80
80
  ], OwnershipTransferredEventObject>;
81
- export type OwnershipTransferredEventFilter = TypedEventFilter<OwnershipTransferredEvent>;
81
+ export declare type OwnershipTransferredEventFilter = TypedEventFilter<OwnershipTransferredEvent>;
82
82
  export interface HyperlaneConnectionClient extends BaseContract {
83
83
  connect(signerOrProvider: Signer | Provider | string): this;
84
84
  attach(addressOrName: string): this;