@across-protocol/sdk 4.3.124 → 4.3.125
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/src/constants.js +1 -0
- package/dist/cjs/src/constants.js.map +1 -1
- package/dist/cjs/src/gasPriceOracle/oracle.js +1 -0
- package/dist/cjs/src/gasPriceOracle/oracle.js.map +1 -1
- package/dist/cjs/src/relayFeeCalculator/chain-queries/factory.d.ts +9 -0
- package/dist/cjs/src/relayFeeCalculator/relayFeeCalculator.d.ts +9 -0
- package/dist/cjs/src/utils/Multicall.js +1 -0
- package/dist/cjs/src/utils/Multicall.js.map +1 -1
- package/dist/cjs/src/utils/NetworkUtils.d.ts +1 -0
- package/dist/cjs/src/utils/NetworkUtils.js +4 -0
- package/dist/cjs/src/utils/NetworkUtils.js.map +1 -1
- package/dist/cjs/src/utils/TokenUtils.d.ts +18 -0
- package/dist/cjs/src/utils/abi/typechain/Constants.d.ts +1 -8
- package/dist/cjs/src/utils/abi/typechain/CreateSponsoredDeposit.d.ts +1 -8
- package/dist/cjs/src/utils/abi/typechain/DeploymentUtils.d.ts +1 -8
- package/dist/cjs/src/utils/abi/typechain/DstOFTHandler.d.ts +9 -9
- package/dist/cjs/src/utils/abi/typechain/HubPoolTestBase.d.ts +1 -8
- package/dist/cjs/src/utils/abi/typechain/HyperCoreFlowExecutor.d.ts +36 -10
- package/dist/cjs/src/utils/abi/typechain/HyperCoreLib.d.ts +17 -1
- package/dist/cjs/src/utils/abi/typechain/ICoreDepositWallet.d.ts +17 -1
- package/dist/cjs/src/utils/abi/typechain/{ITelepathyBroadcaster.d.ts → IForwardDepositReceiver.d.ts} +12 -12
- package/dist/cjs/src/utils/abi/typechain/{ITelepathyBroadcaster.js → IForwardDepositReceiver.js} +1 -1
- package/dist/cjs/src/utils/abi/typechain/IForwardDepositReceiver.js.map +1 -0
- package/dist/cjs/src/utils/abi/typechain/IHyperCoreFlowExecutor.d.ts +9 -3
- package/dist/cjs/src/utils/abi/typechain/IOFT.d.ts +9 -1
- package/dist/cjs/src/utils/abi/typechain/Merkle.d.ts +84 -0
- package/dist/cjs/src/utils/abi/typechain/{Succinct_Adapter.js → Merkle.js} +1 -1
- package/dist/cjs/src/utils/abi/typechain/Merkle.js.map +1 -0
- package/dist/cjs/src/utils/abi/typechain/MurkyBase.d.ts +84 -0
- package/dist/cjs/src/utils/abi/typechain/{ITelepathyHandler.js → MurkyBase.js} +1 -1
- package/dist/cjs/src/utils/abi/typechain/MurkyBase.js.map +1 -0
- package/dist/cjs/src/utils/abi/typechain/OFTCoreMath.d.ts +42 -0
- package/dist/cjs/src/utils/abi/typechain/{Succinct_SpokePool.js → OFTCoreMath.js} +1 -1
- package/dist/cjs/src/utils/abi/typechain/OFTCoreMath.js.map +1 -0
- package/dist/cjs/src/utils/abi/typechain/SpokePoolPeriphery.d.ts +90 -20
- package/dist/cjs/src/utils/abi/typechain/SpokePoolPeripheryInterface.d.ts +12 -14
- package/dist/cjs/src/utils/abi/typechain/SponsoredCCTPDstPeriphery.d.ts +7 -3
- package/dist/cjs/src/utils/abi/typechain/SponsoredCCTPInterface.d.ts +7 -3
- package/dist/cjs/src/utils/abi/typechain/SponsoredCCTPSrcPeriphery.d.ts +14 -4
- package/dist/cjs/src/utils/abi/typechain/SponsoredOFTSrcPeriphery.d.ts +23 -5
- package/dist/cjs/src/utils/abi/typechain/SwapHandler.d.ts +8 -24
- package/dist/cjs/src/utils/abi/typechain/V3SpokePoolInterface.d.ts +17 -1
- package/dist/cjs/src/utils/abi/typechain/factories/Constants__factory.d.ts +0 -4
- package/dist/cjs/src/utils/abi/typechain/factories/Constants__factory.js +0 -5
- package/dist/cjs/src/utils/abi/typechain/factories/Constants__factory.js.map +1 -1
- package/dist/cjs/src/utils/abi/typechain/factories/CreateSponsoredDeposit__factory.d.ts +0 -4
- package/dist/cjs/src/utils/abi/typechain/factories/CreateSponsoredDeposit__factory.js +0 -5
- package/dist/cjs/src/utils/abi/typechain/factories/CreateSponsoredDeposit__factory.js.map +1 -1
- package/dist/cjs/src/utils/abi/typechain/factories/DeploymentUtils__factory.d.ts +0 -4
- package/dist/cjs/src/utils/abi/typechain/factories/DeploymentUtils__factory.js +0 -5
- package/dist/cjs/src/utils/abi/typechain/factories/DeploymentUtils__factory.js.map +1 -1
- package/dist/cjs/src/utils/abi/typechain/factories/DstOFTHandler__factory.d.ts +22 -10
- package/dist/cjs/src/utils/abi/typechain/factories/DstOFTHandler__factory.js +29 -13
- package/dist/cjs/src/utils/abi/typechain/factories/DstOFTHandler__factory.js.map +1 -1
- package/dist/cjs/src/utils/abi/typechain/factories/HubPoolTestBase__factory.d.ts +0 -4
- package/dist/cjs/src/utils/abi/typechain/factories/HubPoolTestBase__factory.js +0 -5
- package/dist/cjs/src/utils/abi/typechain/factories/HubPoolTestBase__factory.js.map +1 -1
- package/dist/cjs/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.d.ts +73 -0
- package/dist/cjs/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.js +91 -0
- package/dist/cjs/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.js.map +1 -1
- package/dist/cjs/src/utils/abi/typechain/factories/HyperCoreLib__factory.d.ts +24 -0
- package/dist/cjs/src/utils/abi/typechain/factories/HyperCoreLib__factory.js +31 -0
- package/dist/cjs/src/utils/abi/typechain/factories/HyperCoreLib__factory.js.map +1 -1
- package/dist/cjs/src/utils/abi/typechain/factories/HyperliquidDepositHandler__factory.d.ts +4 -0
- package/dist/cjs/src/utils/abi/typechain/factories/HyperliquidDepositHandler__factory.js +5 -0
- package/dist/cjs/src/utils/abi/typechain/factories/HyperliquidDepositHandler__factory.js.map +1 -1
- package/dist/cjs/src/utils/abi/typechain/factories/ICoreDepositWallet__factory.d.ts +18 -0
- package/dist/cjs/src/utils/abi/typechain/factories/ICoreDepositWallet__factory.js +23 -0
- package/dist/cjs/src/utils/abi/typechain/factories/ICoreDepositWallet__factory.js.map +1 -1
- package/dist/cjs/src/utils/abi/typechain/factories/IForwardDepositReceiver__factory.d.ts +26 -0
- package/dist/cjs/src/utils/abi/typechain/factories/IForwardDepositReceiver__factory.js +43 -0
- package/dist/cjs/src/utils/abi/typechain/factories/IForwardDepositReceiver__factory.js.map +1 -0
- package/dist/cjs/src/utils/abi/typechain/factories/IHyperCoreFlowExecutor__factory.d.ts +24 -0
- package/dist/cjs/src/utils/abi/typechain/factories/IHyperCoreFlowExecutor__factory.js +30 -0
- package/dist/cjs/src/utils/abi/typechain/factories/IHyperCoreFlowExecutor__factory.js.map +1 -1
- package/dist/cjs/src/utils/abi/typechain/factories/IOFT__factory.d.ts +10 -0
- package/dist/cjs/src/utils/abi/typechain/factories/IOFT__factory.js +13 -0
- package/dist/cjs/src/utils/abi/typechain/factories/IOFT__factory.js.map +1 -1
- package/dist/cjs/src/utils/abi/typechain/factories/Merkle__factory.d.ts +108 -0
- package/dist/cjs/src/utils/abi/typechain/factories/Merkle__factory.js +154 -0
- package/dist/cjs/src/utils/abi/typechain/factories/Merkle__factory.js.map +1 -0
- package/dist/cjs/src/utils/abi/typechain/factories/MurkyBase__factory.d.ts +108 -0
- package/dist/cjs/src/utils/abi/typechain/factories/MurkyBase__factory.js +154 -0
- package/dist/cjs/src/utils/abi/typechain/factories/MurkyBase__factory.js.map +1 -0
- package/dist/cjs/src/utils/abi/typechain/factories/OFTCoreMath__factory.d.ts +30 -0
- package/dist/cjs/src/utils/abi/typechain/factories/OFTCoreMath__factory.js +49 -0
- package/dist/cjs/src/utils/abi/typechain/factories/OFTCoreMath__factory.js.map +1 -0
- package/dist/cjs/src/utils/abi/typechain/factories/SpokePoolPeripheryInterface__factory.d.ts +0 -8
- package/dist/cjs/src/utils/abi/typechain/factories/SpokePoolPeripheryInterface__factory.js +0 -10
- package/dist/cjs/src/utils/abi/typechain/factories/SpokePoolPeripheryInterface__factory.js.map +1 -1
- package/dist/cjs/src/utils/abi/typechain/factories/SpokePoolPeriphery__factory.d.ts +293 -9
- package/dist/cjs/src/utils/abi/typechain/factories/SpokePoolPeriphery__factory.js +378 -11
- package/dist/cjs/src/utils/abi/typechain/factories/SpokePoolPeriphery__factory.js.map +1 -1
- package/dist/cjs/src/utils/abi/typechain/factories/SponsoredCCTPDstPeriphery__factory.d.ts +10 -0
- package/dist/cjs/src/utils/abi/typechain/factories/SponsoredCCTPDstPeriphery__factory.js +12 -0
- package/dist/cjs/src/utils/abi/typechain/factories/SponsoredCCTPDstPeriphery__factory.js.map +1 -1
- package/dist/cjs/src/utils/abi/typechain/factories/SponsoredCCTPInterface__factory.d.ts +10 -0
- package/dist/cjs/src/utils/abi/typechain/factories/SponsoredCCTPInterface__factory.js +12 -0
- package/dist/cjs/src/utils/abi/typechain/factories/SponsoredCCTPInterface__factory.js.map +1 -1
- package/dist/cjs/src/utils/abi/typechain/factories/SponsoredCCTPSrcPeriphery__factory.d.ts +18 -0
- package/dist/cjs/src/utils/abi/typechain/factories/SponsoredCCTPSrcPeriphery__factory.js +22 -0
- package/dist/cjs/src/utils/abi/typechain/factories/SponsoredCCTPSrcPeriphery__factory.js.map +1 -1
- package/dist/cjs/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.d.ts +46 -4
- package/dist/cjs/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.js +59 -5
- package/dist/cjs/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.js.map +1 -1
- package/dist/cjs/src/utils/abi/typechain/factories/SwapHandler__factory.d.ts +8 -22
- package/dist/cjs/src/utils/abi/typechain/factories/SwapHandler__factory.js +10 -28
- package/dist/cjs/src/utils/abi/typechain/factories/SwapHandler__factory.js.map +1 -1
- package/dist/cjs/src/utils/abi/typechain/factories/V3SpokePoolInterface__factory.d.ts +32 -0
- package/dist/cjs/src/utils/abi/typechain/factories/V3SpokePoolInterface__factory.js +42 -0
- package/dist/cjs/src/utils/abi/typechain/factories/V3SpokePoolInterface__factory.js.map +1 -1
- package/dist/cjs/src/utils/abi/typechain/factories/index.d.ts +4 -4
- package/dist/cjs/src/utils/abi/typechain/factories/index.js +12 -12
- package/dist/cjs/src/utils/abi/typechain/factories/index.js.map +1 -1
- package/dist/cjs/src/utils/abi/typechain/index.d.ts +8 -8
- package/dist/cjs/src/utils/abi/typechain/index.js +12 -12
- package/dist/cjs/src/utils/abi/typechain/index.js.map +1 -1
- package/dist/esm/src/constants.js +1 -0
- package/dist/esm/src/constants.js.map +1 -1
- package/dist/esm/src/gasPriceOracle/oracle.js +1 -0
- package/dist/esm/src/gasPriceOracle/oracle.js.map +1 -1
- package/dist/esm/src/relayFeeCalculator/chain-queries/factory.d.ts +9 -0
- package/dist/esm/src/relayFeeCalculator/relayFeeCalculator.d.ts +9 -0
- package/dist/esm/src/utils/Multicall.js +1 -0
- package/dist/esm/src/utils/Multicall.js.map +1 -1
- package/dist/esm/src/utils/NetworkUtils.d.ts +6 -0
- package/dist/esm/src/utils/NetworkUtils.js +8 -0
- package/dist/esm/src/utils/NetworkUtils.js.map +1 -1
- package/dist/esm/src/utils/TokenUtils.d.ts +18 -0
- package/dist/esm/src/utils/abi/typechain/Constants.d.ts +1 -8
- package/dist/esm/src/utils/abi/typechain/CreateSponsoredDeposit.d.ts +1 -8
- package/dist/esm/src/utils/abi/typechain/DeploymentUtils.d.ts +1 -8
- package/dist/esm/src/utils/abi/typechain/DstOFTHandler.d.ts +9 -9
- package/dist/esm/src/utils/abi/typechain/HubPoolTestBase.d.ts +1 -8
- package/dist/esm/src/utils/abi/typechain/HyperCoreFlowExecutor.d.ts +36 -10
- package/dist/esm/src/utils/abi/typechain/HyperCoreLib.d.ts +17 -1
- package/dist/esm/src/utils/abi/typechain/ICoreDepositWallet.d.ts +17 -1
- package/dist/esm/src/utils/abi/typechain/{ITelepathyBroadcaster.d.ts → IForwardDepositReceiver.d.ts} +12 -12
- package/dist/esm/src/utils/abi/typechain/IForwardDepositReceiver.js +2 -0
- package/dist/esm/src/utils/abi/typechain/IForwardDepositReceiver.js.map +1 -0
- package/dist/esm/src/utils/abi/typechain/IHyperCoreFlowExecutor.d.ts +9 -3
- package/dist/esm/src/utils/abi/typechain/IOFT.d.ts +9 -1
- package/dist/esm/src/utils/abi/typechain/Merkle.d.ts +84 -0
- package/dist/esm/src/utils/abi/typechain/Merkle.js +2 -0
- package/dist/esm/src/utils/abi/typechain/Merkle.js.map +1 -0
- package/dist/esm/src/utils/abi/typechain/MurkyBase.d.ts +84 -0
- package/dist/esm/src/utils/abi/typechain/MurkyBase.js +2 -0
- package/dist/esm/src/utils/abi/typechain/MurkyBase.js.map +1 -0
- package/dist/esm/src/utils/abi/typechain/OFTCoreMath.d.ts +42 -0
- package/dist/esm/src/utils/abi/typechain/OFTCoreMath.js +2 -0
- package/dist/esm/src/utils/abi/typechain/OFTCoreMath.js.map +1 -0
- package/dist/esm/src/utils/abi/typechain/SpokePoolPeriphery.d.ts +90 -20
- package/dist/esm/src/utils/abi/typechain/SpokePoolPeripheryInterface.d.ts +12 -14
- package/dist/esm/src/utils/abi/typechain/SponsoredCCTPDstPeriphery.d.ts +7 -3
- package/dist/esm/src/utils/abi/typechain/SponsoredCCTPInterface.d.ts +7 -3
- package/dist/esm/src/utils/abi/typechain/SponsoredCCTPSrcPeriphery.d.ts +14 -4
- package/dist/esm/src/utils/abi/typechain/SponsoredOFTSrcPeriphery.d.ts +23 -5
- package/dist/esm/src/utils/abi/typechain/SwapHandler.d.ts +8 -24
- package/dist/esm/src/utils/abi/typechain/V3SpokePoolInterface.d.ts +17 -1
- package/dist/esm/src/utils/abi/typechain/factories/Constants__factory.d.ts +0 -4
- package/dist/esm/src/utils/abi/typechain/factories/Constants__factory.js +0 -5
- package/dist/esm/src/utils/abi/typechain/factories/Constants__factory.js.map +1 -1
- package/dist/esm/src/utils/abi/typechain/factories/CreateSponsoredDeposit__factory.d.ts +0 -4
- package/dist/esm/src/utils/abi/typechain/factories/CreateSponsoredDeposit__factory.js +0 -5
- package/dist/esm/src/utils/abi/typechain/factories/CreateSponsoredDeposit__factory.js.map +1 -1
- package/dist/esm/src/utils/abi/typechain/factories/DeploymentUtils__factory.d.ts +0 -4
- package/dist/esm/src/utils/abi/typechain/factories/DeploymentUtils__factory.js +0 -5
- package/dist/esm/src/utils/abi/typechain/factories/DeploymentUtils__factory.js.map +1 -1
- package/dist/esm/src/utils/abi/typechain/factories/DstOFTHandler__factory.d.ts +22 -10
- package/dist/esm/src/utils/abi/typechain/factories/DstOFTHandler__factory.js +29 -13
- package/dist/esm/src/utils/abi/typechain/factories/DstOFTHandler__factory.js.map +1 -1
- package/dist/esm/src/utils/abi/typechain/factories/HubPoolTestBase__factory.d.ts +0 -4
- package/dist/esm/src/utils/abi/typechain/factories/HubPoolTestBase__factory.js +0 -5
- package/dist/esm/src/utils/abi/typechain/factories/HubPoolTestBase__factory.js.map +1 -1
- package/dist/esm/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.d.ts +73 -0
- package/dist/esm/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.js +91 -0
- package/dist/esm/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.js.map +1 -1
- package/dist/esm/src/utils/abi/typechain/factories/HyperCoreLib__factory.d.ts +24 -0
- package/dist/esm/src/utils/abi/typechain/factories/HyperCoreLib__factory.js +31 -0
- package/dist/esm/src/utils/abi/typechain/factories/HyperCoreLib__factory.js.map +1 -1
- package/dist/esm/src/utils/abi/typechain/factories/HyperliquidDepositHandler__factory.d.ts +4 -0
- package/dist/esm/src/utils/abi/typechain/factories/HyperliquidDepositHandler__factory.js +5 -0
- package/dist/esm/src/utils/abi/typechain/factories/HyperliquidDepositHandler__factory.js.map +1 -1
- package/dist/esm/src/utils/abi/typechain/factories/ICoreDepositWallet__factory.d.ts +18 -0
- package/dist/esm/src/utils/abi/typechain/factories/ICoreDepositWallet__factory.js +23 -0
- package/dist/esm/src/utils/abi/typechain/factories/ICoreDepositWallet__factory.js.map +1 -1
- package/dist/esm/src/utils/abi/typechain/factories/IForwardDepositReceiver__factory.d.ts +26 -0
- package/dist/esm/src/utils/abi/typechain/factories/IForwardDepositReceiver__factory.js +43 -0
- package/dist/esm/src/utils/abi/typechain/factories/IForwardDepositReceiver__factory.js.map +1 -0
- package/dist/esm/src/utils/abi/typechain/factories/IHyperCoreFlowExecutor__factory.d.ts +24 -0
- package/dist/esm/src/utils/abi/typechain/factories/IHyperCoreFlowExecutor__factory.js +30 -0
- package/dist/esm/src/utils/abi/typechain/factories/IHyperCoreFlowExecutor__factory.js.map +1 -1
- package/dist/esm/src/utils/abi/typechain/factories/IOFT__factory.d.ts +10 -0
- package/dist/esm/src/utils/abi/typechain/factories/IOFT__factory.js +13 -0
- package/dist/esm/src/utils/abi/typechain/factories/IOFT__factory.js.map +1 -1
- package/dist/esm/src/utils/abi/typechain/factories/Merkle__factory.d.ts +108 -0
- package/dist/esm/src/utils/abi/typechain/factories/Merkle__factory.js +154 -0
- package/dist/esm/src/utils/abi/typechain/factories/Merkle__factory.js.map +1 -0
- package/dist/esm/src/utils/abi/typechain/factories/MurkyBase__factory.d.ts +108 -0
- package/dist/esm/src/utils/abi/typechain/factories/MurkyBase__factory.js +154 -0
- package/dist/esm/src/utils/abi/typechain/factories/MurkyBase__factory.js.map +1 -0
- package/dist/esm/src/utils/abi/typechain/factories/OFTCoreMath__factory.d.ts +30 -0
- package/dist/esm/src/utils/abi/typechain/factories/OFTCoreMath__factory.js +49 -0
- package/dist/esm/src/utils/abi/typechain/factories/OFTCoreMath__factory.js.map +1 -0
- package/dist/esm/src/utils/abi/typechain/factories/SpokePoolPeripheryInterface__factory.d.ts +0 -8
- package/dist/esm/src/utils/abi/typechain/factories/SpokePoolPeripheryInterface__factory.js +0 -10
- package/dist/esm/src/utils/abi/typechain/factories/SpokePoolPeripheryInterface__factory.js.map +1 -1
- package/dist/esm/src/utils/abi/typechain/factories/SpokePoolPeriphery__factory.d.ts +293 -9
- package/dist/esm/src/utils/abi/typechain/factories/SpokePoolPeriphery__factory.js +378 -11
- package/dist/esm/src/utils/abi/typechain/factories/SpokePoolPeriphery__factory.js.map +1 -1
- package/dist/esm/src/utils/abi/typechain/factories/SponsoredCCTPDstPeriphery__factory.d.ts +10 -0
- package/dist/esm/src/utils/abi/typechain/factories/SponsoredCCTPDstPeriphery__factory.js +12 -0
- package/dist/esm/src/utils/abi/typechain/factories/SponsoredCCTPDstPeriphery__factory.js.map +1 -1
- package/dist/esm/src/utils/abi/typechain/factories/SponsoredCCTPInterface__factory.d.ts +10 -0
- package/dist/esm/src/utils/abi/typechain/factories/SponsoredCCTPInterface__factory.js +12 -0
- package/dist/esm/src/utils/abi/typechain/factories/SponsoredCCTPInterface__factory.js.map +1 -1
- package/dist/esm/src/utils/abi/typechain/factories/SponsoredCCTPSrcPeriphery__factory.d.ts +18 -0
- package/dist/esm/src/utils/abi/typechain/factories/SponsoredCCTPSrcPeriphery__factory.js +22 -0
- package/dist/esm/src/utils/abi/typechain/factories/SponsoredCCTPSrcPeriphery__factory.js.map +1 -1
- package/dist/esm/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.d.ts +46 -4
- package/dist/esm/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.js +59 -5
- package/dist/esm/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.js.map +1 -1
- package/dist/esm/src/utils/abi/typechain/factories/SwapHandler__factory.d.ts +8 -22
- package/dist/esm/src/utils/abi/typechain/factories/SwapHandler__factory.js +10 -28
- package/dist/esm/src/utils/abi/typechain/factories/SwapHandler__factory.js.map +1 -1
- package/dist/esm/src/utils/abi/typechain/factories/V3SpokePoolInterface__factory.d.ts +32 -0
- package/dist/esm/src/utils/abi/typechain/factories/V3SpokePoolInterface__factory.js +42 -0
- package/dist/esm/src/utils/abi/typechain/factories/V3SpokePoolInterface__factory.js.map +1 -1
- package/dist/esm/src/utils/abi/typechain/factories/index.d.ts +4 -4
- package/dist/esm/src/utils/abi/typechain/factories/index.js +4 -4
- package/dist/esm/src/utils/abi/typechain/factories/index.js.map +1 -1
- package/dist/esm/src/utils/abi/typechain/index.d.ts +8 -8
- package/dist/esm/src/utils/abi/typechain/index.js +4 -4
- package/dist/esm/src/utils/abi/typechain/index.js.map +1 -1
- package/dist/types/src/constants.d.ts.map +1 -1
- package/dist/types/src/gasPriceOracle/oracle.d.ts.map +1 -1
- package/dist/types/src/relayFeeCalculator/chain-queries/factory.d.ts +9 -0
- package/dist/types/src/relayFeeCalculator/chain-queries/factory.d.ts.map +1 -1
- package/dist/types/src/relayFeeCalculator/relayFeeCalculator.d.ts +9 -0
- package/dist/types/src/relayFeeCalculator/relayFeeCalculator.d.ts.map +1 -1
- package/dist/types/src/utils/Multicall.d.ts.map +1 -1
- package/dist/types/src/utils/NetworkUtils.d.ts +6 -0
- package/dist/types/src/utils/NetworkUtils.d.ts.map +1 -1
- package/dist/types/src/utils/TokenUtils.d.ts +18 -0
- package/dist/types/src/utils/TokenUtils.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/Constants.d.ts +1 -8
- package/dist/types/src/utils/abi/typechain/Constants.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/CreateSponsoredDeposit.d.ts +1 -8
- package/dist/types/src/utils/abi/typechain/CreateSponsoredDeposit.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/DeploymentUtils.d.ts +1 -8
- package/dist/types/src/utils/abi/typechain/DeploymentUtils.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/DstOFTHandler.d.ts +9 -9
- package/dist/types/src/utils/abi/typechain/DstOFTHandler.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/HubPoolTestBase.d.ts +1 -8
- package/dist/types/src/utils/abi/typechain/HubPoolTestBase.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/HyperCoreFlowExecutor.d.ts +36 -10
- package/dist/types/src/utils/abi/typechain/HyperCoreFlowExecutor.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/HyperCoreLib.d.ts +17 -1
- package/dist/types/src/utils/abi/typechain/HyperCoreLib.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/ICoreDepositWallet.d.ts +17 -1
- package/dist/types/src/utils/abi/typechain/ICoreDepositWallet.d.ts.map +1 -1
- package/dist/{esm/src/utils/abi/typechain/ITelepathyHandler.d.ts → types/src/utils/abi/typechain/IForwardDepositReceiver.d.ts} +13 -12
- package/dist/types/src/utils/abi/typechain/IForwardDepositReceiver.d.ts.map +1 -0
- package/dist/types/src/utils/abi/typechain/IHyperCoreFlowExecutor.d.ts +9 -3
- package/dist/types/src/utils/abi/typechain/IHyperCoreFlowExecutor.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/IOFT.d.ts +9 -1
- package/dist/types/src/utils/abi/typechain/IOFT.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/Merkle.d.ts +85 -0
- package/dist/types/src/utils/abi/typechain/Merkle.d.ts.map +1 -0
- package/dist/types/src/utils/abi/typechain/MurkyBase.d.ts +85 -0
- package/dist/types/src/utils/abi/typechain/MurkyBase.d.ts.map +1 -0
- package/dist/types/src/utils/abi/typechain/OFTCoreMath.d.ts +43 -0
- package/dist/types/src/utils/abi/typechain/OFTCoreMath.d.ts.map +1 -0
- package/dist/types/src/utils/abi/typechain/SpokePoolPeriphery.d.ts +90 -20
- package/dist/types/src/utils/abi/typechain/SpokePoolPeriphery.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/SpokePoolPeripheryInterface.d.ts +12 -14
- package/dist/types/src/utils/abi/typechain/SpokePoolPeripheryInterface.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/SponsoredCCTPDstPeriphery.d.ts +7 -3
- package/dist/types/src/utils/abi/typechain/SponsoredCCTPDstPeriphery.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/SponsoredCCTPInterface.d.ts +7 -3
- package/dist/types/src/utils/abi/typechain/SponsoredCCTPInterface.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/SponsoredCCTPSrcPeriphery.d.ts +14 -4
- package/dist/types/src/utils/abi/typechain/SponsoredCCTPSrcPeriphery.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/SponsoredOFTSrcPeriphery.d.ts +23 -5
- package/dist/types/src/utils/abi/typechain/SponsoredOFTSrcPeriphery.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/SwapHandler.d.ts +8 -24
- package/dist/types/src/utils/abi/typechain/SwapHandler.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/V3SpokePoolInterface.d.ts +17 -1
- package/dist/types/src/utils/abi/typechain/V3SpokePoolInterface.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/factories/Constants__factory.d.ts +0 -4
- package/dist/types/src/utils/abi/typechain/factories/Constants__factory.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/factories/CreateSponsoredDeposit__factory.d.ts +0 -4
- package/dist/types/src/utils/abi/typechain/factories/CreateSponsoredDeposit__factory.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/factories/DeploymentUtils__factory.d.ts +0 -4
- package/dist/types/src/utils/abi/typechain/factories/DeploymentUtils__factory.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/factories/DstOFTHandler__factory.d.ts +22 -10
- package/dist/types/src/utils/abi/typechain/factories/DstOFTHandler__factory.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/factories/HubPoolTestBase__factory.d.ts +0 -4
- package/dist/types/src/utils/abi/typechain/factories/HubPoolTestBase__factory.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.d.ts +73 -0
- package/dist/types/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/factories/HyperCoreLib__factory.d.ts +24 -0
- package/dist/types/src/utils/abi/typechain/factories/HyperCoreLib__factory.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/factories/HyperliquidDepositHandler__factory.d.ts +4 -0
- package/dist/types/src/utils/abi/typechain/factories/HyperliquidDepositHandler__factory.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/factories/ICoreDepositWallet__factory.d.ts +18 -0
- package/dist/types/src/utils/abi/typechain/factories/ICoreDepositWallet__factory.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/factories/IForwardDepositReceiver__factory.d.ts +27 -0
- package/dist/types/src/utils/abi/typechain/factories/IForwardDepositReceiver__factory.d.ts.map +1 -0
- package/dist/types/src/utils/abi/typechain/factories/IHyperCoreFlowExecutor__factory.d.ts +24 -0
- package/dist/types/src/utils/abi/typechain/factories/IHyperCoreFlowExecutor__factory.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/factories/IOFT__factory.d.ts +10 -0
- package/dist/types/src/utils/abi/typechain/factories/IOFT__factory.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/factories/Merkle__factory.d.ts +109 -0
- package/dist/types/src/utils/abi/typechain/factories/Merkle__factory.d.ts.map +1 -0
- package/dist/types/src/utils/abi/typechain/factories/MurkyBase__factory.d.ts +109 -0
- package/dist/types/src/utils/abi/typechain/factories/MurkyBase__factory.d.ts.map +1 -0
- package/dist/types/src/utils/abi/typechain/factories/OFTCoreMath__factory.d.ts +31 -0
- package/dist/types/src/utils/abi/typechain/factories/OFTCoreMath__factory.d.ts.map +1 -0
- package/dist/types/src/utils/abi/typechain/factories/SpokePoolPeripheryInterface__factory.d.ts +0 -8
- package/dist/types/src/utils/abi/typechain/factories/SpokePoolPeripheryInterface__factory.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/factories/SpokePoolPeriphery__factory.d.ts +293 -9
- package/dist/types/src/utils/abi/typechain/factories/SpokePoolPeriphery__factory.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/factories/SponsoredCCTPDstPeriphery__factory.d.ts +10 -0
- package/dist/types/src/utils/abi/typechain/factories/SponsoredCCTPDstPeriphery__factory.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/factories/SponsoredCCTPInterface__factory.d.ts +10 -0
- package/dist/types/src/utils/abi/typechain/factories/SponsoredCCTPInterface__factory.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/factories/SponsoredCCTPSrcPeriphery__factory.d.ts +18 -0
- package/dist/types/src/utils/abi/typechain/factories/SponsoredCCTPSrcPeriphery__factory.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.d.ts +46 -4
- package/dist/types/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/factories/SwapHandler__factory.d.ts +8 -22
- package/dist/types/src/utils/abi/typechain/factories/SwapHandler__factory.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/factories/V3SpokePoolInterface__factory.d.ts +32 -0
- package/dist/types/src/utils/abi/typechain/factories/V3SpokePoolInterface__factory.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/factories/index.d.ts +4 -4
- package/dist/types/src/utils/abi/typechain/factories/index.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/index.d.ts +8 -8
- package/dist/types/src/utils/abi/typechain/index.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/constants.ts +1 -0
- package/src/gasPriceOracle/oracle.ts +1 -0
- package/src/utils/Multicall.ts +1 -0
- package/src/utils/NetworkUtils.ts +9 -0
- package/src/utils/abi/contracts/Constants.json +0 -5
- package/src/utils/abi/contracts/CreateSponsoredDeposit.json +0 -5
- package/src/utils/abi/contracts/DeploymentUtils.json +0 -5
- package/src/utils/abi/contracts/DstOFTHandler.json +29 -13
- package/src/utils/abi/contracts/HubPoolTestBase.json +0 -5
- package/src/utils/abi/contracts/HyperCoreFlowExecutor.json +91 -0
- package/src/utils/abi/contracts/HyperCoreLib.json +31 -0
- package/src/utils/abi/contracts/HyperliquidDepositHandler.json +5 -0
- package/src/utils/abi/contracts/ICoreDepositWallet.json +23 -0
- package/src/utils/abi/contracts/IForwardDepositReceiver.json +25 -0
- package/src/utils/abi/contracts/IHyperCoreFlowExecutor.json +30 -0
- package/src/utils/abi/contracts/IOFT.json +13 -0
- package/src/utils/abi/contracts/Merkle.json +136 -0
- package/src/utils/abi/contracts/MurkyBase.json +136 -0
- package/src/utils/abi/contracts/OFTCoreMath.json +31 -0
- package/src/utils/abi/contracts/SpokePoolPeriphery.json +378 -11
- package/src/utils/abi/contracts/SpokePoolPeripheryInterface.json +0 -10
- package/src/utils/abi/contracts/SponsoredCCTPDstPeriphery.json +12 -0
- package/src/utils/abi/contracts/SponsoredCCTPInterface.json +12 -0
- package/src/utils/abi/contracts/SponsoredCCTPSrcPeriphery.json +22 -0
- package/src/utils/abi/contracts/SponsoredOFTSrcPeriphery.json +59 -5
- package/src/utils/abi/contracts/SwapHandler.json +10 -28
- package/src/utils/abi/contracts/V3SpokePoolInterface.json +42 -0
- package/src/utils/abi/typechain/Constants.ts +1 -8
- package/src/utils/abi/typechain/CreateSponsoredDeposit.ts +1 -8
- package/src/utils/abi/typechain/DeploymentUtils.ts +1 -8
- package/src/utils/abi/typechain/DstOFTHandler.ts +22 -22
- package/src/utils/abi/typechain/HubPoolTestBase.ts +1 -8
- package/src/utils/abi/typechain/HyperCoreFlowExecutor.ts +55 -5
- package/src/utils/abi/typechain/HyperCoreLib.ts +42 -0
- package/src/utils/abi/typechain/ICoreDepositWallet.ts +44 -1
- package/src/utils/abi/typechain/{ITelepathyBroadcaster.ts → IForwardDepositReceiver.ts} +29 -29
- package/src/utils/abi/typechain/IHyperCoreFlowExecutor.ts +9 -3
- package/src/utils/abi/typechain/IOFT.ts +20 -1
- package/src/utils/abi/typechain/Merkle.ts +268 -0
- package/src/utils/abi/typechain/MurkyBase.ts +268 -0
- package/src/utils/abi/typechain/{ITelepathyHandler.ts → OFTCoreMath.ts} +16 -40
- package/src/utils/abi/typechain/SpokePoolPeriphery.ts +276 -19
- package/src/utils/abi/typechain/SpokePoolPeripheryInterface.ts +2 -14
- package/src/utils/abi/typechain/SponsoredCCTPDstPeriphery.ts +20 -3
- package/src/utils/abi/typechain/SponsoredCCTPInterface.ts +20 -3
- package/src/utils/abi/typechain/SponsoredCCTPSrcPeriphery.ts +27 -4
- package/src/utils/abi/typechain/SponsoredOFTSrcPeriphery.ts +37 -7
- package/src/utils/abi/typechain/SwapHandler.ts +7 -52
- package/src/utils/abi/typechain/V3SpokePoolInterface.ts +65 -0
- package/src/utils/abi/typechain/factories/Constants__factory.ts +0 -5
- package/src/utils/abi/typechain/factories/CreateSponsoredDeposit__factory.ts +0 -5
- package/src/utils/abi/typechain/factories/DeploymentUtils__factory.ts +0 -5
- package/src/utils/abi/typechain/factories/DstOFTHandler__factory.ts +29 -13
- package/src/utils/abi/typechain/factories/HubPoolTestBase__factory.ts +0 -5
- package/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.ts +91 -0
- package/src/utils/abi/typechain/factories/HyperCoreLib__factory.ts +31 -0
- package/src/utils/abi/typechain/factories/HyperliquidDepositHandler__factory.ts +5 -0
- package/src/utils/abi/typechain/factories/ICoreDepositWallet__factory.ts +23 -0
- package/src/utils/abi/typechain/factories/IForwardDepositReceiver__factory.ts +53 -0
- package/src/utils/abi/typechain/factories/IHyperCoreFlowExecutor__factory.ts +30 -0
- package/src/utils/abi/typechain/factories/IOFT__factory.ts +13 -0
- package/src/utils/abi/typechain/factories/Merkle__factory.ts +154 -0
- package/src/utils/abi/typechain/factories/MurkyBase__factory.ts +157 -0
- package/src/utils/abi/typechain/factories/OFTCoreMath__factory.ts +52 -0
- package/src/utils/abi/typechain/factories/SpokePoolPeripheryInterface__factory.ts +0 -10
- package/src/utils/abi/typechain/factories/SpokePoolPeriphery__factory.ts +378 -11
- package/src/utils/abi/typechain/factories/SponsoredCCTPDstPeriphery__factory.ts +12 -0
- package/src/utils/abi/typechain/factories/SponsoredCCTPInterface__factory.ts +12 -0
- package/src/utils/abi/typechain/factories/SponsoredCCTPSrcPeriphery__factory.ts +22 -0
- package/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.ts +59 -5
- package/src/utils/abi/typechain/factories/SwapHandler__factory.ts +10 -28
- package/src/utils/abi/typechain/factories/V3SpokePoolInterface__factory.ts +42 -0
- package/src/utils/abi/typechain/factories/index.ts +4 -4
- package/src/utils/abi/typechain/index.ts +8 -8
- package/dist/cjs/src/utils/abi/typechain/ITelepathyBroadcaster.js.map +0 -1
- package/dist/cjs/src/utils/abi/typechain/ITelepathyHandler.d.ts +0 -50
- package/dist/cjs/src/utils/abi/typechain/ITelepathyHandler.js.map +0 -1
- package/dist/cjs/src/utils/abi/typechain/Succinct_Adapter.d.ts +0 -131
- package/dist/cjs/src/utils/abi/typechain/Succinct_Adapter.js.map +0 -1
- package/dist/cjs/src/utils/abi/typechain/Succinct_SpokePool.d.ts +0 -1579
- package/dist/cjs/src/utils/abi/typechain/Succinct_SpokePool.js.map +0 -1
- package/dist/cjs/src/utils/abi/typechain/factories/ITelepathyBroadcaster__factory.d.ts +0 -30
- package/dist/cjs/src/utils/abi/typechain/factories/ITelepathyBroadcaster__factory.js +0 -49
- package/dist/cjs/src/utils/abi/typechain/factories/ITelepathyBroadcaster__factory.js.map +0 -1
- package/dist/cjs/src/utils/abi/typechain/factories/ITelepathyHandler__factory.d.ts +0 -30
- package/dist/cjs/src/utils/abi/typechain/factories/ITelepathyHandler__factory.js +0 -49
- package/dist/cjs/src/utils/abi/typechain/factories/ITelepathyHandler__factory.js.map +0 -1
- package/dist/cjs/src/utils/abi/typechain/factories/Succinct_Adapter__factory.d.ts +0 -141
- package/dist/cjs/src/utils/abi/typechain/factories/Succinct_Adapter__factory.js +0 -189
- package/dist/cjs/src/utils/abi/typechain/factories/Succinct_Adapter__factory.js.map +0 -1
- package/dist/cjs/src/utils/abi/typechain/factories/Succinct_SpokePool__factory.d.ts +0 -2461
- package/dist/cjs/src/utils/abi/typechain/factories/Succinct_SpokePool__factory.js +0 -3125
- package/dist/cjs/src/utils/abi/typechain/factories/Succinct_SpokePool__factory.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/ITelepathyBroadcaster.js +0 -2
- package/dist/esm/src/utils/abi/typechain/ITelepathyBroadcaster.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/ITelepathyHandler.js +0 -2
- package/dist/esm/src/utils/abi/typechain/ITelepathyHandler.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/Succinct_Adapter.d.ts +0 -131
- package/dist/esm/src/utils/abi/typechain/Succinct_Adapter.js +0 -2
- package/dist/esm/src/utils/abi/typechain/Succinct_Adapter.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/Succinct_SpokePool.d.ts +0 -1579
- package/dist/esm/src/utils/abi/typechain/Succinct_SpokePool.js +0 -2
- package/dist/esm/src/utils/abi/typechain/Succinct_SpokePool.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/factories/ITelepathyBroadcaster__factory.d.ts +0 -30
- package/dist/esm/src/utils/abi/typechain/factories/ITelepathyBroadcaster__factory.js +0 -49
- package/dist/esm/src/utils/abi/typechain/factories/ITelepathyBroadcaster__factory.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/factories/ITelepathyHandler__factory.d.ts +0 -30
- package/dist/esm/src/utils/abi/typechain/factories/ITelepathyHandler__factory.js +0 -49
- package/dist/esm/src/utils/abi/typechain/factories/ITelepathyHandler__factory.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/factories/Succinct_Adapter__factory.d.ts +0 -141
- package/dist/esm/src/utils/abi/typechain/factories/Succinct_Adapter__factory.js +0 -189
- package/dist/esm/src/utils/abi/typechain/factories/Succinct_Adapter__factory.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/factories/Succinct_SpokePool__factory.d.ts +0 -2461
- package/dist/esm/src/utils/abi/typechain/factories/Succinct_SpokePool__factory.js +0 -3125
- package/dist/esm/src/utils/abi/typechain/factories/Succinct_SpokePool__factory.js.map +0 -1
- package/dist/types/src/utils/abi/typechain/ITelepathyBroadcaster.d.ts +0 -51
- package/dist/types/src/utils/abi/typechain/ITelepathyBroadcaster.d.ts.map +0 -1
- package/dist/types/src/utils/abi/typechain/ITelepathyHandler.d.ts +0 -51
- package/dist/types/src/utils/abi/typechain/ITelepathyHandler.d.ts.map +0 -1
- package/dist/types/src/utils/abi/typechain/Succinct_Adapter.d.ts +0 -132
- package/dist/types/src/utils/abi/typechain/Succinct_Adapter.d.ts.map +0 -1
- package/dist/types/src/utils/abi/typechain/Succinct_SpokePool.d.ts +0 -1580
- package/dist/types/src/utils/abi/typechain/Succinct_SpokePool.d.ts.map +0 -1
- package/dist/types/src/utils/abi/typechain/factories/ITelepathyBroadcaster__factory.d.ts +0 -31
- package/dist/types/src/utils/abi/typechain/factories/ITelepathyBroadcaster__factory.d.ts.map +0 -1
- package/dist/types/src/utils/abi/typechain/factories/ITelepathyHandler__factory.d.ts +0 -31
- package/dist/types/src/utils/abi/typechain/factories/ITelepathyHandler__factory.d.ts.map +0 -1
- package/dist/types/src/utils/abi/typechain/factories/Succinct_Adapter__factory.d.ts +0 -142
- package/dist/types/src/utils/abi/typechain/factories/Succinct_Adapter__factory.d.ts.map +0 -1
- package/dist/types/src/utils/abi/typechain/factories/Succinct_SpokePool__factory.d.ts +0 -2462
- package/dist/types/src/utils/abi/typechain/factories/Succinct_SpokePool__factory.d.ts.map +0 -1
- package/src/utils/abi/contracts/ITelepathyBroadcaster.json +0 -31
- package/src/utils/abi/contracts/ITelepathyHandler.json +0 -31
- package/src/utils/abi/contracts/Succinct_Adapter.json +0 -171
- package/src/utils/abi/contracts/Succinct_SpokePool.json +0 -3107
- package/src/utils/abi/typechain/Succinct_Adapter.ts +0 -287
- package/src/utils/abi/typechain/Succinct_SpokePool.ts +0 -3623
- package/src/utils/abi/typechain/factories/ITelepathyBroadcaster__factory.ts +0 -59
- package/src/utils/abi/typechain/factories/ITelepathyHandler__factory.ts +0 -55
- package/src/utils/abi/typechain/factories/Succinct_Adapter__factory.ts +0 -195
- package/src/utils/abi/typechain/factories/Succinct_SpokePool__factory.ts +0 -3132
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import { Signer } from "ethers";
|
|
2
|
+
import type { Provider } from "@ethersproject/providers";
|
|
3
|
+
import type { MurkyBase, MurkyBaseInterface } from "../MurkyBase";
|
|
4
|
+
export declare class MurkyBase__factory {
|
|
5
|
+
static readonly abi: readonly [{
|
|
6
|
+
readonly type: "function";
|
|
7
|
+
readonly name: "getProof";
|
|
8
|
+
readonly inputs: readonly [{
|
|
9
|
+
readonly name: "data";
|
|
10
|
+
readonly type: "bytes32[]";
|
|
11
|
+
readonly internalType: "bytes32[]";
|
|
12
|
+
}, {
|
|
13
|
+
readonly name: "node";
|
|
14
|
+
readonly type: "uint256";
|
|
15
|
+
readonly internalType: "uint256";
|
|
16
|
+
}];
|
|
17
|
+
readonly outputs: readonly [{
|
|
18
|
+
readonly name: "";
|
|
19
|
+
readonly type: "bytes32[]";
|
|
20
|
+
readonly internalType: "bytes32[]";
|
|
21
|
+
}];
|
|
22
|
+
readonly stateMutability: "pure";
|
|
23
|
+
}, {
|
|
24
|
+
readonly type: "function";
|
|
25
|
+
readonly name: "getRoot";
|
|
26
|
+
readonly inputs: readonly [{
|
|
27
|
+
readonly name: "data";
|
|
28
|
+
readonly type: "bytes32[]";
|
|
29
|
+
readonly internalType: "bytes32[]";
|
|
30
|
+
}];
|
|
31
|
+
readonly outputs: readonly [{
|
|
32
|
+
readonly name: "";
|
|
33
|
+
readonly type: "bytes32";
|
|
34
|
+
readonly internalType: "bytes32";
|
|
35
|
+
}];
|
|
36
|
+
readonly stateMutability: "pure";
|
|
37
|
+
}, {
|
|
38
|
+
readonly type: "function";
|
|
39
|
+
readonly name: "hashLeafPairs";
|
|
40
|
+
readonly inputs: readonly [{
|
|
41
|
+
readonly name: "left";
|
|
42
|
+
readonly type: "bytes32";
|
|
43
|
+
readonly internalType: "bytes32";
|
|
44
|
+
}, {
|
|
45
|
+
readonly name: "right";
|
|
46
|
+
readonly type: "bytes32";
|
|
47
|
+
readonly internalType: "bytes32";
|
|
48
|
+
}];
|
|
49
|
+
readonly outputs: readonly [{
|
|
50
|
+
readonly name: "_hash";
|
|
51
|
+
readonly type: "bytes32";
|
|
52
|
+
readonly internalType: "bytes32";
|
|
53
|
+
}];
|
|
54
|
+
readonly stateMutability: "pure";
|
|
55
|
+
}, {
|
|
56
|
+
readonly type: "function";
|
|
57
|
+
readonly name: "log2ceil";
|
|
58
|
+
readonly inputs: readonly [{
|
|
59
|
+
readonly name: "x";
|
|
60
|
+
readonly type: "uint256";
|
|
61
|
+
readonly internalType: "uint256";
|
|
62
|
+
}];
|
|
63
|
+
readonly outputs: readonly [{
|
|
64
|
+
readonly name: "";
|
|
65
|
+
readonly type: "uint256";
|
|
66
|
+
readonly internalType: "uint256";
|
|
67
|
+
}];
|
|
68
|
+
readonly stateMutability: "pure";
|
|
69
|
+
}, {
|
|
70
|
+
readonly type: "function";
|
|
71
|
+
readonly name: "log2ceilBitMagic";
|
|
72
|
+
readonly inputs: readonly [{
|
|
73
|
+
readonly name: "x";
|
|
74
|
+
readonly type: "uint256";
|
|
75
|
+
readonly internalType: "uint256";
|
|
76
|
+
}];
|
|
77
|
+
readonly outputs: readonly [{
|
|
78
|
+
readonly name: "";
|
|
79
|
+
readonly type: "uint256";
|
|
80
|
+
readonly internalType: "uint256";
|
|
81
|
+
}];
|
|
82
|
+
readonly stateMutability: "pure";
|
|
83
|
+
}, {
|
|
84
|
+
readonly type: "function";
|
|
85
|
+
readonly name: "verifyProof";
|
|
86
|
+
readonly inputs: readonly [{
|
|
87
|
+
readonly name: "root";
|
|
88
|
+
readonly type: "bytes32";
|
|
89
|
+
readonly internalType: "bytes32";
|
|
90
|
+
}, {
|
|
91
|
+
readonly name: "proof";
|
|
92
|
+
readonly type: "bytes32[]";
|
|
93
|
+
readonly internalType: "bytes32[]";
|
|
94
|
+
}, {
|
|
95
|
+
readonly name: "valueToProve";
|
|
96
|
+
readonly type: "bytes32";
|
|
97
|
+
readonly internalType: "bytes32";
|
|
98
|
+
}];
|
|
99
|
+
readonly outputs: readonly [{
|
|
100
|
+
readonly name: "";
|
|
101
|
+
readonly type: "bool";
|
|
102
|
+
readonly internalType: "bool";
|
|
103
|
+
}];
|
|
104
|
+
readonly stateMutability: "pure";
|
|
105
|
+
}];
|
|
106
|
+
static createInterface(): MurkyBaseInterface;
|
|
107
|
+
static connect(address: string, signerOrProvider: Signer | Provider): MurkyBase;
|
|
108
|
+
}
|
|
109
|
+
//# sourceMappingURL=MurkyBase__factory.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MurkyBase__factory.d.ts","sourceRoot":"","sources":["../../../../../../../src/utils/abi/typechain/factories/MurkyBase__factory.ts"],"names":[],"mappings":"AAIA,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,EAAE,SAAS,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AA2IlE,qBAAa,kBAAkB;IAC7B,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,kBAAkB;IAG5C,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,SAAS;CAGb"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { Signer } from "ethers";
|
|
2
|
+
import type { Provider } from "@ethersproject/providers";
|
|
3
|
+
import type { OFTCoreMath, OFTCoreMathInterface } from "../OFTCoreMath";
|
|
4
|
+
export declare class OFTCoreMath__factory {
|
|
5
|
+
static readonly abi: readonly [{
|
|
6
|
+
readonly type: "function";
|
|
7
|
+
readonly name: "decimalConversionRate";
|
|
8
|
+
readonly inputs: readonly [];
|
|
9
|
+
readonly outputs: readonly [{
|
|
10
|
+
readonly name: "";
|
|
11
|
+
readonly type: "uint256";
|
|
12
|
+
readonly internalType: "uint256";
|
|
13
|
+
}];
|
|
14
|
+
readonly stateMutability: "view";
|
|
15
|
+
}, {
|
|
16
|
+
readonly type: "error";
|
|
17
|
+
readonly name: "AmountSDOverflowed";
|
|
18
|
+
readonly inputs: readonly [{
|
|
19
|
+
readonly name: "amountSD";
|
|
20
|
+
readonly type: "uint256";
|
|
21
|
+
readonly internalType: "uint256";
|
|
22
|
+
}];
|
|
23
|
+
}, {
|
|
24
|
+
readonly type: "error";
|
|
25
|
+
readonly name: "InvalidLocalDecimals";
|
|
26
|
+
readonly inputs: readonly [];
|
|
27
|
+
}];
|
|
28
|
+
static createInterface(): OFTCoreMathInterface;
|
|
29
|
+
static connect(address: string, signerOrProvider: Signer | Provider): OFTCoreMath;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=OFTCoreMath__factory.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OFTCoreMath__factory.d.ts","sourceRoot":"","sources":["../../../../../../../src/utils/abi/typechain/factories/OFTCoreMath__factory.ts"],"names":[],"mappings":"AAIA,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,EAAE,WAAW,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAkCxE,qBAAa,oBAAoB;IAC/B,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;OAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,oBAAoB;IAG9C,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,WAAW;CAGf"}
|
package/dist/types/src/utils/abi/typechain/factories/SpokePoolPeripheryInterface__factory.d.ts
CHANGED
|
@@ -154,10 +154,6 @@ export declare class SpokePoolPeripheryInterface__factory {
|
|
|
154
154
|
readonly name: "receiveWithAuthSignature";
|
|
155
155
|
readonly type: "bytes";
|
|
156
156
|
readonly internalType: "bytes";
|
|
157
|
-
}, {
|
|
158
|
-
readonly name: "depositDataSignature";
|
|
159
|
-
readonly type: "bytes";
|
|
160
|
-
readonly internalType: "bytes";
|
|
161
157
|
}];
|
|
162
158
|
readonly outputs: readonly [];
|
|
163
159
|
readonly stateMutability: "nonpayable";
|
|
@@ -626,10 +622,6 @@ export declare class SpokePoolPeripheryInterface__factory {
|
|
|
626
622
|
readonly name: "receiveWithAuthSignature";
|
|
627
623
|
readonly type: "bytes";
|
|
628
624
|
readonly internalType: "bytes";
|
|
629
|
-
}, {
|
|
630
|
-
readonly name: "swapAndDepositDataSignature";
|
|
631
|
-
readonly type: "bytes";
|
|
632
|
-
readonly internalType: "bytes";
|
|
633
625
|
}];
|
|
634
626
|
readonly outputs: readonly [];
|
|
635
627
|
readonly stateMutability: "nonpayable";
|
package/dist/types/src/utils/abi/typechain/factories/SpokePoolPeripheryInterface__factory.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SpokePoolPeripheryInterface__factory.d.ts","sourceRoot":"","sources":["../../../../../../../src/utils/abi/typechain/factories/SpokePoolPeripheryInterface__factory.ts"],"names":[],"mappings":"AAIA,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,gCAAgC,CAAC;
|
|
1
|
+
{"version":3,"file":"SpokePoolPeripheryInterface__factory.d.ts","sourceRoot":"","sources":["../../../../../../../src/utils/abi/typechain/factories/SpokePoolPeripheryInterface__factory.ts"],"names":[],"mappings":"AAIA,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,gCAAgC,CAAC;AAunCxC,qBAAa,oCAAoC;IAC/C,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,oCAAoC;IAG9D,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,2BAA2B;CAO/B"}
|
|
@@ -10,6 +10,66 @@ export declare class SpokePoolPeriphery__factory {
|
|
|
10
10
|
readonly internalType: "contract IPermit2";
|
|
11
11
|
}];
|
|
12
12
|
readonly stateMutability: "nonpayable";
|
|
13
|
+
}, {
|
|
14
|
+
readonly type: "function";
|
|
15
|
+
readonly name: "AUTHORIZATION_NONCE_IDENTIFIER";
|
|
16
|
+
readonly inputs: readonly [];
|
|
17
|
+
readonly outputs: readonly [{
|
|
18
|
+
readonly name: "";
|
|
19
|
+
readonly type: "bytes32";
|
|
20
|
+
readonly internalType: "bytes32";
|
|
21
|
+
}];
|
|
22
|
+
readonly stateMutability: "view";
|
|
23
|
+
}, {
|
|
24
|
+
readonly type: "function";
|
|
25
|
+
readonly name: "BRIDGE_AND_SWAP_WITNESS_IDENTIFIER";
|
|
26
|
+
readonly inputs: readonly [];
|
|
27
|
+
readonly outputs: readonly [{
|
|
28
|
+
readonly name: "";
|
|
29
|
+
readonly type: "bytes32";
|
|
30
|
+
readonly internalType: "bytes32";
|
|
31
|
+
}];
|
|
32
|
+
readonly stateMutability: "view";
|
|
33
|
+
}, {
|
|
34
|
+
readonly type: "function";
|
|
35
|
+
readonly name: "BRIDGE_WITNESS_IDENTIFIER";
|
|
36
|
+
readonly inputs: readonly [];
|
|
37
|
+
readonly outputs: readonly [{
|
|
38
|
+
readonly name: "";
|
|
39
|
+
readonly type: "bytes32";
|
|
40
|
+
readonly internalType: "bytes32";
|
|
41
|
+
}];
|
|
42
|
+
readonly stateMutability: "view";
|
|
43
|
+
}, {
|
|
44
|
+
readonly type: "function";
|
|
45
|
+
readonly name: "DEPOSIT_NONCE_IDENTIFIER";
|
|
46
|
+
readonly inputs: readonly [];
|
|
47
|
+
readonly outputs: readonly [{
|
|
48
|
+
readonly name: "";
|
|
49
|
+
readonly type: "bytes32";
|
|
50
|
+
readonly internalType: "bytes32";
|
|
51
|
+
}];
|
|
52
|
+
readonly stateMutability: "view";
|
|
53
|
+
}, {
|
|
54
|
+
readonly type: "function";
|
|
55
|
+
readonly name: "PERMIT2_NONCE_IDENTIFIER";
|
|
56
|
+
readonly inputs: readonly [];
|
|
57
|
+
readonly outputs: readonly [{
|
|
58
|
+
readonly name: "";
|
|
59
|
+
readonly type: "bytes32";
|
|
60
|
+
readonly internalType: "bytes32";
|
|
61
|
+
}];
|
|
62
|
+
readonly stateMutability: "view";
|
|
63
|
+
}, {
|
|
64
|
+
readonly type: "function";
|
|
65
|
+
readonly name: "PERMIT_NONCE_IDENTIFIER";
|
|
66
|
+
readonly inputs: readonly [];
|
|
67
|
+
readonly outputs: readonly [{
|
|
68
|
+
readonly name: "";
|
|
69
|
+
readonly type: "bytes32";
|
|
70
|
+
readonly internalType: "bytes32";
|
|
71
|
+
}];
|
|
72
|
+
readonly stateMutability: "view";
|
|
13
73
|
}, {
|
|
14
74
|
readonly type: "function";
|
|
15
75
|
readonly name: "depositNative";
|
|
@@ -162,10 +222,6 @@ export declare class SpokePoolPeriphery__factory {
|
|
|
162
222
|
readonly name: "receiveWithAuthSignature";
|
|
163
223
|
readonly type: "bytes";
|
|
164
224
|
readonly internalType: "bytes";
|
|
165
|
-
}, {
|
|
166
|
-
readonly name: "depositDataSignature";
|
|
167
|
-
readonly type: "bytes";
|
|
168
|
-
readonly internalType: "bytes";
|
|
169
225
|
}];
|
|
170
226
|
readonly outputs: readonly [];
|
|
171
227
|
readonly stateMutability: "nonpayable";
|
|
@@ -433,6 +489,238 @@ export declare class SpokePoolPeriphery__factory {
|
|
|
433
489
|
readonly internalType: "uint256[]";
|
|
434
490
|
}];
|
|
435
491
|
readonly stateMutability: "view";
|
|
492
|
+
}, {
|
|
493
|
+
readonly type: "function";
|
|
494
|
+
readonly name: "getDepositId";
|
|
495
|
+
readonly inputs: readonly [{
|
|
496
|
+
readonly name: "depositor";
|
|
497
|
+
readonly type: "address";
|
|
498
|
+
readonly internalType: "address";
|
|
499
|
+
}, {
|
|
500
|
+
readonly name: "authorizer";
|
|
501
|
+
readonly type: "address";
|
|
502
|
+
readonly internalType: "address";
|
|
503
|
+
}, {
|
|
504
|
+
readonly name: "nonceIdentifier";
|
|
505
|
+
readonly type: "bytes32";
|
|
506
|
+
readonly internalType: "bytes32";
|
|
507
|
+
}, {
|
|
508
|
+
readonly name: "nonce";
|
|
509
|
+
readonly type: "uint256";
|
|
510
|
+
readonly internalType: "uint256";
|
|
511
|
+
}, {
|
|
512
|
+
readonly name: "spokePool";
|
|
513
|
+
readonly type: "address";
|
|
514
|
+
readonly internalType: "contract V3SpokePoolInterface";
|
|
515
|
+
}];
|
|
516
|
+
readonly outputs: readonly [{
|
|
517
|
+
readonly name: "";
|
|
518
|
+
readonly type: "uint256";
|
|
519
|
+
readonly internalType: "uint256";
|
|
520
|
+
}];
|
|
521
|
+
readonly stateMutability: "view";
|
|
522
|
+
}, {
|
|
523
|
+
readonly type: "function";
|
|
524
|
+
readonly name: "getERC3009DepositWitness";
|
|
525
|
+
readonly inputs: readonly [{
|
|
526
|
+
readonly name: "depositData";
|
|
527
|
+
readonly type: "tuple";
|
|
528
|
+
readonly internalType: "struct SpokePoolPeripheryInterface.DepositData";
|
|
529
|
+
readonly components: readonly [{
|
|
530
|
+
readonly name: "submissionFees";
|
|
531
|
+
readonly type: "tuple";
|
|
532
|
+
readonly internalType: "struct SpokePoolPeripheryInterface.Fees";
|
|
533
|
+
readonly components: readonly [{
|
|
534
|
+
readonly name: "amount";
|
|
535
|
+
readonly type: "uint256";
|
|
536
|
+
readonly internalType: "uint256";
|
|
537
|
+
}, {
|
|
538
|
+
readonly name: "recipient";
|
|
539
|
+
readonly type: "address";
|
|
540
|
+
readonly internalType: "address";
|
|
541
|
+
}];
|
|
542
|
+
}, {
|
|
543
|
+
readonly name: "baseDepositData";
|
|
544
|
+
readonly type: "tuple";
|
|
545
|
+
readonly internalType: "struct SpokePoolPeripheryInterface.BaseDepositData";
|
|
546
|
+
readonly components: readonly [{
|
|
547
|
+
readonly name: "inputToken";
|
|
548
|
+
readonly type: "address";
|
|
549
|
+
readonly internalType: "address";
|
|
550
|
+
}, {
|
|
551
|
+
readonly name: "outputToken";
|
|
552
|
+
readonly type: "bytes32";
|
|
553
|
+
readonly internalType: "bytes32";
|
|
554
|
+
}, {
|
|
555
|
+
readonly name: "outputAmount";
|
|
556
|
+
readonly type: "uint256";
|
|
557
|
+
readonly internalType: "uint256";
|
|
558
|
+
}, {
|
|
559
|
+
readonly name: "depositor";
|
|
560
|
+
readonly type: "address";
|
|
561
|
+
readonly internalType: "address";
|
|
562
|
+
}, {
|
|
563
|
+
readonly name: "recipient";
|
|
564
|
+
readonly type: "bytes32";
|
|
565
|
+
readonly internalType: "bytes32";
|
|
566
|
+
}, {
|
|
567
|
+
readonly name: "destinationChainId";
|
|
568
|
+
readonly type: "uint256";
|
|
569
|
+
readonly internalType: "uint256";
|
|
570
|
+
}, {
|
|
571
|
+
readonly name: "exclusiveRelayer";
|
|
572
|
+
readonly type: "bytes32";
|
|
573
|
+
readonly internalType: "bytes32";
|
|
574
|
+
}, {
|
|
575
|
+
readonly name: "quoteTimestamp";
|
|
576
|
+
readonly type: "uint32";
|
|
577
|
+
readonly internalType: "uint32";
|
|
578
|
+
}, {
|
|
579
|
+
readonly name: "fillDeadline";
|
|
580
|
+
readonly type: "uint32";
|
|
581
|
+
readonly internalType: "uint32";
|
|
582
|
+
}, {
|
|
583
|
+
readonly name: "exclusivityParameter";
|
|
584
|
+
readonly type: "uint32";
|
|
585
|
+
readonly internalType: "uint32";
|
|
586
|
+
}, {
|
|
587
|
+
readonly name: "message";
|
|
588
|
+
readonly type: "bytes";
|
|
589
|
+
readonly internalType: "bytes";
|
|
590
|
+
}];
|
|
591
|
+
}, {
|
|
592
|
+
readonly name: "inputAmount";
|
|
593
|
+
readonly type: "uint256";
|
|
594
|
+
readonly internalType: "uint256";
|
|
595
|
+
}, {
|
|
596
|
+
readonly name: "spokePool";
|
|
597
|
+
readonly type: "address";
|
|
598
|
+
readonly internalType: "address";
|
|
599
|
+
}, {
|
|
600
|
+
readonly name: "nonce";
|
|
601
|
+
readonly type: "uint256";
|
|
602
|
+
readonly internalType: "uint256";
|
|
603
|
+
}];
|
|
604
|
+
}];
|
|
605
|
+
readonly outputs: readonly [{
|
|
606
|
+
readonly name: "";
|
|
607
|
+
readonly type: "bytes32";
|
|
608
|
+
readonly internalType: "bytes32";
|
|
609
|
+
}];
|
|
610
|
+
readonly stateMutability: "pure";
|
|
611
|
+
}, {
|
|
612
|
+
readonly type: "function";
|
|
613
|
+
readonly name: "getERC3009SwapAndBridgeWitness";
|
|
614
|
+
readonly inputs: readonly [{
|
|
615
|
+
readonly name: "swapAndDepositData";
|
|
616
|
+
readonly type: "tuple";
|
|
617
|
+
readonly internalType: "struct SpokePoolPeripheryInterface.SwapAndDepositData";
|
|
618
|
+
readonly components: readonly [{
|
|
619
|
+
readonly name: "submissionFees";
|
|
620
|
+
readonly type: "tuple";
|
|
621
|
+
readonly internalType: "struct SpokePoolPeripheryInterface.Fees";
|
|
622
|
+
readonly components: readonly [{
|
|
623
|
+
readonly name: "amount";
|
|
624
|
+
readonly type: "uint256";
|
|
625
|
+
readonly internalType: "uint256";
|
|
626
|
+
}, {
|
|
627
|
+
readonly name: "recipient";
|
|
628
|
+
readonly type: "address";
|
|
629
|
+
readonly internalType: "address";
|
|
630
|
+
}];
|
|
631
|
+
}, {
|
|
632
|
+
readonly name: "depositData";
|
|
633
|
+
readonly type: "tuple";
|
|
634
|
+
readonly internalType: "struct SpokePoolPeripheryInterface.BaseDepositData";
|
|
635
|
+
readonly components: readonly [{
|
|
636
|
+
readonly name: "inputToken";
|
|
637
|
+
readonly type: "address";
|
|
638
|
+
readonly internalType: "address";
|
|
639
|
+
}, {
|
|
640
|
+
readonly name: "outputToken";
|
|
641
|
+
readonly type: "bytes32";
|
|
642
|
+
readonly internalType: "bytes32";
|
|
643
|
+
}, {
|
|
644
|
+
readonly name: "outputAmount";
|
|
645
|
+
readonly type: "uint256";
|
|
646
|
+
readonly internalType: "uint256";
|
|
647
|
+
}, {
|
|
648
|
+
readonly name: "depositor";
|
|
649
|
+
readonly type: "address";
|
|
650
|
+
readonly internalType: "address";
|
|
651
|
+
}, {
|
|
652
|
+
readonly name: "recipient";
|
|
653
|
+
readonly type: "bytes32";
|
|
654
|
+
readonly internalType: "bytes32";
|
|
655
|
+
}, {
|
|
656
|
+
readonly name: "destinationChainId";
|
|
657
|
+
readonly type: "uint256";
|
|
658
|
+
readonly internalType: "uint256";
|
|
659
|
+
}, {
|
|
660
|
+
readonly name: "exclusiveRelayer";
|
|
661
|
+
readonly type: "bytes32";
|
|
662
|
+
readonly internalType: "bytes32";
|
|
663
|
+
}, {
|
|
664
|
+
readonly name: "quoteTimestamp";
|
|
665
|
+
readonly type: "uint32";
|
|
666
|
+
readonly internalType: "uint32";
|
|
667
|
+
}, {
|
|
668
|
+
readonly name: "fillDeadline";
|
|
669
|
+
readonly type: "uint32";
|
|
670
|
+
readonly internalType: "uint32";
|
|
671
|
+
}, {
|
|
672
|
+
readonly name: "exclusivityParameter";
|
|
673
|
+
readonly type: "uint32";
|
|
674
|
+
readonly internalType: "uint32";
|
|
675
|
+
}, {
|
|
676
|
+
readonly name: "message";
|
|
677
|
+
readonly type: "bytes";
|
|
678
|
+
readonly internalType: "bytes";
|
|
679
|
+
}];
|
|
680
|
+
}, {
|
|
681
|
+
readonly name: "swapToken";
|
|
682
|
+
readonly type: "address";
|
|
683
|
+
readonly internalType: "address";
|
|
684
|
+
}, {
|
|
685
|
+
readonly name: "exchange";
|
|
686
|
+
readonly type: "address";
|
|
687
|
+
readonly internalType: "address";
|
|
688
|
+
}, {
|
|
689
|
+
readonly name: "transferType";
|
|
690
|
+
readonly type: "uint8";
|
|
691
|
+
readonly internalType: "enum SpokePoolPeripheryInterface.TransferType";
|
|
692
|
+
}, {
|
|
693
|
+
readonly name: "swapTokenAmount";
|
|
694
|
+
readonly type: "uint256";
|
|
695
|
+
readonly internalType: "uint256";
|
|
696
|
+
}, {
|
|
697
|
+
readonly name: "minExpectedInputTokenAmount";
|
|
698
|
+
readonly type: "uint256";
|
|
699
|
+
readonly internalType: "uint256";
|
|
700
|
+
}, {
|
|
701
|
+
readonly name: "routerCalldata";
|
|
702
|
+
readonly type: "bytes";
|
|
703
|
+
readonly internalType: "bytes";
|
|
704
|
+
}, {
|
|
705
|
+
readonly name: "enableProportionalAdjustment";
|
|
706
|
+
readonly type: "bool";
|
|
707
|
+
readonly internalType: "bool";
|
|
708
|
+
}, {
|
|
709
|
+
readonly name: "spokePool";
|
|
710
|
+
readonly type: "address";
|
|
711
|
+
readonly internalType: "address";
|
|
712
|
+
}, {
|
|
713
|
+
readonly name: "nonce";
|
|
714
|
+
readonly type: "uint256";
|
|
715
|
+
readonly internalType: "uint256";
|
|
716
|
+
}];
|
|
717
|
+
}];
|
|
718
|
+
readonly outputs: readonly [{
|
|
719
|
+
readonly name: "";
|
|
720
|
+
readonly type: "bytes32";
|
|
721
|
+
readonly internalType: "bytes32";
|
|
722
|
+
}];
|
|
723
|
+
readonly stateMutability: "pure";
|
|
436
724
|
}, {
|
|
437
725
|
readonly type: "function";
|
|
438
726
|
readonly name: "multicall";
|
|
@@ -461,7 +749,7 @@ export declare class SpokePoolPeriphery__factory {
|
|
|
461
749
|
readonly type: "function";
|
|
462
750
|
readonly name: "permitNonces";
|
|
463
751
|
readonly inputs: readonly [{
|
|
464
|
-
readonly name: "";
|
|
752
|
+
readonly name: "user";
|
|
465
753
|
readonly type: "address";
|
|
466
754
|
readonly internalType: "address";
|
|
467
755
|
}];
|
|
@@ -702,10 +990,6 @@ export declare class SpokePoolPeriphery__factory {
|
|
|
702
990
|
readonly name: "receiveWithAuthSignature";
|
|
703
991
|
readonly type: "bytes";
|
|
704
992
|
readonly internalType: "bytes";
|
|
705
|
-
}, {
|
|
706
|
-
readonly name: "swapAndDepositDataSignature";
|
|
707
|
-
readonly type: "bytes";
|
|
708
|
-
readonly internalType: "bytes";
|
|
709
993
|
}];
|
|
710
994
|
readonly outputs: readonly [];
|
|
711
995
|
readonly stateMutability: "nonpayable";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SpokePoolPeriphery__factory.d.ts","sourceRoot":"","sources":["../../../../../../../src/utils/abi/typechain/factories/SpokePoolPeriphery__factory.ts"],"names":[],"mappings":"AAIA,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,EACV,kBAAkB,EAClB,2BAA2B,EAC5B,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"SpokePoolPeriphery__factory.d.ts","sourceRoot":"","sources":["../../../../../../../src/utils/abi/typechain/factories/SpokePoolPeriphery__factory.ts"],"names":[],"mappings":"AAIA,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,EACV,kBAAkB,EAClB,2BAA2B,EAC5B,MAAM,uBAAuB,CAAC;AA2sD/B,qBAAa,2BAA2B;IACtC,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,2BAA2B;IAGrD,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,kBAAkB;CAGtB"}
|
package/dist/types/src/utils/abi/typechain/factories/SponsoredCCTPDstPeriphery__factory.d.ts
CHANGED
|
@@ -463,6 +463,16 @@ export declare class SponsoredCCTPDstPeriphery__factory {
|
|
|
463
463
|
readonly type: "bytes32";
|
|
464
464
|
readonly indexed: false;
|
|
465
465
|
readonly internalType: "bytes32";
|
|
466
|
+
}, {
|
|
467
|
+
readonly name: "destinationDex";
|
|
468
|
+
readonly type: "uint32";
|
|
469
|
+
readonly indexed: false;
|
|
470
|
+
readonly internalType: "uint32";
|
|
471
|
+
}, {
|
|
472
|
+
readonly name: "accountCreationMode";
|
|
473
|
+
readonly type: "uint8";
|
|
474
|
+
readonly indexed: false;
|
|
475
|
+
readonly internalType: "uint8";
|
|
466
476
|
}, {
|
|
467
477
|
readonly name: "signature";
|
|
468
478
|
readonly type: "bytes";
|
package/dist/types/src/utils/abi/typechain/factories/SponsoredCCTPDstPeriphery__factory.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SponsoredCCTPDstPeriphery__factory.d.ts","sourceRoot":"","sources":["../../../../../../../src/utils/abi/typechain/factories/SponsoredCCTPDstPeriphery__factory.ts"],"names":[],"mappings":"AAIA,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,EACV,yBAAyB,EACzB,kCAAkC,EACnC,MAAM,8BAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"SponsoredCCTPDstPeriphery__factory.d.ts","sourceRoot":"","sources":["../../../../../../../src/utils/abi/typechain/factories/SponsoredCCTPDstPeriphery__factory.ts"],"names":[],"mappings":"AAIA,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,EACV,yBAAyB,EACzB,kCAAkC,EACnC,MAAM,8BAA8B,CAAC;AA4rBtC,qBAAa,kCAAkC;IAC7C,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,kCAAkC;IAG5D,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,yBAAyB;CAO7B"}
|
|
@@ -65,6 +65,16 @@ export declare class SponsoredCCTPInterface__factory {
|
|
|
65
65
|
readonly type: "bytes32";
|
|
66
66
|
readonly indexed: false;
|
|
67
67
|
readonly internalType: "bytes32";
|
|
68
|
+
}, {
|
|
69
|
+
readonly name: "destinationDex";
|
|
70
|
+
readonly type: "uint32";
|
|
71
|
+
readonly indexed: false;
|
|
72
|
+
readonly internalType: "uint32";
|
|
73
|
+
}, {
|
|
74
|
+
readonly name: "accountCreationMode";
|
|
75
|
+
readonly type: "uint8";
|
|
76
|
+
readonly indexed: false;
|
|
77
|
+
readonly internalType: "uint8";
|
|
68
78
|
}, {
|
|
69
79
|
readonly name: "signature";
|
|
70
80
|
readonly type: "bytes";
|
package/dist/types/src/utils/abi/typechain/factories/SponsoredCCTPInterface__factory.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SponsoredCCTPInterface__factory.d.ts","sourceRoot":"","sources":["../../../../../../../src/utils/abi/typechain/factories/SponsoredCCTPInterface__factory.ts"],"names":[],"mappings":"AAIA,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,EACV,sBAAsB,EACtB,+BAA+B,EAChC,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"SponsoredCCTPInterface__factory.d.ts","sourceRoot":"","sources":["../../../../../../../src/utils/abi/typechain/factories/SponsoredCCTPInterface__factory.ts"],"names":[],"mappings":"AAIA,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,EACV,sBAAsB,EACtB,+BAA+B,EAChC,MAAM,2BAA2B,CAAC;AAgInC,qBAAa,+BAA+B;IAC1C,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,+BAA+B;IAGzD,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,sBAAsB;CAO1B"}
|
package/dist/types/src/utils/abi/typechain/factories/SponsoredCCTPSrcPeriphery__factory.d.ts
CHANGED
|
@@ -91,6 +91,14 @@ export declare class SponsoredCCTPSrcPeriphery__factory {
|
|
|
91
91
|
readonly name: "finalToken";
|
|
92
92
|
readonly type: "bytes32";
|
|
93
93
|
readonly internalType: "bytes32";
|
|
94
|
+
}, {
|
|
95
|
+
readonly name: "destinationDex";
|
|
96
|
+
readonly type: "uint32";
|
|
97
|
+
readonly internalType: "uint32";
|
|
98
|
+
}, {
|
|
99
|
+
readonly name: "accountCreationMode";
|
|
100
|
+
readonly type: "uint8";
|
|
101
|
+
readonly internalType: "uint8";
|
|
94
102
|
}, {
|
|
95
103
|
readonly name: "executionMode";
|
|
96
104
|
readonly type: "uint8";
|
|
@@ -255,6 +263,16 @@ export declare class SponsoredCCTPSrcPeriphery__factory {
|
|
|
255
263
|
readonly type: "bytes32";
|
|
256
264
|
readonly indexed: false;
|
|
257
265
|
readonly internalType: "bytes32";
|
|
266
|
+
}, {
|
|
267
|
+
readonly name: "destinationDex";
|
|
268
|
+
readonly type: "uint32";
|
|
269
|
+
readonly indexed: false;
|
|
270
|
+
readonly internalType: "uint32";
|
|
271
|
+
}, {
|
|
272
|
+
readonly name: "accountCreationMode";
|
|
273
|
+
readonly type: "uint8";
|
|
274
|
+
readonly indexed: false;
|
|
275
|
+
readonly internalType: "uint8";
|
|
258
276
|
}, {
|
|
259
277
|
readonly name: "signature";
|
|
260
278
|
readonly type: "bytes";
|
package/dist/types/src/utils/abi/typechain/factories/SponsoredCCTPSrcPeriphery__factory.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SponsoredCCTPSrcPeriphery__factory.d.ts","sourceRoot":"","sources":["../../../../../../../src/utils/abi/typechain/factories/SponsoredCCTPSrcPeriphery__factory.ts"],"names":[],"mappings":"AAIA,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,EACV,yBAAyB,EACzB,kCAAkC,EACnC,MAAM,8BAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"SponsoredCCTPSrcPeriphery__factory.d.ts","sourceRoot":"","sources":["../../../../../../../src/utils/abi/typechain/factories/SponsoredCCTPSrcPeriphery__factory.ts"],"names":[],"mappings":"AAIA,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,EACV,yBAAyB,EACzB,kCAAkC,EACnC,MAAM,8BAA8B,CAAC;AAmYtC,qBAAa,kCAAkC;IAC7C,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,kCAAkC;IAG5D,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,yBAAyB;CAO7B"}
|