@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,52 @@
|
|
|
1
|
+
/* Autogenerated file. Do not edit manually. */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { Contract, Signer, utils } from "ethers";
|
|
6
|
+
import type { Provider } from "@ethersproject/providers";
|
|
7
|
+
import type { OFTCoreMath, OFTCoreMathInterface } from "../OFTCoreMath";
|
|
8
|
+
|
|
9
|
+
const _abi = [
|
|
10
|
+
{
|
|
11
|
+
type: "function",
|
|
12
|
+
name: "decimalConversionRate",
|
|
13
|
+
inputs: [],
|
|
14
|
+
outputs: [
|
|
15
|
+
{
|
|
16
|
+
name: "",
|
|
17
|
+
type: "uint256",
|
|
18
|
+
internalType: "uint256",
|
|
19
|
+
},
|
|
20
|
+
],
|
|
21
|
+
stateMutability: "view",
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
type: "error",
|
|
25
|
+
name: "AmountSDOverflowed",
|
|
26
|
+
inputs: [
|
|
27
|
+
{
|
|
28
|
+
name: "amountSD",
|
|
29
|
+
type: "uint256",
|
|
30
|
+
internalType: "uint256",
|
|
31
|
+
},
|
|
32
|
+
],
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
type: "error",
|
|
36
|
+
name: "InvalidLocalDecimals",
|
|
37
|
+
inputs: [],
|
|
38
|
+
},
|
|
39
|
+
] as const;
|
|
40
|
+
|
|
41
|
+
export class OFTCoreMath__factory {
|
|
42
|
+
static readonly abi = _abi;
|
|
43
|
+
static createInterface(): OFTCoreMathInterface {
|
|
44
|
+
return new utils.Interface(_abi) as OFTCoreMathInterface;
|
|
45
|
+
}
|
|
46
|
+
static connect(
|
|
47
|
+
address: string,
|
|
48
|
+
signerOrProvider: Signer | Provider
|
|
49
|
+
): OFTCoreMath {
|
|
50
|
+
return new Contract(address, _abi, signerOrProvider) as OFTCoreMath;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
@@ -203,11 +203,6 @@ const _abi = [
|
|
|
203
203
|
type: "bytes",
|
|
204
204
|
internalType: "bytes",
|
|
205
205
|
},
|
|
206
|
-
{
|
|
207
|
-
name: "depositDataSignature",
|
|
208
|
-
type: "bytes",
|
|
209
|
-
internalType: "bytes",
|
|
210
|
-
},
|
|
211
206
|
],
|
|
212
207
|
outputs: [],
|
|
213
208
|
stateMutability: "nonpayable",
|
|
@@ -807,11 +802,6 @@ const _abi = [
|
|
|
807
802
|
type: "bytes",
|
|
808
803
|
internalType: "bytes",
|
|
809
804
|
},
|
|
810
|
-
{
|
|
811
|
-
name: "swapAndDepositDataSignature",
|
|
812
|
-
type: "bytes",
|
|
813
|
-
internalType: "bytes",
|
|
814
|
-
},
|
|
815
805
|
],
|
|
816
806
|
outputs: [],
|
|
817
807
|
stateMutability: "nonpayable",
|
|
@@ -21,6 +21,84 @@ const _abi = [
|
|
|
21
21
|
],
|
|
22
22
|
stateMutability: "nonpayable",
|
|
23
23
|
},
|
|
24
|
+
{
|
|
25
|
+
type: "function",
|
|
26
|
+
name: "AUTHORIZATION_NONCE_IDENTIFIER",
|
|
27
|
+
inputs: [],
|
|
28
|
+
outputs: [
|
|
29
|
+
{
|
|
30
|
+
name: "",
|
|
31
|
+
type: "bytes32",
|
|
32
|
+
internalType: "bytes32",
|
|
33
|
+
},
|
|
34
|
+
],
|
|
35
|
+
stateMutability: "view",
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
type: "function",
|
|
39
|
+
name: "BRIDGE_AND_SWAP_WITNESS_IDENTIFIER",
|
|
40
|
+
inputs: [],
|
|
41
|
+
outputs: [
|
|
42
|
+
{
|
|
43
|
+
name: "",
|
|
44
|
+
type: "bytes32",
|
|
45
|
+
internalType: "bytes32",
|
|
46
|
+
},
|
|
47
|
+
],
|
|
48
|
+
stateMutability: "view",
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
type: "function",
|
|
52
|
+
name: "BRIDGE_WITNESS_IDENTIFIER",
|
|
53
|
+
inputs: [],
|
|
54
|
+
outputs: [
|
|
55
|
+
{
|
|
56
|
+
name: "",
|
|
57
|
+
type: "bytes32",
|
|
58
|
+
internalType: "bytes32",
|
|
59
|
+
},
|
|
60
|
+
],
|
|
61
|
+
stateMutability: "view",
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
type: "function",
|
|
65
|
+
name: "DEPOSIT_NONCE_IDENTIFIER",
|
|
66
|
+
inputs: [],
|
|
67
|
+
outputs: [
|
|
68
|
+
{
|
|
69
|
+
name: "",
|
|
70
|
+
type: "bytes32",
|
|
71
|
+
internalType: "bytes32",
|
|
72
|
+
},
|
|
73
|
+
],
|
|
74
|
+
stateMutability: "view",
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
type: "function",
|
|
78
|
+
name: "PERMIT2_NONCE_IDENTIFIER",
|
|
79
|
+
inputs: [],
|
|
80
|
+
outputs: [
|
|
81
|
+
{
|
|
82
|
+
name: "",
|
|
83
|
+
type: "bytes32",
|
|
84
|
+
internalType: "bytes32",
|
|
85
|
+
},
|
|
86
|
+
],
|
|
87
|
+
stateMutability: "view",
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
type: "function",
|
|
91
|
+
name: "PERMIT_NONCE_IDENTIFIER",
|
|
92
|
+
inputs: [],
|
|
93
|
+
outputs: [
|
|
94
|
+
{
|
|
95
|
+
name: "",
|
|
96
|
+
type: "bytes32",
|
|
97
|
+
internalType: "bytes32",
|
|
98
|
+
},
|
|
99
|
+
],
|
|
100
|
+
stateMutability: "view",
|
|
101
|
+
},
|
|
24
102
|
{
|
|
25
103
|
type: "function",
|
|
26
104
|
name: "depositNative",
|
|
@@ -214,11 +292,6 @@ const _abi = [
|
|
|
214
292
|
type: "bytes",
|
|
215
293
|
internalType: "bytes",
|
|
216
294
|
},
|
|
217
|
-
{
|
|
218
|
-
name: "depositDataSignature",
|
|
219
|
-
type: "bytes",
|
|
220
|
-
internalType: "bytes",
|
|
221
|
-
},
|
|
222
295
|
],
|
|
223
296
|
outputs: [],
|
|
224
297
|
stateMutability: "nonpayable",
|
|
@@ -561,6 +634,305 @@ const _abi = [
|
|
|
561
634
|
],
|
|
562
635
|
stateMutability: "view",
|
|
563
636
|
},
|
|
637
|
+
{
|
|
638
|
+
type: "function",
|
|
639
|
+
name: "getDepositId",
|
|
640
|
+
inputs: [
|
|
641
|
+
{
|
|
642
|
+
name: "depositor",
|
|
643
|
+
type: "address",
|
|
644
|
+
internalType: "address",
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
name: "authorizer",
|
|
648
|
+
type: "address",
|
|
649
|
+
internalType: "address",
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
name: "nonceIdentifier",
|
|
653
|
+
type: "bytes32",
|
|
654
|
+
internalType: "bytes32",
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
name: "nonce",
|
|
658
|
+
type: "uint256",
|
|
659
|
+
internalType: "uint256",
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
name: "spokePool",
|
|
663
|
+
type: "address",
|
|
664
|
+
internalType: "contract V3SpokePoolInterface",
|
|
665
|
+
},
|
|
666
|
+
],
|
|
667
|
+
outputs: [
|
|
668
|
+
{
|
|
669
|
+
name: "",
|
|
670
|
+
type: "uint256",
|
|
671
|
+
internalType: "uint256",
|
|
672
|
+
},
|
|
673
|
+
],
|
|
674
|
+
stateMutability: "view",
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
type: "function",
|
|
678
|
+
name: "getERC3009DepositWitness",
|
|
679
|
+
inputs: [
|
|
680
|
+
{
|
|
681
|
+
name: "depositData",
|
|
682
|
+
type: "tuple",
|
|
683
|
+
internalType: "struct SpokePoolPeripheryInterface.DepositData",
|
|
684
|
+
components: [
|
|
685
|
+
{
|
|
686
|
+
name: "submissionFees",
|
|
687
|
+
type: "tuple",
|
|
688
|
+
internalType: "struct SpokePoolPeripheryInterface.Fees",
|
|
689
|
+
components: [
|
|
690
|
+
{
|
|
691
|
+
name: "amount",
|
|
692
|
+
type: "uint256",
|
|
693
|
+
internalType: "uint256",
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
name: "recipient",
|
|
697
|
+
type: "address",
|
|
698
|
+
internalType: "address",
|
|
699
|
+
},
|
|
700
|
+
],
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
name: "baseDepositData",
|
|
704
|
+
type: "tuple",
|
|
705
|
+
internalType: "struct SpokePoolPeripheryInterface.BaseDepositData",
|
|
706
|
+
components: [
|
|
707
|
+
{
|
|
708
|
+
name: "inputToken",
|
|
709
|
+
type: "address",
|
|
710
|
+
internalType: "address",
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
name: "outputToken",
|
|
714
|
+
type: "bytes32",
|
|
715
|
+
internalType: "bytes32",
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
name: "outputAmount",
|
|
719
|
+
type: "uint256",
|
|
720
|
+
internalType: "uint256",
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
name: "depositor",
|
|
724
|
+
type: "address",
|
|
725
|
+
internalType: "address",
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
name: "recipient",
|
|
729
|
+
type: "bytes32",
|
|
730
|
+
internalType: "bytes32",
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
name: "destinationChainId",
|
|
734
|
+
type: "uint256",
|
|
735
|
+
internalType: "uint256",
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
name: "exclusiveRelayer",
|
|
739
|
+
type: "bytes32",
|
|
740
|
+
internalType: "bytes32",
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
name: "quoteTimestamp",
|
|
744
|
+
type: "uint32",
|
|
745
|
+
internalType: "uint32",
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
name: "fillDeadline",
|
|
749
|
+
type: "uint32",
|
|
750
|
+
internalType: "uint32",
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
name: "exclusivityParameter",
|
|
754
|
+
type: "uint32",
|
|
755
|
+
internalType: "uint32",
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
name: "message",
|
|
759
|
+
type: "bytes",
|
|
760
|
+
internalType: "bytes",
|
|
761
|
+
},
|
|
762
|
+
],
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
name: "inputAmount",
|
|
766
|
+
type: "uint256",
|
|
767
|
+
internalType: "uint256",
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
name: "spokePool",
|
|
771
|
+
type: "address",
|
|
772
|
+
internalType: "address",
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
name: "nonce",
|
|
776
|
+
type: "uint256",
|
|
777
|
+
internalType: "uint256",
|
|
778
|
+
},
|
|
779
|
+
],
|
|
780
|
+
},
|
|
781
|
+
],
|
|
782
|
+
outputs: [
|
|
783
|
+
{
|
|
784
|
+
name: "",
|
|
785
|
+
type: "bytes32",
|
|
786
|
+
internalType: "bytes32",
|
|
787
|
+
},
|
|
788
|
+
],
|
|
789
|
+
stateMutability: "pure",
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
type: "function",
|
|
793
|
+
name: "getERC3009SwapAndBridgeWitness",
|
|
794
|
+
inputs: [
|
|
795
|
+
{
|
|
796
|
+
name: "swapAndDepositData",
|
|
797
|
+
type: "tuple",
|
|
798
|
+
internalType: "struct SpokePoolPeripheryInterface.SwapAndDepositData",
|
|
799
|
+
components: [
|
|
800
|
+
{
|
|
801
|
+
name: "submissionFees",
|
|
802
|
+
type: "tuple",
|
|
803
|
+
internalType: "struct SpokePoolPeripheryInterface.Fees",
|
|
804
|
+
components: [
|
|
805
|
+
{
|
|
806
|
+
name: "amount",
|
|
807
|
+
type: "uint256",
|
|
808
|
+
internalType: "uint256",
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
name: "recipient",
|
|
812
|
+
type: "address",
|
|
813
|
+
internalType: "address",
|
|
814
|
+
},
|
|
815
|
+
],
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
name: "depositData",
|
|
819
|
+
type: "tuple",
|
|
820
|
+
internalType: "struct SpokePoolPeripheryInterface.BaseDepositData",
|
|
821
|
+
components: [
|
|
822
|
+
{
|
|
823
|
+
name: "inputToken",
|
|
824
|
+
type: "address",
|
|
825
|
+
internalType: "address",
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
name: "outputToken",
|
|
829
|
+
type: "bytes32",
|
|
830
|
+
internalType: "bytes32",
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
name: "outputAmount",
|
|
834
|
+
type: "uint256",
|
|
835
|
+
internalType: "uint256",
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
name: "depositor",
|
|
839
|
+
type: "address",
|
|
840
|
+
internalType: "address",
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
name: "recipient",
|
|
844
|
+
type: "bytes32",
|
|
845
|
+
internalType: "bytes32",
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
name: "destinationChainId",
|
|
849
|
+
type: "uint256",
|
|
850
|
+
internalType: "uint256",
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
name: "exclusiveRelayer",
|
|
854
|
+
type: "bytes32",
|
|
855
|
+
internalType: "bytes32",
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
name: "quoteTimestamp",
|
|
859
|
+
type: "uint32",
|
|
860
|
+
internalType: "uint32",
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
name: "fillDeadline",
|
|
864
|
+
type: "uint32",
|
|
865
|
+
internalType: "uint32",
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
name: "exclusivityParameter",
|
|
869
|
+
type: "uint32",
|
|
870
|
+
internalType: "uint32",
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
name: "message",
|
|
874
|
+
type: "bytes",
|
|
875
|
+
internalType: "bytes",
|
|
876
|
+
},
|
|
877
|
+
],
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
name: "swapToken",
|
|
881
|
+
type: "address",
|
|
882
|
+
internalType: "address",
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
name: "exchange",
|
|
886
|
+
type: "address",
|
|
887
|
+
internalType: "address",
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
name: "transferType",
|
|
891
|
+
type: "uint8",
|
|
892
|
+
internalType: "enum SpokePoolPeripheryInterface.TransferType",
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
name: "swapTokenAmount",
|
|
896
|
+
type: "uint256",
|
|
897
|
+
internalType: "uint256",
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
name: "minExpectedInputTokenAmount",
|
|
901
|
+
type: "uint256",
|
|
902
|
+
internalType: "uint256",
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
name: "routerCalldata",
|
|
906
|
+
type: "bytes",
|
|
907
|
+
internalType: "bytes",
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
name: "enableProportionalAdjustment",
|
|
911
|
+
type: "bool",
|
|
912
|
+
internalType: "bool",
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
name: "spokePool",
|
|
916
|
+
type: "address",
|
|
917
|
+
internalType: "address",
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
name: "nonce",
|
|
921
|
+
type: "uint256",
|
|
922
|
+
internalType: "uint256",
|
|
923
|
+
},
|
|
924
|
+
],
|
|
925
|
+
},
|
|
926
|
+
],
|
|
927
|
+
outputs: [
|
|
928
|
+
{
|
|
929
|
+
name: "",
|
|
930
|
+
type: "bytes32",
|
|
931
|
+
internalType: "bytes32",
|
|
932
|
+
},
|
|
933
|
+
],
|
|
934
|
+
stateMutability: "pure",
|
|
935
|
+
},
|
|
564
936
|
{
|
|
565
937
|
type: "function",
|
|
566
938
|
name: "multicall",
|
|
@@ -598,7 +970,7 @@ const _abi = [
|
|
|
598
970
|
name: "permitNonces",
|
|
599
971
|
inputs: [
|
|
600
972
|
{
|
|
601
|
-
name: "",
|
|
973
|
+
name: "user",
|
|
602
974
|
type: "address",
|
|
603
975
|
internalType: "address",
|
|
604
976
|
},
|
|
@@ -906,11 +1278,6 @@ const _abi = [
|
|
|
906
1278
|
type: "bytes",
|
|
907
1279
|
internalType: "bytes",
|
|
908
1280
|
},
|
|
909
|
-
{
|
|
910
|
-
name: "swapAndDepositDataSignature",
|
|
911
|
-
type: "bytes",
|
|
912
|
-
internalType: "bytes",
|
|
913
|
-
},
|
|
914
1281
|
],
|
|
915
1282
|
outputs: [],
|
|
916
1283
|
stateMutability: "nonpayable",
|
|
@@ -602,6 +602,18 @@ const _abi = [
|
|
|
602
602
|
indexed: false,
|
|
603
603
|
internalType: "bytes32",
|
|
604
604
|
},
|
|
605
|
+
{
|
|
606
|
+
name: "destinationDex",
|
|
607
|
+
type: "uint32",
|
|
608
|
+
indexed: false,
|
|
609
|
+
internalType: "uint32",
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
name: "accountCreationMode",
|
|
613
|
+
type: "uint8",
|
|
614
|
+
indexed: false,
|
|
615
|
+
internalType: "uint8",
|
|
616
|
+
},
|
|
605
617
|
{
|
|
606
618
|
name: "signature",
|
|
607
619
|
type: "bytes",
|
|
@@ -87,6 +87,18 @@ const _abi = [
|
|
|
87
87
|
indexed: false,
|
|
88
88
|
internalType: "bytes32",
|
|
89
89
|
},
|
|
90
|
+
{
|
|
91
|
+
name: "destinationDex",
|
|
92
|
+
type: "uint32",
|
|
93
|
+
indexed: false,
|
|
94
|
+
internalType: "uint32",
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
name: "accountCreationMode",
|
|
98
|
+
type: "uint8",
|
|
99
|
+
indexed: false,
|
|
100
|
+
internalType: "uint8",
|
|
101
|
+
},
|
|
90
102
|
{
|
|
91
103
|
name: "signature",
|
|
92
104
|
type: "bytes",
|
|
@@ -123,6 +123,16 @@ const _abi = [
|
|
|
123
123
|
type: "bytes32",
|
|
124
124
|
internalType: "bytes32",
|
|
125
125
|
},
|
|
126
|
+
{
|
|
127
|
+
name: "destinationDex",
|
|
128
|
+
type: "uint32",
|
|
129
|
+
internalType: "uint32",
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
name: "accountCreationMode",
|
|
133
|
+
type: "uint8",
|
|
134
|
+
internalType: "uint8",
|
|
135
|
+
},
|
|
126
136
|
{
|
|
127
137
|
name: "executionMode",
|
|
128
138
|
type: "uint8",
|
|
@@ -331,6 +341,18 @@ const _abi = [
|
|
|
331
341
|
indexed: false,
|
|
332
342
|
internalType: "bytes32",
|
|
333
343
|
},
|
|
344
|
+
{
|
|
345
|
+
name: "destinationDex",
|
|
346
|
+
type: "uint32",
|
|
347
|
+
indexed: false,
|
|
348
|
+
internalType: "uint32",
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
name: "accountCreationMode",
|
|
352
|
+
type: "uint8",
|
|
353
|
+
indexed: false,
|
|
354
|
+
internalType: "uint8",
|
|
355
|
+
},
|
|
334
356
|
{
|
|
335
357
|
name: "signature",
|
|
336
358
|
type: "bytes",
|
|
@@ -88,6 +88,19 @@ const _abi = [
|
|
|
88
88
|
],
|
|
89
89
|
stateMutability: "view",
|
|
90
90
|
},
|
|
91
|
+
{
|
|
92
|
+
type: "function",
|
|
93
|
+
name: "decimalConversionRate",
|
|
94
|
+
inputs: [],
|
|
95
|
+
outputs: [
|
|
96
|
+
{
|
|
97
|
+
name: "",
|
|
98
|
+
type: "uint256",
|
|
99
|
+
internalType: "uint256",
|
|
100
|
+
},
|
|
101
|
+
],
|
|
102
|
+
stateMutability: "view",
|
|
103
|
+
},
|
|
91
104
|
{
|
|
92
105
|
type: "function",
|
|
93
106
|
name: "deposit",
|
|
@@ -137,6 +150,11 @@ const _abi = [
|
|
|
137
150
|
type: "uint256",
|
|
138
151
|
internalType: "uint256",
|
|
139
152
|
},
|
|
153
|
+
{
|
|
154
|
+
name: "maxUserSlippageBps",
|
|
155
|
+
type: "uint256",
|
|
156
|
+
internalType: "uint256",
|
|
157
|
+
},
|
|
140
158
|
{
|
|
141
159
|
name: "finalRecipient",
|
|
142
160
|
type: "bytes32",
|
|
@@ -147,6 +165,11 @@ const _abi = [
|
|
|
147
165
|
type: "bytes32",
|
|
148
166
|
internalType: "bytes32",
|
|
149
167
|
},
|
|
168
|
+
{
|
|
169
|
+
name: "destinationDex",
|
|
170
|
+
type: "uint32",
|
|
171
|
+
internalType: "uint32",
|
|
172
|
+
},
|
|
150
173
|
{
|
|
151
174
|
name: "lzReceiveGasLimit",
|
|
152
175
|
type: "uint256",
|
|
@@ -157,6 +180,16 @@ const _abi = [
|
|
|
157
180
|
type: "uint256",
|
|
158
181
|
internalType: "uint256",
|
|
159
182
|
},
|
|
183
|
+
{
|
|
184
|
+
name: "maxOftFeeBps",
|
|
185
|
+
type: "uint256",
|
|
186
|
+
internalType: "uint256",
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
name: "accountCreationMode",
|
|
190
|
+
type: "uint8",
|
|
191
|
+
internalType: "uint8",
|
|
192
|
+
},
|
|
160
193
|
{
|
|
161
194
|
name: "executionMode",
|
|
162
195
|
type: "uint8",
|
|
@@ -179,11 +212,6 @@ const _abi = [
|
|
|
179
212
|
type: "address",
|
|
180
213
|
internalType: "address",
|
|
181
214
|
},
|
|
182
|
-
{
|
|
183
|
-
name: "maxUserSlippageBps",
|
|
184
|
-
type: "uint256",
|
|
185
|
-
internalType: "uint256",
|
|
186
|
-
},
|
|
187
215
|
],
|
|
188
216
|
},
|
|
189
217
|
],
|
|
@@ -355,6 +383,22 @@ const _abi = [
|
|
|
355
383
|
],
|
|
356
384
|
anonymous: false,
|
|
357
385
|
},
|
|
386
|
+
{
|
|
387
|
+
type: "error",
|
|
388
|
+
name: "AmountSDOverflowed",
|
|
389
|
+
inputs: [
|
|
390
|
+
{
|
|
391
|
+
name: "amountSD",
|
|
392
|
+
type: "uint256",
|
|
393
|
+
internalType: "uint256",
|
|
394
|
+
},
|
|
395
|
+
],
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
type: "error",
|
|
399
|
+
name: "ArrayLengthMismatch",
|
|
400
|
+
inputs: [],
|
|
401
|
+
},
|
|
358
402
|
{
|
|
359
403
|
type: "error",
|
|
360
404
|
name: "IncorrectSignature",
|
|
@@ -370,6 +414,16 @@ const _abi = [
|
|
|
370
414
|
name: "InsufficientNativeFee",
|
|
371
415
|
inputs: [],
|
|
372
416
|
},
|
|
417
|
+
{
|
|
418
|
+
type: "error",
|
|
419
|
+
name: "InvalidLocalDecimals",
|
|
420
|
+
inputs: [],
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
type: "error",
|
|
424
|
+
name: "InvalidMaxOftFeeBps",
|
|
425
|
+
inputs: [],
|
|
426
|
+
},
|
|
373
427
|
{
|
|
374
428
|
type: "error",
|
|
375
429
|
name: "InvalidOptionType",
|