@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,31 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"type": "function",
|
|
4
|
+
"name": "decimalConversionRate",
|
|
5
|
+
"inputs": [],
|
|
6
|
+
"outputs": [
|
|
7
|
+
{
|
|
8
|
+
"name": "",
|
|
9
|
+
"type": "uint256",
|
|
10
|
+
"internalType": "uint256"
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"stateMutability": "view"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"type": "error",
|
|
17
|
+
"name": "AmountSDOverflowed",
|
|
18
|
+
"inputs": [
|
|
19
|
+
{
|
|
20
|
+
"name": "amountSD",
|
|
21
|
+
"type": "uint256",
|
|
22
|
+
"internalType": "uint256"
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"type": "error",
|
|
28
|
+
"name": "InvalidLocalDecimals",
|
|
29
|
+
"inputs": []
|
|
30
|
+
}
|
|
31
|
+
]
|
|
@@ -10,6 +10,84 @@
|
|
|
10
10
|
],
|
|
11
11
|
"stateMutability": "nonpayable"
|
|
12
12
|
},
|
|
13
|
+
{
|
|
14
|
+
"type": "function",
|
|
15
|
+
"name": "AUTHORIZATION_NONCE_IDENTIFIER",
|
|
16
|
+
"inputs": [],
|
|
17
|
+
"outputs": [
|
|
18
|
+
{
|
|
19
|
+
"name": "",
|
|
20
|
+
"type": "bytes32",
|
|
21
|
+
"internalType": "bytes32"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"stateMutability": "view"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"type": "function",
|
|
28
|
+
"name": "BRIDGE_AND_SWAP_WITNESS_IDENTIFIER",
|
|
29
|
+
"inputs": [],
|
|
30
|
+
"outputs": [
|
|
31
|
+
{
|
|
32
|
+
"name": "",
|
|
33
|
+
"type": "bytes32",
|
|
34
|
+
"internalType": "bytes32"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"stateMutability": "view"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"type": "function",
|
|
41
|
+
"name": "BRIDGE_WITNESS_IDENTIFIER",
|
|
42
|
+
"inputs": [],
|
|
43
|
+
"outputs": [
|
|
44
|
+
{
|
|
45
|
+
"name": "",
|
|
46
|
+
"type": "bytes32",
|
|
47
|
+
"internalType": "bytes32"
|
|
48
|
+
}
|
|
49
|
+
],
|
|
50
|
+
"stateMutability": "view"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"type": "function",
|
|
54
|
+
"name": "DEPOSIT_NONCE_IDENTIFIER",
|
|
55
|
+
"inputs": [],
|
|
56
|
+
"outputs": [
|
|
57
|
+
{
|
|
58
|
+
"name": "",
|
|
59
|
+
"type": "bytes32",
|
|
60
|
+
"internalType": "bytes32"
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"stateMutability": "view"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"type": "function",
|
|
67
|
+
"name": "PERMIT2_NONCE_IDENTIFIER",
|
|
68
|
+
"inputs": [],
|
|
69
|
+
"outputs": [
|
|
70
|
+
{
|
|
71
|
+
"name": "",
|
|
72
|
+
"type": "bytes32",
|
|
73
|
+
"internalType": "bytes32"
|
|
74
|
+
}
|
|
75
|
+
],
|
|
76
|
+
"stateMutability": "view"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"type": "function",
|
|
80
|
+
"name": "PERMIT_NONCE_IDENTIFIER",
|
|
81
|
+
"inputs": [],
|
|
82
|
+
"outputs": [
|
|
83
|
+
{
|
|
84
|
+
"name": "",
|
|
85
|
+
"type": "bytes32",
|
|
86
|
+
"internalType": "bytes32"
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
"stateMutability": "view"
|
|
90
|
+
},
|
|
13
91
|
{
|
|
14
92
|
"type": "function",
|
|
15
93
|
"name": "depositNative",
|
|
@@ -202,11 +280,6 @@
|
|
|
202
280
|
"name": "receiveWithAuthSignature",
|
|
203
281
|
"type": "bytes",
|
|
204
282
|
"internalType": "bytes"
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
"name": "depositDataSignature",
|
|
208
|
-
"type": "bytes",
|
|
209
|
-
"internalType": "bytes"
|
|
210
283
|
}
|
|
211
284
|
],
|
|
212
285
|
"outputs": [],
|
|
@@ -550,6 +623,305 @@
|
|
|
550
623
|
],
|
|
551
624
|
"stateMutability": "view"
|
|
552
625
|
},
|
|
626
|
+
{
|
|
627
|
+
"type": "function",
|
|
628
|
+
"name": "getDepositId",
|
|
629
|
+
"inputs": [
|
|
630
|
+
{
|
|
631
|
+
"name": "depositor",
|
|
632
|
+
"type": "address",
|
|
633
|
+
"internalType": "address"
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"name": "authorizer",
|
|
637
|
+
"type": "address",
|
|
638
|
+
"internalType": "address"
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"name": "nonceIdentifier",
|
|
642
|
+
"type": "bytes32",
|
|
643
|
+
"internalType": "bytes32"
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"name": "nonce",
|
|
647
|
+
"type": "uint256",
|
|
648
|
+
"internalType": "uint256"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"name": "spokePool",
|
|
652
|
+
"type": "address",
|
|
653
|
+
"internalType": "contract V3SpokePoolInterface"
|
|
654
|
+
}
|
|
655
|
+
],
|
|
656
|
+
"outputs": [
|
|
657
|
+
{
|
|
658
|
+
"name": "",
|
|
659
|
+
"type": "uint256",
|
|
660
|
+
"internalType": "uint256"
|
|
661
|
+
}
|
|
662
|
+
],
|
|
663
|
+
"stateMutability": "view"
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"type": "function",
|
|
667
|
+
"name": "getERC3009DepositWitness",
|
|
668
|
+
"inputs": [
|
|
669
|
+
{
|
|
670
|
+
"name": "depositData",
|
|
671
|
+
"type": "tuple",
|
|
672
|
+
"internalType": "struct SpokePoolPeripheryInterface.DepositData",
|
|
673
|
+
"components": [
|
|
674
|
+
{
|
|
675
|
+
"name": "submissionFees",
|
|
676
|
+
"type": "tuple",
|
|
677
|
+
"internalType": "struct SpokePoolPeripheryInterface.Fees",
|
|
678
|
+
"components": [
|
|
679
|
+
{
|
|
680
|
+
"name": "amount",
|
|
681
|
+
"type": "uint256",
|
|
682
|
+
"internalType": "uint256"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"name": "recipient",
|
|
686
|
+
"type": "address",
|
|
687
|
+
"internalType": "address"
|
|
688
|
+
}
|
|
689
|
+
]
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"name": "baseDepositData",
|
|
693
|
+
"type": "tuple",
|
|
694
|
+
"internalType": "struct SpokePoolPeripheryInterface.BaseDepositData",
|
|
695
|
+
"components": [
|
|
696
|
+
{
|
|
697
|
+
"name": "inputToken",
|
|
698
|
+
"type": "address",
|
|
699
|
+
"internalType": "address"
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"name": "outputToken",
|
|
703
|
+
"type": "bytes32",
|
|
704
|
+
"internalType": "bytes32"
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"name": "outputAmount",
|
|
708
|
+
"type": "uint256",
|
|
709
|
+
"internalType": "uint256"
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"name": "depositor",
|
|
713
|
+
"type": "address",
|
|
714
|
+
"internalType": "address"
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"name": "recipient",
|
|
718
|
+
"type": "bytes32",
|
|
719
|
+
"internalType": "bytes32"
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"name": "destinationChainId",
|
|
723
|
+
"type": "uint256",
|
|
724
|
+
"internalType": "uint256"
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"name": "exclusiveRelayer",
|
|
728
|
+
"type": "bytes32",
|
|
729
|
+
"internalType": "bytes32"
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"name": "quoteTimestamp",
|
|
733
|
+
"type": "uint32",
|
|
734
|
+
"internalType": "uint32"
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"name": "fillDeadline",
|
|
738
|
+
"type": "uint32",
|
|
739
|
+
"internalType": "uint32"
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
"name": "exclusivityParameter",
|
|
743
|
+
"type": "uint32",
|
|
744
|
+
"internalType": "uint32"
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"name": "message",
|
|
748
|
+
"type": "bytes",
|
|
749
|
+
"internalType": "bytes"
|
|
750
|
+
}
|
|
751
|
+
]
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
"name": "inputAmount",
|
|
755
|
+
"type": "uint256",
|
|
756
|
+
"internalType": "uint256"
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"name": "spokePool",
|
|
760
|
+
"type": "address",
|
|
761
|
+
"internalType": "address"
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"name": "nonce",
|
|
765
|
+
"type": "uint256",
|
|
766
|
+
"internalType": "uint256"
|
|
767
|
+
}
|
|
768
|
+
]
|
|
769
|
+
}
|
|
770
|
+
],
|
|
771
|
+
"outputs": [
|
|
772
|
+
{
|
|
773
|
+
"name": "",
|
|
774
|
+
"type": "bytes32",
|
|
775
|
+
"internalType": "bytes32"
|
|
776
|
+
}
|
|
777
|
+
],
|
|
778
|
+
"stateMutability": "pure"
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"type": "function",
|
|
782
|
+
"name": "getERC3009SwapAndBridgeWitness",
|
|
783
|
+
"inputs": [
|
|
784
|
+
{
|
|
785
|
+
"name": "swapAndDepositData",
|
|
786
|
+
"type": "tuple",
|
|
787
|
+
"internalType": "struct SpokePoolPeripheryInterface.SwapAndDepositData",
|
|
788
|
+
"components": [
|
|
789
|
+
{
|
|
790
|
+
"name": "submissionFees",
|
|
791
|
+
"type": "tuple",
|
|
792
|
+
"internalType": "struct SpokePoolPeripheryInterface.Fees",
|
|
793
|
+
"components": [
|
|
794
|
+
{
|
|
795
|
+
"name": "amount",
|
|
796
|
+
"type": "uint256",
|
|
797
|
+
"internalType": "uint256"
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
"name": "recipient",
|
|
801
|
+
"type": "address",
|
|
802
|
+
"internalType": "address"
|
|
803
|
+
}
|
|
804
|
+
]
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"name": "depositData",
|
|
808
|
+
"type": "tuple",
|
|
809
|
+
"internalType": "struct SpokePoolPeripheryInterface.BaseDepositData",
|
|
810
|
+
"components": [
|
|
811
|
+
{
|
|
812
|
+
"name": "inputToken",
|
|
813
|
+
"type": "address",
|
|
814
|
+
"internalType": "address"
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"name": "outputToken",
|
|
818
|
+
"type": "bytes32",
|
|
819
|
+
"internalType": "bytes32"
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"name": "outputAmount",
|
|
823
|
+
"type": "uint256",
|
|
824
|
+
"internalType": "uint256"
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"name": "depositor",
|
|
828
|
+
"type": "address",
|
|
829
|
+
"internalType": "address"
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
"name": "recipient",
|
|
833
|
+
"type": "bytes32",
|
|
834
|
+
"internalType": "bytes32"
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"name": "destinationChainId",
|
|
838
|
+
"type": "uint256",
|
|
839
|
+
"internalType": "uint256"
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"name": "exclusiveRelayer",
|
|
843
|
+
"type": "bytes32",
|
|
844
|
+
"internalType": "bytes32"
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"name": "quoteTimestamp",
|
|
848
|
+
"type": "uint32",
|
|
849
|
+
"internalType": "uint32"
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"name": "fillDeadline",
|
|
853
|
+
"type": "uint32",
|
|
854
|
+
"internalType": "uint32"
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"name": "exclusivityParameter",
|
|
858
|
+
"type": "uint32",
|
|
859
|
+
"internalType": "uint32"
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"name": "message",
|
|
863
|
+
"type": "bytes",
|
|
864
|
+
"internalType": "bytes"
|
|
865
|
+
}
|
|
866
|
+
]
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"name": "swapToken",
|
|
870
|
+
"type": "address",
|
|
871
|
+
"internalType": "address"
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"name": "exchange",
|
|
875
|
+
"type": "address",
|
|
876
|
+
"internalType": "address"
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"name": "transferType",
|
|
880
|
+
"type": "uint8",
|
|
881
|
+
"internalType": "enum SpokePoolPeripheryInterface.TransferType"
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
"name": "swapTokenAmount",
|
|
885
|
+
"type": "uint256",
|
|
886
|
+
"internalType": "uint256"
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"name": "minExpectedInputTokenAmount",
|
|
890
|
+
"type": "uint256",
|
|
891
|
+
"internalType": "uint256"
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"name": "routerCalldata",
|
|
895
|
+
"type": "bytes",
|
|
896
|
+
"internalType": "bytes"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"name": "enableProportionalAdjustment",
|
|
900
|
+
"type": "bool",
|
|
901
|
+
"internalType": "bool"
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"name": "spokePool",
|
|
905
|
+
"type": "address",
|
|
906
|
+
"internalType": "address"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"name": "nonce",
|
|
910
|
+
"type": "uint256",
|
|
911
|
+
"internalType": "uint256"
|
|
912
|
+
}
|
|
913
|
+
]
|
|
914
|
+
}
|
|
915
|
+
],
|
|
916
|
+
"outputs": [
|
|
917
|
+
{
|
|
918
|
+
"name": "",
|
|
919
|
+
"type": "bytes32",
|
|
920
|
+
"internalType": "bytes32"
|
|
921
|
+
}
|
|
922
|
+
],
|
|
923
|
+
"stateMutability": "pure"
|
|
924
|
+
},
|
|
553
925
|
{
|
|
554
926
|
"type": "function",
|
|
555
927
|
"name": "multicall",
|
|
@@ -587,7 +959,7 @@
|
|
|
587
959
|
"name": "permitNonces",
|
|
588
960
|
"inputs": [
|
|
589
961
|
{
|
|
590
|
-
"name": "",
|
|
962
|
+
"name": "user",
|
|
591
963
|
"type": "address",
|
|
592
964
|
"internalType": "address"
|
|
593
965
|
}
|
|
@@ -894,11 +1266,6 @@
|
|
|
894
1266
|
"name": "receiveWithAuthSignature",
|
|
895
1267
|
"type": "bytes",
|
|
896
1268
|
"internalType": "bytes"
|
|
897
|
-
},
|
|
898
|
-
{
|
|
899
|
-
"name": "swapAndDepositDataSignature",
|
|
900
|
-
"type": "bytes",
|
|
901
|
-
"internalType": "bytes"
|
|
902
1269
|
}
|
|
903
1270
|
],
|
|
904
1271
|
"outputs": [],
|
|
@@ -191,11 +191,6 @@
|
|
|
191
191
|
"name": "receiveWithAuthSignature",
|
|
192
192
|
"type": "bytes",
|
|
193
193
|
"internalType": "bytes"
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
"name": "depositDataSignature",
|
|
197
|
-
"type": "bytes",
|
|
198
|
-
"internalType": "bytes"
|
|
199
194
|
}
|
|
200
195
|
],
|
|
201
196
|
"outputs": [],
|
|
@@ -795,11 +790,6 @@
|
|
|
795
790
|
"name": "receiveWithAuthSignature",
|
|
796
791
|
"type": "bytes",
|
|
797
792
|
"internalType": "bytes"
|
|
798
|
-
},
|
|
799
|
-
{
|
|
800
|
-
"name": "swapAndDepositDataSignature",
|
|
801
|
-
"type": "bytes",
|
|
802
|
-
"internalType": "bytes"
|
|
803
793
|
}
|
|
804
794
|
],
|
|
805
795
|
"outputs": [],
|
|
@@ -591,6 +591,18 @@
|
|
|
591
591
|
"indexed": false,
|
|
592
592
|
"internalType": "bytes32"
|
|
593
593
|
},
|
|
594
|
+
{
|
|
595
|
+
"name": "destinationDex",
|
|
596
|
+
"type": "uint32",
|
|
597
|
+
"indexed": false,
|
|
598
|
+
"internalType": "uint32"
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"name": "accountCreationMode",
|
|
602
|
+
"type": "uint8",
|
|
603
|
+
"indexed": false,
|
|
604
|
+
"internalType": "uint8"
|
|
605
|
+
},
|
|
594
606
|
{
|
|
595
607
|
"name": "signature",
|
|
596
608
|
"type": "bytes",
|
|
@@ -76,6 +76,18 @@
|
|
|
76
76
|
"indexed": false,
|
|
77
77
|
"internalType": "bytes32"
|
|
78
78
|
},
|
|
79
|
+
{
|
|
80
|
+
"name": "destinationDex",
|
|
81
|
+
"type": "uint32",
|
|
82
|
+
"indexed": false,
|
|
83
|
+
"internalType": "uint32"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"name": "accountCreationMode",
|
|
87
|
+
"type": "uint8",
|
|
88
|
+
"indexed": false,
|
|
89
|
+
"internalType": "uint8"
|
|
90
|
+
},
|
|
79
91
|
{
|
|
80
92
|
"name": "signature",
|
|
81
93
|
"type": "bytes",
|
|
@@ -112,6 +112,16 @@
|
|
|
112
112
|
"type": "bytes32",
|
|
113
113
|
"internalType": "bytes32"
|
|
114
114
|
},
|
|
115
|
+
{
|
|
116
|
+
"name": "destinationDex",
|
|
117
|
+
"type": "uint32",
|
|
118
|
+
"internalType": "uint32"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"name": "accountCreationMode",
|
|
122
|
+
"type": "uint8",
|
|
123
|
+
"internalType": "uint8"
|
|
124
|
+
},
|
|
115
125
|
{
|
|
116
126
|
"name": "executionMode",
|
|
117
127
|
"type": "uint8",
|
|
@@ -320,6 +330,18 @@
|
|
|
320
330
|
"indexed": false,
|
|
321
331
|
"internalType": "bytes32"
|
|
322
332
|
},
|
|
333
|
+
{
|
|
334
|
+
"name": "destinationDex",
|
|
335
|
+
"type": "uint32",
|
|
336
|
+
"indexed": false,
|
|
337
|
+
"internalType": "uint32"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"name": "accountCreationMode",
|
|
341
|
+
"type": "uint8",
|
|
342
|
+
"indexed": false,
|
|
343
|
+
"internalType": "uint8"
|
|
344
|
+
},
|
|
323
345
|
{
|
|
324
346
|
"name": "signature",
|
|
325
347
|
"type": "bytes",
|
|
@@ -77,6 +77,19 @@
|
|
|
77
77
|
],
|
|
78
78
|
"stateMutability": "view"
|
|
79
79
|
},
|
|
80
|
+
{
|
|
81
|
+
"type": "function",
|
|
82
|
+
"name": "decimalConversionRate",
|
|
83
|
+
"inputs": [],
|
|
84
|
+
"outputs": [
|
|
85
|
+
{
|
|
86
|
+
"name": "",
|
|
87
|
+
"type": "uint256",
|
|
88
|
+
"internalType": "uint256"
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
"stateMutability": "view"
|
|
92
|
+
},
|
|
80
93
|
{
|
|
81
94
|
"type": "function",
|
|
82
95
|
"name": "deposit",
|
|
@@ -126,6 +139,11 @@
|
|
|
126
139
|
"type": "uint256",
|
|
127
140
|
"internalType": "uint256"
|
|
128
141
|
},
|
|
142
|
+
{
|
|
143
|
+
"name": "maxUserSlippageBps",
|
|
144
|
+
"type": "uint256",
|
|
145
|
+
"internalType": "uint256"
|
|
146
|
+
},
|
|
129
147
|
{
|
|
130
148
|
"name": "finalRecipient",
|
|
131
149
|
"type": "bytes32",
|
|
@@ -136,6 +154,11 @@
|
|
|
136
154
|
"type": "bytes32",
|
|
137
155
|
"internalType": "bytes32"
|
|
138
156
|
},
|
|
157
|
+
{
|
|
158
|
+
"name": "destinationDex",
|
|
159
|
+
"type": "uint32",
|
|
160
|
+
"internalType": "uint32"
|
|
161
|
+
},
|
|
139
162
|
{
|
|
140
163
|
"name": "lzReceiveGasLimit",
|
|
141
164
|
"type": "uint256",
|
|
@@ -146,6 +169,16 @@
|
|
|
146
169
|
"type": "uint256",
|
|
147
170
|
"internalType": "uint256"
|
|
148
171
|
},
|
|
172
|
+
{
|
|
173
|
+
"name": "maxOftFeeBps",
|
|
174
|
+
"type": "uint256",
|
|
175
|
+
"internalType": "uint256"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"name": "accountCreationMode",
|
|
179
|
+
"type": "uint8",
|
|
180
|
+
"internalType": "uint8"
|
|
181
|
+
},
|
|
149
182
|
{
|
|
150
183
|
"name": "executionMode",
|
|
151
184
|
"type": "uint8",
|
|
@@ -167,11 +200,6 @@
|
|
|
167
200
|
"name": "refundRecipient",
|
|
168
201
|
"type": "address",
|
|
169
202
|
"internalType": "address"
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
"name": "maxUserSlippageBps",
|
|
173
|
-
"type": "uint256",
|
|
174
|
-
"internalType": "uint256"
|
|
175
203
|
}
|
|
176
204
|
]
|
|
177
205
|
}
|
|
@@ -344,6 +372,22 @@
|
|
|
344
372
|
],
|
|
345
373
|
"anonymous": false
|
|
346
374
|
},
|
|
375
|
+
{
|
|
376
|
+
"type": "error",
|
|
377
|
+
"name": "AmountSDOverflowed",
|
|
378
|
+
"inputs": [
|
|
379
|
+
{
|
|
380
|
+
"name": "amountSD",
|
|
381
|
+
"type": "uint256",
|
|
382
|
+
"internalType": "uint256"
|
|
383
|
+
}
|
|
384
|
+
]
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"type": "error",
|
|
388
|
+
"name": "ArrayLengthMismatch",
|
|
389
|
+
"inputs": []
|
|
390
|
+
},
|
|
347
391
|
{
|
|
348
392
|
"type": "error",
|
|
349
393
|
"name": "IncorrectSignature",
|
|
@@ -359,6 +403,16 @@
|
|
|
359
403
|
"name": "InsufficientNativeFee",
|
|
360
404
|
"inputs": []
|
|
361
405
|
},
|
|
406
|
+
{
|
|
407
|
+
"type": "error",
|
|
408
|
+
"name": "InvalidLocalDecimals",
|
|
409
|
+
"inputs": []
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"type": "error",
|
|
413
|
+
"name": "InvalidMaxOftFeeBps",
|
|
414
|
+
"inputs": []
|
|
415
|
+
},
|
|
362
416
|
{
|
|
363
417
|
"type": "error",
|
|
364
418
|
"name": "InvalidOptionType",
|