@hyperlane-xyz/core 5.12.0 → 6.0.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.
Files changed (304) hide show
  1. package/contracts/PackageVersioned.sol +1 -1
  2. package/contracts/hooks/aggregation/StaticAggregationHook.sol +25 -0
  3. package/contracts/hooks/warp-route/RateLimitedHook.sol +54 -17
  4. package/contracts/token/HypERC20.sol +7 -2
  5. package/contracts/token/HypERC20Collateral.sol +7 -2
  6. package/contracts/token/HypNative.sol +6 -2
  7. package/contracts/token/extensions/FastHypERC20.sol +2 -1
  8. package/contracts/token/extensions/FastHypERC20Collateral.sol +2 -1
  9. package/contracts/token/extensions/HypERC4626.sol +2 -1
  10. package/contracts/token/extensions/HypERC4626Collateral.sol +2 -1
  11. package/contracts/token/extensions/HypERC4626OwnerCollateral.sol +2 -1
  12. package/contracts/token/extensions/HypFiatToken.sol +2 -1
  13. package/contracts/token/extensions/HypXERC20.sol +2 -1
  14. package/contracts/token/extensions/HypXERC20Lockbox.sol +8 -1
  15. package/contracts/token/libs/FastTokenRouter.sol +2 -1
  16. package/contracts/token/libs/FungibleTokenRouter.sol +32 -0
  17. package/contracts/token/libs/TokenRouter.sol +31 -3
  18. package/dist/buildArtifact.js +1 -1
  19. package/dist/buildArtifact.json +1 -1
  20. package/dist/contracts/hooks/warp-route/RateLimitedHook.d.ts +46 -31
  21. package/dist/contracts/hooks/warp-route/RateLimitedHook.d.ts.map +1 -1
  22. package/dist/contracts/token/HypERC20.d.ts +16 -1
  23. package/dist/contracts/token/HypERC20.d.ts.map +1 -1
  24. package/dist/contracts/token/HypERC20Collateral.d.ts +16 -1
  25. package/dist/contracts/token/HypERC20Collateral.d.ts.map +1 -1
  26. package/dist/contracts/token/HypNative.d.ts +16 -1
  27. package/dist/contracts/token/HypNative.d.ts.map +1 -1
  28. package/dist/contracts/token/extensions/FastHypERC20.d.ts +16 -1
  29. package/dist/contracts/token/extensions/FastHypERC20.d.ts.map +1 -1
  30. package/dist/contracts/token/extensions/FastHypERC20Collateral.d.ts +16 -1
  31. package/dist/contracts/token/extensions/FastHypERC20Collateral.d.ts.map +1 -1
  32. package/dist/contracts/token/extensions/HypERC4626.d.ts +16 -1
  33. package/dist/contracts/token/extensions/HypERC4626.d.ts.map +1 -1
  34. package/dist/contracts/token/extensions/HypERC4626Collateral.d.ts +16 -1
  35. package/dist/contracts/token/extensions/HypERC4626Collateral.d.ts.map +1 -1
  36. package/dist/contracts/token/extensions/HypERC4626OwnerCollateral.d.ts +16 -1
  37. package/dist/contracts/token/extensions/HypERC4626OwnerCollateral.d.ts.map +1 -1
  38. package/dist/contracts/token/extensions/HypFiatToken.d.ts +16 -1
  39. package/dist/contracts/token/extensions/HypFiatToken.d.ts.map +1 -1
  40. package/dist/contracts/token/extensions/HypXERC20.d.ts +16 -1
  41. package/dist/contracts/token/extensions/HypXERC20.d.ts.map +1 -1
  42. package/dist/contracts/token/extensions/HypXERC20Lockbox.d.ts +16 -1
  43. package/dist/contracts/token/extensions/HypXERC20Lockbox.d.ts.map +1 -1
  44. package/dist/contracts/token/extensions/index.d.ts +0 -1
  45. package/dist/contracts/token/extensions/index.d.ts.map +1 -1
  46. package/dist/contracts/token/libs/FastTokenRouter.d.ts +16 -1
  47. package/dist/contracts/token/libs/FastTokenRouter.d.ts.map +1 -1
  48. package/dist/contracts/token/{extensions/HypNativeScaled.d.ts → libs/FungibleTokenRouter.d.ts} +41 -70
  49. package/dist/contracts/token/libs/FungibleTokenRouter.d.ts.map +1 -0
  50. package/dist/contracts/token/libs/FungibleTokenRouter.js +2 -0
  51. package/dist/contracts/token/libs/FungibleTokenRouter.js.map +1 -0
  52. package/dist/contracts/token/libs/index.d.ts +1 -0
  53. package/dist/contracts/token/libs/index.d.ts.map +1 -1
  54. package/dist/factories/contracts/AttributeCheckpointFraud__factory.d.ts +1 -1
  55. package/dist/factories/contracts/AttributeCheckpointFraud__factory.js +1 -1
  56. package/dist/factories/contracts/CheckpointFraudProofs__factory.d.ts +1 -1
  57. package/dist/factories/contracts/CheckpointFraudProofs__factory.js +1 -1
  58. package/dist/factories/contracts/Mailbox__factory.d.ts +1 -1
  59. package/dist/factories/contracts/Mailbox__factory.js +1 -1
  60. package/dist/factories/contracts/avs/ECDSAStakeRegistry__factory.d.ts +1 -1
  61. package/dist/factories/contracts/avs/ECDSAStakeRegistry__factory.js +1 -1
  62. package/dist/factories/contracts/avs/HyperlaneServiceManager__factory.d.ts +1 -1
  63. package/dist/factories/contracts/avs/HyperlaneServiceManager__factory.js +1 -1
  64. package/dist/factories/contracts/hooks/ArbL2ToL1Hook__factory.d.ts +1 -1
  65. package/dist/factories/contracts/hooks/ArbL2ToL1Hook__factory.js +1 -1
  66. package/dist/factories/contracts/hooks/CCIPHook__factory.d.ts +1 -1
  67. package/dist/factories/contracts/hooks/CCIPHook__factory.js +1 -1
  68. package/dist/factories/contracts/hooks/DefaultHook__factory.d.ts +1 -1
  69. package/dist/factories/contracts/hooks/DefaultHook__factory.js +1 -1
  70. package/dist/factories/contracts/hooks/MerkleTreeHook__factory.d.ts +1 -1
  71. package/dist/factories/contracts/hooks/MerkleTreeHook__factory.js +1 -1
  72. package/dist/factories/contracts/hooks/OPL2ToL1Hook__factory.d.ts +1 -1
  73. package/dist/factories/contracts/hooks/OPL2ToL1Hook__factory.js +1 -1
  74. package/dist/factories/contracts/hooks/OPStackHook__factory.d.ts +1 -1
  75. package/dist/factories/contracts/hooks/OPStackHook__factory.js +1 -1
  76. package/dist/factories/contracts/hooks/PausableHook__factory.d.ts +1 -1
  77. package/dist/factories/contracts/hooks/PausableHook__factory.js +1 -1
  78. package/dist/factories/contracts/hooks/PolygonPosHook__factory.d.ts +1 -1
  79. package/dist/factories/contracts/hooks/PolygonPosHook__factory.js +1 -1
  80. package/dist/factories/contracts/hooks/ProtocolFee__factory.d.ts +1 -1
  81. package/dist/factories/contracts/hooks/ProtocolFee__factory.js +1 -1
  82. package/dist/factories/contracts/hooks/aggregation/ERC5164Hook__factory.d.ts +1 -1
  83. package/dist/factories/contracts/hooks/aggregation/ERC5164Hook__factory.js +1 -1
  84. package/dist/factories/contracts/hooks/aggregation/StaticAggregationHookFactory__factory.d.ts +1 -1
  85. package/dist/factories/contracts/hooks/aggregation/StaticAggregationHookFactory__factory.d.ts.map +1 -1
  86. package/dist/factories/contracts/hooks/aggregation/StaticAggregationHookFactory__factory.js +1 -1
  87. package/dist/factories/contracts/hooks/aggregation/StaticAggregationHookFactory__factory.js.map +1 -1
  88. package/dist/factories/contracts/hooks/aggregation/StaticAggregationHook__factory.d.ts +1 -1
  89. package/dist/factories/contracts/hooks/aggregation/StaticAggregationHook__factory.d.ts.map +1 -1
  90. package/dist/factories/contracts/hooks/aggregation/StaticAggregationHook__factory.js +1 -1
  91. package/dist/factories/contracts/hooks/aggregation/StaticAggregationHook__factory.js.map +1 -1
  92. package/dist/factories/contracts/hooks/igp/InterchainGasPaymaster__factory.d.ts +1 -1
  93. package/dist/factories/contracts/hooks/igp/InterchainGasPaymaster__factory.js +1 -1
  94. package/dist/factories/contracts/hooks/igp/StorageGasOracle__factory.d.ts +1 -1
  95. package/dist/factories/contracts/hooks/igp/StorageGasOracle__factory.js +1 -1
  96. package/dist/factories/contracts/hooks/layer-zero/LayerZeroV1Hook__factory.d.ts +1 -1
  97. package/dist/factories/contracts/hooks/layer-zero/LayerZeroV1Hook__factory.js +1 -1
  98. package/dist/factories/contracts/hooks/layer-zero/LayerZeroV2Hook__factory.d.ts +1 -1
  99. package/dist/factories/contracts/hooks/layer-zero/LayerZeroV2Hook__factory.js +1 -1
  100. package/dist/factories/contracts/hooks/routing/AmountRoutingHook__factory.d.ts +1 -1
  101. package/dist/factories/contracts/hooks/routing/AmountRoutingHook__factory.js +1 -1
  102. package/dist/factories/contracts/hooks/routing/DestinationRecipientRoutingHook__factory.d.ts +1 -1
  103. package/dist/factories/contracts/hooks/routing/DestinationRecipientRoutingHook__factory.js +1 -1
  104. package/dist/factories/contracts/hooks/routing/DomainRoutingHook__factory.d.ts +1 -1
  105. package/dist/factories/contracts/hooks/routing/DomainRoutingHook__factory.js +1 -1
  106. package/dist/factories/contracts/hooks/routing/FallbackDomainRoutingHook__factory.d.ts +1 -1
  107. package/dist/factories/contracts/hooks/routing/FallbackDomainRoutingHook__factory.js +1 -1
  108. package/dist/factories/contracts/hooks/warp-route/RateLimitedHook__factory.d.ts +23 -9
  109. package/dist/factories/contracts/hooks/warp-route/RateLimitedHook__factory.d.ts.map +1 -1
  110. package/dist/factories/contracts/hooks/warp-route/RateLimitedHook__factory.js +29 -11
  111. package/dist/factories/contracts/hooks/warp-route/RateLimitedHook__factory.js.map +1 -1
  112. package/dist/factories/contracts/isms/NoopIsm__factory.d.ts +1 -1
  113. package/dist/factories/contracts/isms/NoopIsm__factory.js +1 -1
  114. package/dist/factories/contracts/isms/PausableIsm__factory.d.ts +1 -1
  115. package/dist/factories/contracts/isms/PausableIsm__factory.js +1 -1
  116. package/dist/factories/contracts/isms/TrustedRelayerIsm__factory.d.ts +1 -1
  117. package/dist/factories/contracts/isms/TrustedRelayerIsm__factory.js +1 -1
  118. package/dist/factories/contracts/isms/aggregation/StaticAggregationIsmFactory__factory.d.ts +1 -1
  119. package/dist/factories/contracts/isms/aggregation/StaticAggregationIsmFactory__factory.js +1 -1
  120. package/dist/factories/contracts/isms/aggregation/StaticAggregationIsm__factory.d.ts +1 -1
  121. package/dist/factories/contracts/isms/aggregation/StaticAggregationIsm__factory.js +1 -1
  122. package/dist/factories/contracts/isms/aggregation/StorageAggregationIsm.sol/StorageAggregationIsmFactory__factory.d.ts +1 -1
  123. package/dist/factories/contracts/isms/aggregation/StorageAggregationIsm.sol/StorageAggregationIsmFactory__factory.js +1 -1
  124. package/dist/factories/contracts/isms/aggregation/StorageAggregationIsm.sol/StorageAggregationIsm__factory.d.ts +1 -1
  125. package/dist/factories/contracts/isms/aggregation/StorageAggregationIsm.sol/StorageAggregationIsm__factory.js +1 -1
  126. package/dist/factories/contracts/isms/hook/ArbL2ToL1Ism__factory.d.ts +1 -1
  127. package/dist/factories/contracts/isms/hook/ArbL2ToL1Ism__factory.js +1 -1
  128. package/dist/factories/contracts/isms/hook/CCIPIsm__factory.d.ts +1 -1
  129. package/dist/factories/contracts/isms/hook/CCIPIsm__factory.js +1 -1
  130. package/dist/factories/contracts/isms/hook/ERC5164Ism__factory.d.ts +1 -1
  131. package/dist/factories/contracts/isms/hook/ERC5164Ism__factory.js +1 -1
  132. package/dist/factories/contracts/isms/hook/OPL2ToL1Ism__factory.d.ts +1 -1
  133. package/dist/factories/contracts/isms/hook/OPL2ToL1Ism__factory.js +1 -1
  134. package/dist/factories/contracts/isms/hook/OPStackIsm__factory.d.ts +1 -1
  135. package/dist/factories/contracts/isms/hook/OPStackIsm__factory.js +1 -1
  136. package/dist/factories/contracts/isms/hook/PolygonPosIsm__factory.d.ts +1 -1
  137. package/dist/factories/contracts/isms/hook/PolygonPosIsm__factory.js +1 -1
  138. package/dist/factories/contracts/isms/hook/layer-zero/LayerZeroV2Ism__factory.d.ts +1 -1
  139. package/dist/factories/contracts/isms/hook/layer-zero/LayerZeroV2Ism__factory.js +1 -1
  140. package/dist/factories/contracts/isms/multisig/StaticMultisigIsm.sol/StaticMerkleRootMultisigIsmFactory__factory.d.ts +1 -1
  141. package/dist/factories/contracts/isms/multisig/StaticMultisigIsm.sol/StaticMerkleRootMultisigIsmFactory__factory.js +1 -1
  142. package/dist/factories/contracts/isms/multisig/StaticMultisigIsm.sol/StaticMerkleRootMultisigIsm__factory.d.ts +1 -1
  143. package/dist/factories/contracts/isms/multisig/StaticMultisigIsm.sol/StaticMerkleRootMultisigIsm__factory.js +1 -1
  144. package/dist/factories/contracts/isms/multisig/StaticMultisigIsm.sol/StaticMessageIdMultisigIsmFactory__factory.d.ts +1 -1
  145. package/dist/factories/contracts/isms/multisig/StaticMultisigIsm.sol/StaticMessageIdMultisigIsmFactory__factory.js +1 -1
  146. package/dist/factories/contracts/isms/multisig/StaticMultisigIsm.sol/StaticMessageIdMultisigIsm__factory.d.ts +1 -1
  147. package/dist/factories/contracts/isms/multisig/StaticMultisigIsm.sol/StaticMessageIdMultisigIsm__factory.js +1 -1
  148. package/dist/factories/contracts/isms/multisig/StorageMultisigIsm.sol/StorageMerkleRootMultisigIsmFactory__factory.d.ts +1 -1
  149. package/dist/factories/contracts/isms/multisig/StorageMultisigIsm.sol/StorageMerkleRootMultisigIsmFactory__factory.js +1 -1
  150. package/dist/factories/contracts/isms/multisig/StorageMultisigIsm.sol/StorageMerkleRootMultisigIsm__factory.d.ts +1 -1
  151. package/dist/factories/contracts/isms/multisig/StorageMultisigIsm.sol/StorageMerkleRootMultisigIsm__factory.js +1 -1
  152. package/dist/factories/contracts/isms/multisig/StorageMultisigIsm.sol/StorageMessageIdMultisigIsmFactory__factory.d.ts +1 -1
  153. package/dist/factories/contracts/isms/multisig/StorageMultisigIsm.sol/StorageMessageIdMultisigIsmFactory__factory.js +1 -1
  154. package/dist/factories/contracts/isms/multisig/StorageMultisigIsm.sol/StorageMessageIdMultisigIsm__factory.d.ts +1 -1
  155. package/dist/factories/contracts/isms/multisig/StorageMultisigIsm.sol/StorageMessageIdMultisigIsm__factory.js +1 -1
  156. package/dist/factories/contracts/isms/multisig/ValidatorAnnounce__factory.d.ts +1 -1
  157. package/dist/factories/contracts/isms/multisig/ValidatorAnnounce__factory.js +1 -1
  158. package/dist/factories/contracts/isms/multisig/WeightedMultisigIsm.sol/StaticMerkleRootWeightedMultisigIsmFactory__factory.d.ts +1 -1
  159. package/dist/factories/contracts/isms/multisig/WeightedMultisigIsm.sol/StaticMerkleRootWeightedMultisigIsmFactory__factory.js +1 -1
  160. package/dist/factories/contracts/isms/multisig/WeightedMultisigIsm.sol/StaticMerkleRootWeightedMultisigIsm__factory.d.ts +1 -1
  161. package/dist/factories/contracts/isms/multisig/WeightedMultisigIsm.sol/StaticMerkleRootWeightedMultisigIsm__factory.js +1 -1
  162. package/dist/factories/contracts/isms/multisig/WeightedMultisigIsm.sol/StaticMessageIdWeightedMultisigIsmFactory__factory.d.ts +1 -1
  163. package/dist/factories/contracts/isms/multisig/WeightedMultisigIsm.sol/StaticMessageIdWeightedMultisigIsmFactory__factory.js +1 -1
  164. package/dist/factories/contracts/isms/multisig/WeightedMultisigIsm.sol/StaticMessageIdWeightedMultisigIsm__factory.d.ts +1 -1
  165. package/dist/factories/contracts/isms/multisig/WeightedMultisigIsm.sol/StaticMessageIdWeightedMultisigIsm__factory.js +1 -1
  166. package/dist/factories/contracts/isms/routing/DefaultFallbackRoutingIsm__factory.d.ts +1 -1
  167. package/dist/factories/contracts/isms/routing/DefaultFallbackRoutingIsm__factory.js +1 -1
  168. package/dist/factories/contracts/isms/routing/DomainRoutingIsmFactory.sol/DomainRoutingIsmFactory__factory.d.ts +1 -1
  169. package/dist/factories/contracts/isms/routing/DomainRoutingIsmFactory.sol/DomainRoutingIsmFactory__factory.js +1 -1
  170. package/dist/factories/contracts/isms/routing/DomainRoutingIsm__factory.d.ts +1 -1
  171. package/dist/factories/contracts/isms/routing/DomainRoutingIsm__factory.js +1 -1
  172. package/dist/factories/contracts/isms/routing/InterchainAccountIsm__factory.d.ts +1 -1
  173. package/dist/factories/contracts/isms/routing/InterchainAccountIsm__factory.js +1 -1
  174. package/dist/factories/contracts/isms/warp-route/AmountRoutingIsm__factory.d.ts +1 -1
  175. package/dist/factories/contracts/isms/warp-route/AmountRoutingIsm__factory.js +1 -1
  176. package/dist/factories/contracts/isms/warp-route/RateLimitedIsm__factory.d.ts +1 -1
  177. package/dist/factories/contracts/isms/warp-route/RateLimitedIsm__factory.js +1 -1
  178. package/dist/factories/contracts/middleware/InterchainAccountRouter__factory.d.ts +1 -1
  179. package/dist/factories/contracts/middleware/InterchainAccountRouter__factory.js +1 -1
  180. package/dist/factories/contracts/middleware/InterchainQueryRouter__factory.d.ts +1 -1
  181. package/dist/factories/contracts/middleware/InterchainQueryRouter__factory.js +1 -1
  182. package/dist/factories/contracts/middleware/liquidity-layer/LiquidityLayerRouter__factory.d.ts +1 -1
  183. package/dist/factories/contracts/middleware/liquidity-layer/LiquidityLayerRouter__factory.js +1 -1
  184. package/dist/factories/contracts/middleware/liquidity-layer/adapters/CircleBridgeAdapter__factory.d.ts +1 -1
  185. package/dist/factories/contracts/middleware/liquidity-layer/adapters/CircleBridgeAdapter__factory.js +1 -1
  186. package/dist/factories/contracts/middleware/liquidity-layer/adapters/PortalAdapter__factory.d.ts +1 -1
  187. package/dist/factories/contracts/middleware/liquidity-layer/adapters/PortalAdapter__factory.js +1 -1
  188. package/dist/factories/contracts/mock/MockHyperlaneEnvironment__factory.d.ts +1 -1
  189. package/dist/factories/contracts/mock/MockHyperlaneEnvironment__factory.js +1 -1
  190. package/dist/factories/contracts/mock/MockMailbox__factory.d.ts +1 -1
  191. package/dist/factories/contracts/mock/MockMailbox__factory.js +1 -1
  192. package/dist/factories/contracts/test/TestGasRouter__factory.d.ts +1 -1
  193. package/dist/factories/contracts/test/TestGasRouter__factory.js +1 -1
  194. package/dist/factories/contracts/test/TestInterchainGasPaymaster__factory.d.ts +1 -1
  195. package/dist/factories/contracts/test/TestInterchainGasPaymaster__factory.js +1 -1
  196. package/dist/factories/contracts/test/TestMailbox__factory.d.ts +1 -1
  197. package/dist/factories/contracts/test/TestMailbox__factory.js +1 -1
  198. package/dist/factories/contracts/test/TestMerkleTreeHook__factory.d.ts +1 -1
  199. package/dist/factories/contracts/test/TestMerkleTreeHook__factory.js +1 -1
  200. package/dist/factories/contracts/test/TestPostDispatchHook__factory.d.ts +1 -1
  201. package/dist/factories/contracts/test/TestPostDispatchHook__factory.js +1 -1
  202. package/dist/factories/contracts/test/TestQuerySender__factory.d.ts +1 -1
  203. package/dist/factories/contracts/test/TestQuerySender__factory.js +1 -1
  204. package/dist/factories/contracts/test/TestQuery__factory.d.ts +1 -1
  205. package/dist/factories/contracts/test/TestQuery__factory.js +1 -1
  206. package/dist/factories/contracts/test/TestRemoteChallenger__factory.d.ts +1 -1
  207. package/dist/factories/contracts/test/TestRemoteChallenger__factory.js +1 -1
  208. package/dist/factories/contracts/test/TestRouter__factory.d.ts +1 -1
  209. package/dist/factories/contracts/test/TestRouter__factory.js +1 -1
  210. package/dist/factories/contracts/test/TestSendReceiver__factory.d.ts +1 -1
  211. package/dist/factories/contracts/test/TestSendReceiver__factory.js +1 -1
  212. package/dist/factories/contracts/test/avs/TestHyperlaneServiceManager__factory.d.ts +1 -1
  213. package/dist/factories/contracts/test/avs/TestHyperlaneServiceManager__factory.js +1 -1
  214. package/dist/factories/contracts/token/HypERC20Collateral__factory.d.ts +18 -4
  215. package/dist/factories/contracts/token/HypERC20Collateral__factory.d.ts.map +1 -1
  216. package/dist/factories/contracts/token/HypERC20Collateral__factory.js +24 -6
  217. package/dist/factories/contracts/token/HypERC20Collateral__factory.js.map +1 -1
  218. package/dist/factories/contracts/token/HypERC20__factory.d.ts +17 -3
  219. package/dist/factories/contracts/token/HypERC20__factory.d.ts.map +1 -1
  220. package/dist/factories/contracts/token/HypERC20__factory.js +23 -5
  221. package/dist/factories/contracts/token/HypERC20__factory.js.map +1 -1
  222. package/dist/factories/contracts/token/HypERC721Collateral__factory.d.ts +1 -1
  223. package/dist/factories/contracts/token/HypERC721Collateral__factory.d.ts.map +1 -1
  224. package/dist/factories/contracts/token/HypERC721Collateral__factory.js +1 -1
  225. package/dist/factories/contracts/token/HypERC721Collateral__factory.js.map +1 -1
  226. package/dist/factories/contracts/token/HypERC721__factory.d.ts +1 -1
  227. package/dist/factories/contracts/token/HypERC721__factory.d.ts.map +1 -1
  228. package/dist/factories/contracts/token/HypERC721__factory.js +1 -1
  229. package/dist/factories/contracts/token/HypERC721__factory.js.map +1 -1
  230. package/dist/factories/contracts/token/HypNative__factory.d.ts +18 -4
  231. package/dist/factories/contracts/token/HypNative__factory.d.ts.map +1 -1
  232. package/dist/factories/contracts/token/HypNative__factory.js +24 -6
  233. package/dist/factories/contracts/token/HypNative__factory.js.map +1 -1
  234. package/dist/factories/contracts/token/extensions/FastHypERC20Collateral__factory.d.ts +18 -4
  235. package/dist/factories/contracts/token/extensions/FastHypERC20Collateral__factory.d.ts.map +1 -1
  236. package/dist/factories/contracts/token/extensions/FastHypERC20Collateral__factory.js +24 -6
  237. package/dist/factories/contracts/token/extensions/FastHypERC20Collateral__factory.js.map +1 -1
  238. package/dist/factories/contracts/token/extensions/FastHypERC20__factory.d.ts +17 -3
  239. package/dist/factories/contracts/token/extensions/FastHypERC20__factory.d.ts.map +1 -1
  240. package/dist/factories/contracts/token/extensions/FastHypERC20__factory.js +23 -5
  241. package/dist/factories/contracts/token/extensions/FastHypERC20__factory.js.map +1 -1
  242. package/dist/factories/contracts/token/extensions/HypERC4626Collateral__factory.d.ts +18 -4
  243. package/dist/factories/contracts/token/extensions/HypERC4626Collateral__factory.d.ts.map +1 -1
  244. package/dist/factories/contracts/token/extensions/HypERC4626Collateral__factory.js +24 -6
  245. package/dist/factories/contracts/token/extensions/HypERC4626Collateral__factory.js.map +1 -1
  246. package/dist/factories/contracts/token/extensions/HypERC4626OwnerCollateral__factory.d.ts +18 -4
  247. package/dist/factories/contracts/token/extensions/HypERC4626OwnerCollateral__factory.d.ts.map +1 -1
  248. package/dist/factories/contracts/token/extensions/HypERC4626OwnerCollateral__factory.js +24 -6
  249. package/dist/factories/contracts/token/extensions/HypERC4626OwnerCollateral__factory.js.map +1 -1
  250. package/dist/factories/contracts/token/extensions/HypERC4626__factory.d.ts +17 -3
  251. package/dist/factories/contracts/token/extensions/HypERC4626__factory.d.ts.map +1 -1
  252. package/dist/factories/contracts/token/extensions/HypERC4626__factory.js +23 -5
  253. package/dist/factories/contracts/token/extensions/HypERC4626__factory.js.map +1 -1
  254. package/dist/factories/contracts/token/extensions/HypERC721URICollateral__factory.d.ts +1 -1
  255. package/dist/factories/contracts/token/extensions/HypERC721URICollateral__factory.d.ts.map +1 -1
  256. package/dist/factories/contracts/token/extensions/HypERC721URICollateral__factory.js +1 -1
  257. package/dist/factories/contracts/token/extensions/HypERC721URICollateral__factory.js.map +1 -1
  258. package/dist/factories/contracts/token/extensions/HypERC721URIStorage__factory.d.ts +1 -1
  259. package/dist/factories/contracts/token/extensions/HypERC721URIStorage__factory.d.ts.map +1 -1
  260. package/dist/factories/contracts/token/extensions/HypERC721URIStorage__factory.js +1 -1
  261. package/dist/factories/contracts/token/extensions/HypERC721URIStorage__factory.js.map +1 -1
  262. package/dist/factories/contracts/token/extensions/HypFiatToken__factory.d.ts +18 -4
  263. package/dist/factories/contracts/token/extensions/HypFiatToken__factory.d.ts.map +1 -1
  264. package/dist/factories/contracts/token/extensions/HypFiatToken__factory.js +24 -6
  265. package/dist/factories/contracts/token/extensions/HypFiatToken__factory.js.map +1 -1
  266. package/dist/factories/contracts/token/extensions/HypXERC20Lockbox__factory.d.ts +18 -4
  267. package/dist/factories/contracts/token/extensions/HypXERC20Lockbox__factory.d.ts.map +1 -1
  268. package/dist/factories/contracts/token/extensions/HypXERC20Lockbox__factory.js +24 -6
  269. package/dist/factories/contracts/token/extensions/HypXERC20Lockbox__factory.js.map +1 -1
  270. package/dist/factories/contracts/token/extensions/HypXERC20__factory.d.ts +18 -4
  271. package/dist/factories/contracts/token/extensions/HypXERC20__factory.d.ts.map +1 -1
  272. package/dist/factories/contracts/token/extensions/HypXERC20__factory.js +24 -6
  273. package/dist/factories/contracts/token/extensions/HypXERC20__factory.js.map +1 -1
  274. package/dist/factories/contracts/token/extensions/WHypERC4626__factory.d.ts +1 -1
  275. package/dist/factories/contracts/token/extensions/WHypERC4626__factory.js +1 -1
  276. package/dist/factories/contracts/token/extensions/index.d.ts +0 -1
  277. package/dist/factories/contracts/token/extensions/index.d.ts.map +1 -1
  278. package/dist/factories/contracts/token/extensions/index.js +0 -1
  279. package/dist/factories/contracts/token/extensions/index.js.map +1 -1
  280. package/dist/factories/contracts/token/libs/FastTokenRouter__factory.d.ts +10 -0
  281. package/dist/factories/contracts/token/libs/FastTokenRouter__factory.d.ts.map +1 -1
  282. package/dist/factories/contracts/token/libs/FastTokenRouter__factory.js +13 -0
  283. package/dist/factories/contracts/token/libs/FastTokenRouter__factory.js.map +1 -1
  284. package/dist/factories/contracts/token/libs/FungibleTokenRouter__factory.d.ts +432 -0
  285. package/dist/factories/contracts/token/libs/FungibleTokenRouter__factory.d.ts.map +1 -0
  286. package/dist/factories/contracts/token/libs/FungibleTokenRouter__factory.js +565 -0
  287. package/dist/factories/contracts/token/libs/FungibleTokenRouter__factory.js.map +1 -0
  288. package/dist/factories/contracts/token/libs/index.d.ts +1 -0
  289. package/dist/factories/contracts/token/libs/index.d.ts.map +1 -1
  290. package/dist/factories/contracts/token/libs/index.js +1 -0
  291. package/dist/factories/contracts/token/libs/index.js.map +1 -1
  292. package/dist/index.d.ts +2 -2
  293. package/dist/index.d.ts.map +1 -1
  294. package/dist/index.js +1 -1
  295. package/dist/index.js.map +1 -1
  296. package/package.json +2 -2
  297. package/contracts/token/extensions/HypNativeScaled.sol +0 -78
  298. package/dist/contracts/token/extensions/HypNativeScaled.d.ts.map +0 -1
  299. package/dist/contracts/token/extensions/HypNativeScaled.js +0 -2
  300. package/dist/contracts/token/extensions/HypNativeScaled.js.map +0 -1
  301. package/dist/factories/contracts/token/extensions/HypNativeScaled__factory.d.ts +0 -492
  302. package/dist/factories/contracts/token/extensions/HypNativeScaled__factory.d.ts.map +0 -1
  303. package/dist/factories/contracts/token/extensions/HypNativeScaled__factory.js +0 -650
  304. package/dist/factories/contracts/token/extensions/HypNativeScaled__factory.js.map +0 -1
@@ -0,0 +1,565 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ import { Contract, utils } from "ethers";
5
+ const _abi = [
6
+ {
7
+ anonymous: false,
8
+ inputs: [
9
+ {
10
+ indexed: false,
11
+ internalType: "uint32",
12
+ name: "domain",
13
+ type: "uint32",
14
+ },
15
+ {
16
+ indexed: false,
17
+ internalType: "uint256",
18
+ name: "gas",
19
+ type: "uint256",
20
+ },
21
+ ],
22
+ name: "GasSet",
23
+ type: "event",
24
+ },
25
+ {
26
+ anonymous: false,
27
+ inputs: [
28
+ {
29
+ indexed: false,
30
+ internalType: "address",
31
+ name: "_hook",
32
+ type: "address",
33
+ },
34
+ ],
35
+ name: "HookSet",
36
+ type: "event",
37
+ },
38
+ {
39
+ anonymous: false,
40
+ inputs: [
41
+ {
42
+ indexed: false,
43
+ internalType: "uint8",
44
+ name: "version",
45
+ type: "uint8",
46
+ },
47
+ ],
48
+ name: "Initialized",
49
+ type: "event",
50
+ },
51
+ {
52
+ anonymous: false,
53
+ inputs: [
54
+ {
55
+ indexed: false,
56
+ internalType: "address",
57
+ name: "_ism",
58
+ type: "address",
59
+ },
60
+ ],
61
+ name: "IsmSet",
62
+ type: "event",
63
+ },
64
+ {
65
+ anonymous: false,
66
+ inputs: [
67
+ {
68
+ indexed: true,
69
+ internalType: "address",
70
+ name: "previousOwner",
71
+ type: "address",
72
+ },
73
+ {
74
+ indexed: true,
75
+ internalType: "address",
76
+ name: "newOwner",
77
+ type: "address",
78
+ },
79
+ ],
80
+ name: "OwnershipTransferred",
81
+ type: "event",
82
+ },
83
+ {
84
+ anonymous: false,
85
+ inputs: [
86
+ {
87
+ indexed: true,
88
+ internalType: "uint32",
89
+ name: "origin",
90
+ type: "uint32",
91
+ },
92
+ {
93
+ indexed: true,
94
+ internalType: "bytes32",
95
+ name: "recipient",
96
+ type: "bytes32",
97
+ },
98
+ {
99
+ indexed: false,
100
+ internalType: "uint256",
101
+ name: "amount",
102
+ type: "uint256",
103
+ },
104
+ ],
105
+ name: "ReceivedTransferRemote",
106
+ type: "event",
107
+ },
108
+ {
109
+ anonymous: false,
110
+ inputs: [
111
+ {
112
+ indexed: true,
113
+ internalType: "uint32",
114
+ name: "destination",
115
+ type: "uint32",
116
+ },
117
+ {
118
+ indexed: true,
119
+ internalType: "bytes32",
120
+ name: "recipient",
121
+ type: "bytes32",
122
+ },
123
+ {
124
+ indexed: false,
125
+ internalType: "uint256",
126
+ name: "amount",
127
+ type: "uint256",
128
+ },
129
+ ],
130
+ name: "SentTransferRemote",
131
+ type: "event",
132
+ },
133
+ {
134
+ inputs: [],
135
+ name: "PACKAGE_VERSION",
136
+ outputs: [
137
+ {
138
+ internalType: "string",
139
+ name: "",
140
+ type: "string",
141
+ },
142
+ ],
143
+ stateMutability: "view",
144
+ type: "function",
145
+ },
146
+ {
147
+ inputs: [
148
+ {
149
+ internalType: "address",
150
+ name: "account",
151
+ type: "address",
152
+ },
153
+ ],
154
+ name: "balanceOf",
155
+ outputs: [
156
+ {
157
+ internalType: "uint256",
158
+ name: "",
159
+ type: "uint256",
160
+ },
161
+ ],
162
+ stateMutability: "nonpayable",
163
+ type: "function",
164
+ },
165
+ {
166
+ inputs: [
167
+ {
168
+ internalType: "uint32",
169
+ name: "",
170
+ type: "uint32",
171
+ },
172
+ ],
173
+ name: "destinationGas",
174
+ outputs: [
175
+ {
176
+ internalType: "uint256",
177
+ name: "",
178
+ type: "uint256",
179
+ },
180
+ ],
181
+ stateMutability: "view",
182
+ type: "function",
183
+ },
184
+ {
185
+ inputs: [],
186
+ name: "domains",
187
+ outputs: [
188
+ {
189
+ internalType: "uint32[]",
190
+ name: "",
191
+ type: "uint32[]",
192
+ },
193
+ ],
194
+ stateMutability: "view",
195
+ type: "function",
196
+ },
197
+ {
198
+ inputs: [
199
+ {
200
+ internalType: "uint32",
201
+ name: "_domain",
202
+ type: "uint32",
203
+ },
204
+ {
205
+ internalType: "bytes32",
206
+ name: "_router",
207
+ type: "bytes32",
208
+ },
209
+ ],
210
+ name: "enrollRemoteRouter",
211
+ outputs: [],
212
+ stateMutability: "nonpayable",
213
+ type: "function",
214
+ },
215
+ {
216
+ inputs: [
217
+ {
218
+ internalType: "uint32[]",
219
+ name: "_domains",
220
+ type: "uint32[]",
221
+ },
222
+ {
223
+ internalType: "bytes32[]",
224
+ name: "_addresses",
225
+ type: "bytes32[]",
226
+ },
227
+ ],
228
+ name: "enrollRemoteRouters",
229
+ outputs: [],
230
+ stateMutability: "nonpayable",
231
+ type: "function",
232
+ },
233
+ {
234
+ inputs: [
235
+ {
236
+ internalType: "uint32",
237
+ name: "_origin",
238
+ type: "uint32",
239
+ },
240
+ {
241
+ internalType: "bytes32",
242
+ name: "_sender",
243
+ type: "bytes32",
244
+ },
245
+ {
246
+ internalType: "bytes",
247
+ name: "_message",
248
+ type: "bytes",
249
+ },
250
+ ],
251
+ name: "handle",
252
+ outputs: [],
253
+ stateMutability: "payable",
254
+ type: "function",
255
+ },
256
+ {
257
+ inputs: [],
258
+ name: "hook",
259
+ outputs: [
260
+ {
261
+ internalType: "contract IPostDispatchHook",
262
+ name: "",
263
+ type: "address",
264
+ },
265
+ ],
266
+ stateMutability: "view",
267
+ type: "function",
268
+ },
269
+ {
270
+ inputs: [],
271
+ name: "interchainSecurityModule",
272
+ outputs: [
273
+ {
274
+ internalType: "contract IInterchainSecurityModule",
275
+ name: "",
276
+ type: "address",
277
+ },
278
+ ],
279
+ stateMutability: "view",
280
+ type: "function",
281
+ },
282
+ {
283
+ inputs: [],
284
+ name: "localDomain",
285
+ outputs: [
286
+ {
287
+ internalType: "uint32",
288
+ name: "",
289
+ type: "uint32",
290
+ },
291
+ ],
292
+ stateMutability: "view",
293
+ type: "function",
294
+ },
295
+ {
296
+ inputs: [],
297
+ name: "mailbox",
298
+ outputs: [
299
+ {
300
+ internalType: "contract IMailbox",
301
+ name: "",
302
+ type: "address",
303
+ },
304
+ ],
305
+ stateMutability: "view",
306
+ type: "function",
307
+ },
308
+ {
309
+ inputs: [],
310
+ name: "owner",
311
+ outputs: [
312
+ {
313
+ internalType: "address",
314
+ name: "",
315
+ type: "address",
316
+ },
317
+ ],
318
+ stateMutability: "view",
319
+ type: "function",
320
+ },
321
+ {
322
+ inputs: [
323
+ {
324
+ internalType: "uint32",
325
+ name: "_destinationDomain",
326
+ type: "uint32",
327
+ },
328
+ ],
329
+ name: "quoteGasPayment",
330
+ outputs: [
331
+ {
332
+ internalType: "uint256",
333
+ name: "",
334
+ type: "uint256",
335
+ },
336
+ ],
337
+ stateMutability: "view",
338
+ type: "function",
339
+ },
340
+ {
341
+ inputs: [],
342
+ name: "renounceOwnership",
343
+ outputs: [],
344
+ stateMutability: "nonpayable",
345
+ type: "function",
346
+ },
347
+ {
348
+ inputs: [
349
+ {
350
+ internalType: "uint32",
351
+ name: "_domain",
352
+ type: "uint32",
353
+ },
354
+ ],
355
+ name: "routers",
356
+ outputs: [
357
+ {
358
+ internalType: "bytes32",
359
+ name: "",
360
+ type: "bytes32",
361
+ },
362
+ ],
363
+ stateMutability: "view",
364
+ type: "function",
365
+ },
366
+ {
367
+ inputs: [],
368
+ name: "scale",
369
+ outputs: [
370
+ {
371
+ internalType: "uint256",
372
+ name: "",
373
+ type: "uint256",
374
+ },
375
+ ],
376
+ stateMutability: "view",
377
+ type: "function",
378
+ },
379
+ {
380
+ inputs: [
381
+ {
382
+ internalType: "uint32",
383
+ name: "domain",
384
+ type: "uint32",
385
+ },
386
+ {
387
+ internalType: "uint256",
388
+ name: "gas",
389
+ type: "uint256",
390
+ },
391
+ ],
392
+ name: "setDestinationGas",
393
+ outputs: [],
394
+ stateMutability: "nonpayable",
395
+ type: "function",
396
+ },
397
+ {
398
+ inputs: [
399
+ {
400
+ components: [
401
+ {
402
+ internalType: "uint32",
403
+ name: "domain",
404
+ type: "uint32",
405
+ },
406
+ {
407
+ internalType: "uint256",
408
+ name: "gas",
409
+ type: "uint256",
410
+ },
411
+ ],
412
+ internalType: "struct GasRouter.GasRouterConfig[]",
413
+ name: "gasConfigs",
414
+ type: "tuple[]",
415
+ },
416
+ ],
417
+ name: "setDestinationGas",
418
+ outputs: [],
419
+ stateMutability: "nonpayable",
420
+ type: "function",
421
+ },
422
+ {
423
+ inputs: [
424
+ {
425
+ internalType: "address",
426
+ name: "_hook",
427
+ type: "address",
428
+ },
429
+ ],
430
+ name: "setHook",
431
+ outputs: [],
432
+ stateMutability: "nonpayable",
433
+ type: "function",
434
+ },
435
+ {
436
+ inputs: [
437
+ {
438
+ internalType: "address",
439
+ name: "_module",
440
+ type: "address",
441
+ },
442
+ ],
443
+ name: "setInterchainSecurityModule",
444
+ outputs: [],
445
+ stateMutability: "nonpayable",
446
+ type: "function",
447
+ },
448
+ {
449
+ inputs: [
450
+ {
451
+ internalType: "address",
452
+ name: "newOwner",
453
+ type: "address",
454
+ },
455
+ ],
456
+ name: "transferOwnership",
457
+ outputs: [],
458
+ stateMutability: "nonpayable",
459
+ type: "function",
460
+ },
461
+ {
462
+ inputs: [
463
+ {
464
+ internalType: "uint32",
465
+ name: "_destination",
466
+ type: "uint32",
467
+ },
468
+ {
469
+ internalType: "bytes32",
470
+ name: "_recipient",
471
+ type: "bytes32",
472
+ },
473
+ {
474
+ internalType: "uint256",
475
+ name: "_amountOrId",
476
+ type: "uint256",
477
+ },
478
+ {
479
+ internalType: "bytes",
480
+ name: "_hookMetadata",
481
+ type: "bytes",
482
+ },
483
+ {
484
+ internalType: "address",
485
+ name: "_hook",
486
+ type: "address",
487
+ },
488
+ ],
489
+ name: "transferRemote",
490
+ outputs: [
491
+ {
492
+ internalType: "bytes32",
493
+ name: "messageId",
494
+ type: "bytes32",
495
+ },
496
+ ],
497
+ stateMutability: "payable",
498
+ type: "function",
499
+ },
500
+ {
501
+ inputs: [
502
+ {
503
+ internalType: "uint32",
504
+ name: "_destination",
505
+ type: "uint32",
506
+ },
507
+ {
508
+ internalType: "bytes32",
509
+ name: "_recipient",
510
+ type: "bytes32",
511
+ },
512
+ {
513
+ internalType: "uint256",
514
+ name: "_amountOrId",
515
+ type: "uint256",
516
+ },
517
+ ],
518
+ name: "transferRemote",
519
+ outputs: [
520
+ {
521
+ internalType: "bytes32",
522
+ name: "messageId",
523
+ type: "bytes32",
524
+ },
525
+ ],
526
+ stateMutability: "payable",
527
+ type: "function",
528
+ },
529
+ {
530
+ inputs: [
531
+ {
532
+ internalType: "uint32",
533
+ name: "_domain",
534
+ type: "uint32",
535
+ },
536
+ ],
537
+ name: "unenrollRemoteRouter",
538
+ outputs: [],
539
+ stateMutability: "nonpayable",
540
+ type: "function",
541
+ },
542
+ {
543
+ inputs: [
544
+ {
545
+ internalType: "uint32[]",
546
+ name: "_domains",
547
+ type: "uint32[]",
548
+ },
549
+ ],
550
+ name: "unenrollRemoteRouters",
551
+ outputs: [],
552
+ stateMutability: "nonpayable",
553
+ type: "function",
554
+ },
555
+ ];
556
+ export class FungibleTokenRouter__factory {
557
+ static abi = _abi;
558
+ static createInterface() {
559
+ return new utils.Interface(_abi);
560
+ }
561
+ static connect(address, signerOrProvider) {
562
+ return new Contract(address, _abi, signerOrProvider);
563
+ }
564
+ }
565
+ //# sourceMappingURL=FungibleTokenRouter__factory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FungibleTokenRouter__factory.js","sourceRoot":"","sources":["../../../../../types/factories/contracts/token/libs/FungibleTokenRouter__factory.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,5 @@
1
1
  export { AmountPartition__factory } from "./AmountPartition__factory.js";
2
2
  export { FastTokenRouter__factory } from "./FastTokenRouter__factory.js";
3
+ export { FungibleTokenRouter__factory } from "./FungibleTokenRouter__factory.js";
3
4
  export { TokenRouter__factory } from "./TokenRouter__factory.js";
4
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../types/factories/contracts/token/libs/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../types/factories/contracts/token/libs/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AACjF,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC"}
@@ -3,5 +3,6 @@
3
3
  /* eslint-disable */
4
4
  export { AmountPartition__factory } from "./AmountPartition__factory.js";
5
5
  export { FastTokenRouter__factory } from "./FastTokenRouter__factory.js";
6
+ export { FungibleTokenRouter__factory } from "./FungibleTokenRouter__factory.js";
6
7
  export { TokenRouter__factory } from "./TokenRouter__factory.js";
7
8
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../types/factories/contracts/token/libs/index.ts"],"names":[],"mappings":"AAAA,+CAA+C;AAC/C,oBAAoB;AACpB,oBAAoB;AACpB,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../types/factories/contracts/token/libs/index.ts"],"names":[],"mappings":"AAAA,+CAA+C;AAC/C,oBAAoB;AACpB,oBAAoB;AACpB,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AACjF,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC"}
package/dist/index.d.ts CHANGED
@@ -499,8 +499,6 @@ export type { HypERC721URIStorage } from "./contracts/token/extensions/HypERC721
499
499
  export { HypERC721URIStorage__factory } from "./factories/contracts/token/extensions/HypERC721URIStorage__factory.js";
500
500
  export type { HypFiatToken } from "./contracts/token/extensions/HypFiatToken.js";
501
501
  export { HypFiatToken__factory } from "./factories/contracts/token/extensions/HypFiatToken__factory.js";
502
- export type { HypNativeScaled } from "./contracts/token/extensions/HypNativeScaled.js";
503
- export { HypNativeScaled__factory } from "./factories/contracts/token/extensions/HypNativeScaled__factory.js";
504
502
  export type { HypXERC20 } from "./contracts/token/extensions/HypXERC20.js";
505
503
  export { HypXERC20__factory } from "./factories/contracts/token/extensions/HypXERC20__factory.js";
506
504
  export type { HypXERC20Lockbox } from "./contracts/token/extensions/HypXERC20Lockbox.js";
@@ -529,6 +527,8 @@ export type { AmountPartition } from "./contracts/token/libs/AmountPartition.js"
529
527
  export { AmountPartition__factory } from "./factories/contracts/token/libs/AmountPartition__factory.js";
530
528
  export type { FastTokenRouter } from "./contracts/token/libs/FastTokenRouter.js";
531
529
  export { FastTokenRouter__factory } from "./factories/contracts/token/libs/FastTokenRouter__factory.js";
530
+ export type { FungibleTokenRouter } from "./contracts/token/libs/FungibleTokenRouter.js";
531
+ export { FungibleTokenRouter__factory } from "./factories/contracts/token/libs/FungibleTokenRouter__factory.js";
532
532
  export type { TokenRouter } from "./contracts/token/libs/TokenRouter.js";
533
533
  export { TokenRouter__factory } from "./factories/contracts/token/libs/TokenRouter__factory.js";
534
534
  export type { Versioned } from "./contracts/upgrade/Versioned.js";