@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
|
@@ -344,6 +344,16 @@ const _abi = [
|
|
|
344
344
|
type: "address",
|
|
345
345
|
internalType: "address",
|
|
346
346
|
},
|
|
347
|
+
{
|
|
348
|
+
name: "destinationDex",
|
|
349
|
+
type: "uint32",
|
|
350
|
+
internalType: "uint32",
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
name: "accountCreationMode",
|
|
354
|
+
type: "uint8",
|
|
355
|
+
internalType: "enum AccountCreationMode",
|
|
356
|
+
},
|
|
347
357
|
{
|
|
348
358
|
name: "maxBpsToSponsor",
|
|
349
359
|
type: "uint256",
|
|
@@ -394,6 +404,16 @@ const _abi = [
|
|
|
394
404
|
type: "address",
|
|
395
405
|
internalType: "address",
|
|
396
406
|
},
|
|
407
|
+
{
|
|
408
|
+
name: "destinationDex",
|
|
409
|
+
type: "uint32",
|
|
410
|
+
internalType: "uint32",
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
name: "accountCreationMode",
|
|
414
|
+
type: "uint8",
|
|
415
|
+
internalType: "enum AccountCreationMode",
|
|
416
|
+
},
|
|
397
417
|
{
|
|
398
418
|
name: "maxBpsToSponsor",
|
|
399
419
|
type: "uint256",
|
|
@@ -439,6 +459,16 @@ const _abi = [
|
|
|
439
459
|
type: "address",
|
|
440
460
|
internalType: "address",
|
|
441
461
|
},
|
|
462
|
+
{
|
|
463
|
+
name: "destinationDex",
|
|
464
|
+
type: "uint32",
|
|
465
|
+
internalType: "uint32",
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
name: "accountCreationMode",
|
|
469
|
+
type: "uint8",
|
|
470
|
+
internalType: "enum AccountCreationMode",
|
|
471
|
+
},
|
|
442
472
|
{
|
|
443
473
|
name: "maxBpsToSponsor",
|
|
444
474
|
type: "uint256",
|
|
@@ -822,6 +852,11 @@ const _abi = [
|
|
|
822
852
|
type: "address",
|
|
823
853
|
internalType: "address",
|
|
824
854
|
},
|
|
855
|
+
{
|
|
856
|
+
name: "destinationDex",
|
|
857
|
+
type: "uint32",
|
|
858
|
+
internalType: "uint32",
|
|
859
|
+
},
|
|
825
860
|
{
|
|
826
861
|
name: "minAmountToSend",
|
|
827
862
|
type: "uint64",
|
|
@@ -928,6 +963,16 @@ const _abi = [
|
|
|
928
963
|
type: "uint64",
|
|
929
964
|
internalType: "uint64",
|
|
930
965
|
},
|
|
966
|
+
{
|
|
967
|
+
name: "sourceDex",
|
|
968
|
+
type: "uint32",
|
|
969
|
+
internalType: "uint32",
|
|
970
|
+
},
|
|
971
|
+
{
|
|
972
|
+
name: "destinationDex",
|
|
973
|
+
type: "uint32",
|
|
974
|
+
internalType: "uint32",
|
|
975
|
+
},
|
|
931
976
|
],
|
|
932
977
|
outputs: [],
|
|
933
978
|
stateMutability: "nonpayable",
|
|
@@ -955,6 +1000,37 @@ const _abi = [
|
|
|
955
1000
|
outputs: [],
|
|
956
1001
|
stateMutability: "nonpayable",
|
|
957
1002
|
},
|
|
1003
|
+
{
|
|
1004
|
+
type: "event",
|
|
1005
|
+
name: "AccountActivatedFromUserFunds",
|
|
1006
|
+
inputs: [
|
|
1007
|
+
{
|
|
1008
|
+
name: "quoteNonce",
|
|
1009
|
+
type: "bytes32",
|
|
1010
|
+
indexed: true,
|
|
1011
|
+
internalType: "bytes32",
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
name: "user",
|
|
1015
|
+
type: "address",
|
|
1016
|
+
indexed: true,
|
|
1017
|
+
internalType: "address",
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
name: "token",
|
|
1021
|
+
type: "address",
|
|
1022
|
+
indexed: true,
|
|
1023
|
+
internalType: "address",
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
name: "amountCore",
|
|
1027
|
+
type: "uint64",
|
|
1028
|
+
indexed: false,
|
|
1029
|
+
internalType: "uint64",
|
|
1030
|
+
},
|
|
1031
|
+
],
|
|
1032
|
+
anonymous: false,
|
|
1033
|
+
},
|
|
958
1034
|
{
|
|
959
1035
|
type: "event",
|
|
960
1036
|
name: "AccountNotActivated",
|
|
@@ -1549,6 +1625,16 @@ const _abi = [
|
|
|
1549
1625
|
name: "FundedFlowNotAuthorized",
|
|
1550
1626
|
inputs: [],
|
|
1551
1627
|
},
|
|
1628
|
+
{
|
|
1629
|
+
type: "error",
|
|
1630
|
+
name: "InsufficientAmountForAccountActivation",
|
|
1631
|
+
inputs: [],
|
|
1632
|
+
},
|
|
1633
|
+
{
|
|
1634
|
+
type: "error",
|
|
1635
|
+
name: "InsufficientFundsForActivation",
|
|
1636
|
+
inputs: [],
|
|
1637
|
+
},
|
|
1552
1638
|
{
|
|
1553
1639
|
type: "error",
|
|
1554
1640
|
name: "InvalidInitialization",
|
|
@@ -1584,6 +1670,11 @@ const _abi = [
|
|
|
1584
1670
|
name: "TokenInfoPrecompileCallFailed",
|
|
1585
1671
|
inputs: [],
|
|
1586
1672
|
},
|
|
1673
|
+
{
|
|
1674
|
+
type: "error",
|
|
1675
|
+
name: "TokenNotEligibleForActivation",
|
|
1676
|
+
inputs: [],
|
|
1677
|
+
},
|
|
1587
1678
|
{
|
|
1588
1679
|
type: "error",
|
|
1589
1680
|
name: "UnsafeToBridgeError",
|
|
@@ -46,6 +46,19 @@ const _abi = [
|
|
|
46
46
|
],
|
|
47
47
|
stateMutability: "view",
|
|
48
48
|
},
|
|
49
|
+
{
|
|
50
|
+
type: "function",
|
|
51
|
+
name: "CORE_SPOT_DEX_ID",
|
|
52
|
+
inputs: [],
|
|
53
|
+
outputs: [
|
|
54
|
+
{
|
|
55
|
+
name: "",
|
|
56
|
+
type: "uint32",
|
|
57
|
+
internalType: "uint32",
|
|
58
|
+
},
|
|
59
|
+
],
|
|
60
|
+
stateMutability: "view",
|
|
61
|
+
},
|
|
49
62
|
{
|
|
50
63
|
type: "function",
|
|
51
64
|
name: "CORE_USER_EXISTS_PRECOMPILE_ADDRESS",
|
|
@@ -85,6 +98,19 @@ const _abi = [
|
|
|
85
98
|
],
|
|
86
99
|
stateMutability: "view",
|
|
87
100
|
},
|
|
101
|
+
{
|
|
102
|
+
type: "function",
|
|
103
|
+
name: "SEND_ASSET_TO_DEX_HEADER",
|
|
104
|
+
inputs: [],
|
|
105
|
+
outputs: [
|
|
106
|
+
{
|
|
107
|
+
name: "",
|
|
108
|
+
type: "bytes4",
|
|
109
|
+
internalType: "bytes4",
|
|
110
|
+
},
|
|
111
|
+
],
|
|
112
|
+
stateMutability: "view",
|
|
113
|
+
},
|
|
88
114
|
{
|
|
89
115
|
type: "function",
|
|
90
116
|
name: "SPOT_BALANCE_PRECOMPILE_ADDRESS",
|
|
@@ -168,6 +194,11 @@ const _abi = [
|
|
|
168
194
|
name: "CoreUserExistsPrecompileCallFailed",
|
|
169
195
|
inputs: [],
|
|
170
196
|
},
|
|
197
|
+
{
|
|
198
|
+
type: "error",
|
|
199
|
+
name: "InsufficientAmountForAccountActivation",
|
|
200
|
+
inputs: [],
|
|
201
|
+
},
|
|
171
202
|
{
|
|
172
203
|
type: "error",
|
|
173
204
|
name: "InvalidTif",
|
|
@@ -441,6 +441,11 @@ const _abi = [
|
|
|
441
441
|
name: "CoreUserExistsPrecompileCallFailed",
|
|
442
442
|
inputs: [],
|
|
443
443
|
},
|
|
444
|
+
{
|
|
445
|
+
type: "error",
|
|
446
|
+
name: "InsufficientAmountForAccountActivation",
|
|
447
|
+
inputs: [],
|
|
448
|
+
},
|
|
444
449
|
{
|
|
445
450
|
type: "error",
|
|
446
451
|
name: "InsufficientEvmAmountForActivation",
|
|
@@ -28,6 +28,29 @@ const _abi = [
|
|
|
28
28
|
outputs: [],
|
|
29
29
|
stateMutability: "nonpayable",
|
|
30
30
|
},
|
|
31
|
+
{
|
|
32
|
+
type: "function",
|
|
33
|
+
name: "depositFor",
|
|
34
|
+
inputs: [
|
|
35
|
+
{
|
|
36
|
+
name: "recipient",
|
|
37
|
+
type: "address",
|
|
38
|
+
internalType: "address",
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
name: "amount",
|
|
42
|
+
type: "uint256",
|
|
43
|
+
internalType: "uint256",
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
name: "destinationId",
|
|
47
|
+
type: "uint32",
|
|
48
|
+
internalType: "uint32",
|
|
49
|
+
},
|
|
50
|
+
],
|
|
51
|
+
outputs: [],
|
|
52
|
+
stateMutability: "nonpayable",
|
|
53
|
+
},
|
|
31
54
|
] as const;
|
|
32
55
|
|
|
33
56
|
export class ICoreDepositWallet__factory {
|
|
@@ -0,0 +1,53 @@
|
|
|
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 {
|
|
8
|
+
IForwardDepositReceiver,
|
|
9
|
+
IForwardDepositReceiverInterface,
|
|
10
|
+
} from "../IForwardDepositReceiver";
|
|
11
|
+
|
|
12
|
+
const _abi = [
|
|
13
|
+
{
|
|
14
|
+
type: "function",
|
|
15
|
+
name: "depositFor",
|
|
16
|
+
inputs: [
|
|
17
|
+
{
|
|
18
|
+
name: "recipient",
|
|
19
|
+
type: "address",
|
|
20
|
+
internalType: "address",
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
name: "amount",
|
|
24
|
+
type: "uint256",
|
|
25
|
+
internalType: "uint256",
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
name: "destinationId",
|
|
29
|
+
type: "uint32",
|
|
30
|
+
internalType: "uint32",
|
|
31
|
+
},
|
|
32
|
+
],
|
|
33
|
+
outputs: [],
|
|
34
|
+
stateMutability: "nonpayable",
|
|
35
|
+
},
|
|
36
|
+
] as const;
|
|
37
|
+
|
|
38
|
+
export class IForwardDepositReceiver__factory {
|
|
39
|
+
static readonly abi = _abi;
|
|
40
|
+
static createInterface(): IForwardDepositReceiverInterface {
|
|
41
|
+
return new utils.Interface(_abi) as IForwardDepositReceiverInterface;
|
|
42
|
+
}
|
|
43
|
+
static connect(
|
|
44
|
+
address: string,
|
|
45
|
+
signerOrProvider: Signer | Provider
|
|
46
|
+
): IForwardDepositReceiver {
|
|
47
|
+
return new Contract(
|
|
48
|
+
address,
|
|
49
|
+
_abi,
|
|
50
|
+
signerOrProvider
|
|
51
|
+
) as IForwardDepositReceiver;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
@@ -158,6 +158,16 @@ const _abi = [
|
|
|
158
158
|
type: "address",
|
|
159
159
|
internalType: "address",
|
|
160
160
|
},
|
|
161
|
+
{
|
|
162
|
+
name: "destinationDex",
|
|
163
|
+
type: "uint32",
|
|
164
|
+
internalType: "uint32",
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
name: "accountCreationMode",
|
|
168
|
+
type: "uint8",
|
|
169
|
+
internalType: "enum AccountCreationMode",
|
|
170
|
+
},
|
|
161
171
|
{
|
|
162
172
|
name: "maxBpsToSponsor",
|
|
163
173
|
type: "uint256",
|
|
@@ -208,6 +218,16 @@ const _abi = [
|
|
|
208
218
|
type: "address",
|
|
209
219
|
internalType: "address",
|
|
210
220
|
},
|
|
221
|
+
{
|
|
222
|
+
name: "destinationDex",
|
|
223
|
+
type: "uint32",
|
|
224
|
+
internalType: "uint32",
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
name: "accountCreationMode",
|
|
228
|
+
type: "uint8",
|
|
229
|
+
internalType: "enum AccountCreationMode",
|
|
230
|
+
},
|
|
211
231
|
{
|
|
212
232
|
name: "maxBpsToSponsor",
|
|
213
233
|
type: "uint256",
|
|
@@ -253,6 +273,16 @@ const _abi = [
|
|
|
253
273
|
type: "address",
|
|
254
274
|
internalType: "address",
|
|
255
275
|
},
|
|
276
|
+
{
|
|
277
|
+
name: "destinationDex",
|
|
278
|
+
type: "uint32",
|
|
279
|
+
internalType: "uint32",
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
name: "accountCreationMode",
|
|
283
|
+
type: "uint8",
|
|
284
|
+
internalType: "enum AccountCreationMode",
|
|
285
|
+
},
|
|
256
286
|
{
|
|
257
287
|
name: "maxBpsToSponsor",
|
|
258
288
|
type: "uint256",
|
|
@@ -204,6 +204,19 @@ const _abi = [
|
|
|
204
204
|
],
|
|
205
205
|
stateMutability: "payable",
|
|
206
206
|
},
|
|
207
|
+
{
|
|
208
|
+
type: "function",
|
|
209
|
+
name: "sharedDecimals",
|
|
210
|
+
inputs: [],
|
|
211
|
+
outputs: [
|
|
212
|
+
{
|
|
213
|
+
name: "",
|
|
214
|
+
type: "uint8",
|
|
215
|
+
internalType: "uint8",
|
|
216
|
+
},
|
|
217
|
+
],
|
|
218
|
+
stateMutability: "view",
|
|
219
|
+
},
|
|
207
220
|
{
|
|
208
221
|
type: "function",
|
|
209
222
|
name: "token",
|
|
@@ -0,0 +1,154 @@
|
|
|
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 { Merkle, MerkleInterface } from "../Merkle";
|
|
8
|
+
|
|
9
|
+
const _abi = [
|
|
10
|
+
{
|
|
11
|
+
type: "function",
|
|
12
|
+
name: "getProof",
|
|
13
|
+
inputs: [
|
|
14
|
+
{
|
|
15
|
+
name: "data",
|
|
16
|
+
type: "bytes32[]",
|
|
17
|
+
internalType: "bytes32[]",
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
name: "node",
|
|
21
|
+
type: "uint256",
|
|
22
|
+
internalType: "uint256",
|
|
23
|
+
},
|
|
24
|
+
],
|
|
25
|
+
outputs: [
|
|
26
|
+
{
|
|
27
|
+
name: "",
|
|
28
|
+
type: "bytes32[]",
|
|
29
|
+
internalType: "bytes32[]",
|
|
30
|
+
},
|
|
31
|
+
],
|
|
32
|
+
stateMutability: "pure",
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
type: "function",
|
|
36
|
+
name: "getRoot",
|
|
37
|
+
inputs: [
|
|
38
|
+
{
|
|
39
|
+
name: "data",
|
|
40
|
+
type: "bytes32[]",
|
|
41
|
+
internalType: "bytes32[]",
|
|
42
|
+
},
|
|
43
|
+
],
|
|
44
|
+
outputs: [
|
|
45
|
+
{
|
|
46
|
+
name: "",
|
|
47
|
+
type: "bytes32",
|
|
48
|
+
internalType: "bytes32",
|
|
49
|
+
},
|
|
50
|
+
],
|
|
51
|
+
stateMutability: "pure",
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
type: "function",
|
|
55
|
+
name: "hashLeafPairs",
|
|
56
|
+
inputs: [
|
|
57
|
+
{
|
|
58
|
+
name: "left",
|
|
59
|
+
type: "bytes32",
|
|
60
|
+
internalType: "bytes32",
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
name: "right",
|
|
64
|
+
type: "bytes32",
|
|
65
|
+
internalType: "bytes32",
|
|
66
|
+
},
|
|
67
|
+
],
|
|
68
|
+
outputs: [
|
|
69
|
+
{
|
|
70
|
+
name: "_hash",
|
|
71
|
+
type: "bytes32",
|
|
72
|
+
internalType: "bytes32",
|
|
73
|
+
},
|
|
74
|
+
],
|
|
75
|
+
stateMutability: "pure",
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
type: "function",
|
|
79
|
+
name: "log2ceil",
|
|
80
|
+
inputs: [
|
|
81
|
+
{
|
|
82
|
+
name: "x",
|
|
83
|
+
type: "uint256",
|
|
84
|
+
internalType: "uint256",
|
|
85
|
+
},
|
|
86
|
+
],
|
|
87
|
+
outputs: [
|
|
88
|
+
{
|
|
89
|
+
name: "",
|
|
90
|
+
type: "uint256",
|
|
91
|
+
internalType: "uint256",
|
|
92
|
+
},
|
|
93
|
+
],
|
|
94
|
+
stateMutability: "pure",
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
type: "function",
|
|
98
|
+
name: "log2ceilBitMagic",
|
|
99
|
+
inputs: [
|
|
100
|
+
{
|
|
101
|
+
name: "x",
|
|
102
|
+
type: "uint256",
|
|
103
|
+
internalType: "uint256",
|
|
104
|
+
},
|
|
105
|
+
],
|
|
106
|
+
outputs: [
|
|
107
|
+
{
|
|
108
|
+
name: "",
|
|
109
|
+
type: "uint256",
|
|
110
|
+
internalType: "uint256",
|
|
111
|
+
},
|
|
112
|
+
],
|
|
113
|
+
stateMutability: "pure",
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: "function",
|
|
117
|
+
name: "verifyProof",
|
|
118
|
+
inputs: [
|
|
119
|
+
{
|
|
120
|
+
name: "root",
|
|
121
|
+
type: "bytes32",
|
|
122
|
+
internalType: "bytes32",
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
name: "proof",
|
|
126
|
+
type: "bytes32[]",
|
|
127
|
+
internalType: "bytes32[]",
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
name: "valueToProve",
|
|
131
|
+
type: "bytes32",
|
|
132
|
+
internalType: "bytes32",
|
|
133
|
+
},
|
|
134
|
+
],
|
|
135
|
+
outputs: [
|
|
136
|
+
{
|
|
137
|
+
name: "",
|
|
138
|
+
type: "bool",
|
|
139
|
+
internalType: "bool",
|
|
140
|
+
},
|
|
141
|
+
],
|
|
142
|
+
stateMutability: "pure",
|
|
143
|
+
},
|
|
144
|
+
] as const;
|
|
145
|
+
|
|
146
|
+
export class Merkle__factory {
|
|
147
|
+
static readonly abi = _abi;
|
|
148
|
+
static createInterface(): MerkleInterface {
|
|
149
|
+
return new utils.Interface(_abi) as MerkleInterface;
|
|
150
|
+
}
|
|
151
|
+
static connect(address: string, signerOrProvider: Signer | Provider): Merkle {
|
|
152
|
+
return new Contract(address, _abi, signerOrProvider) as Merkle;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
@@ -0,0 +1,157 @@
|
|
|
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 { MurkyBase, MurkyBaseInterface } from "../MurkyBase";
|
|
8
|
+
|
|
9
|
+
const _abi = [
|
|
10
|
+
{
|
|
11
|
+
type: "function",
|
|
12
|
+
name: "getProof",
|
|
13
|
+
inputs: [
|
|
14
|
+
{
|
|
15
|
+
name: "data",
|
|
16
|
+
type: "bytes32[]",
|
|
17
|
+
internalType: "bytes32[]",
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
name: "node",
|
|
21
|
+
type: "uint256",
|
|
22
|
+
internalType: "uint256",
|
|
23
|
+
},
|
|
24
|
+
],
|
|
25
|
+
outputs: [
|
|
26
|
+
{
|
|
27
|
+
name: "",
|
|
28
|
+
type: "bytes32[]",
|
|
29
|
+
internalType: "bytes32[]",
|
|
30
|
+
},
|
|
31
|
+
],
|
|
32
|
+
stateMutability: "pure",
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
type: "function",
|
|
36
|
+
name: "getRoot",
|
|
37
|
+
inputs: [
|
|
38
|
+
{
|
|
39
|
+
name: "data",
|
|
40
|
+
type: "bytes32[]",
|
|
41
|
+
internalType: "bytes32[]",
|
|
42
|
+
},
|
|
43
|
+
],
|
|
44
|
+
outputs: [
|
|
45
|
+
{
|
|
46
|
+
name: "",
|
|
47
|
+
type: "bytes32",
|
|
48
|
+
internalType: "bytes32",
|
|
49
|
+
},
|
|
50
|
+
],
|
|
51
|
+
stateMutability: "pure",
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
type: "function",
|
|
55
|
+
name: "hashLeafPairs",
|
|
56
|
+
inputs: [
|
|
57
|
+
{
|
|
58
|
+
name: "left",
|
|
59
|
+
type: "bytes32",
|
|
60
|
+
internalType: "bytes32",
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
name: "right",
|
|
64
|
+
type: "bytes32",
|
|
65
|
+
internalType: "bytes32",
|
|
66
|
+
},
|
|
67
|
+
],
|
|
68
|
+
outputs: [
|
|
69
|
+
{
|
|
70
|
+
name: "_hash",
|
|
71
|
+
type: "bytes32",
|
|
72
|
+
internalType: "bytes32",
|
|
73
|
+
},
|
|
74
|
+
],
|
|
75
|
+
stateMutability: "pure",
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
type: "function",
|
|
79
|
+
name: "log2ceil",
|
|
80
|
+
inputs: [
|
|
81
|
+
{
|
|
82
|
+
name: "x",
|
|
83
|
+
type: "uint256",
|
|
84
|
+
internalType: "uint256",
|
|
85
|
+
},
|
|
86
|
+
],
|
|
87
|
+
outputs: [
|
|
88
|
+
{
|
|
89
|
+
name: "",
|
|
90
|
+
type: "uint256",
|
|
91
|
+
internalType: "uint256",
|
|
92
|
+
},
|
|
93
|
+
],
|
|
94
|
+
stateMutability: "pure",
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
type: "function",
|
|
98
|
+
name: "log2ceilBitMagic",
|
|
99
|
+
inputs: [
|
|
100
|
+
{
|
|
101
|
+
name: "x",
|
|
102
|
+
type: "uint256",
|
|
103
|
+
internalType: "uint256",
|
|
104
|
+
},
|
|
105
|
+
],
|
|
106
|
+
outputs: [
|
|
107
|
+
{
|
|
108
|
+
name: "",
|
|
109
|
+
type: "uint256",
|
|
110
|
+
internalType: "uint256",
|
|
111
|
+
},
|
|
112
|
+
],
|
|
113
|
+
stateMutability: "pure",
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: "function",
|
|
117
|
+
name: "verifyProof",
|
|
118
|
+
inputs: [
|
|
119
|
+
{
|
|
120
|
+
name: "root",
|
|
121
|
+
type: "bytes32",
|
|
122
|
+
internalType: "bytes32",
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
name: "proof",
|
|
126
|
+
type: "bytes32[]",
|
|
127
|
+
internalType: "bytes32[]",
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
name: "valueToProve",
|
|
131
|
+
type: "bytes32",
|
|
132
|
+
internalType: "bytes32",
|
|
133
|
+
},
|
|
134
|
+
],
|
|
135
|
+
outputs: [
|
|
136
|
+
{
|
|
137
|
+
name: "",
|
|
138
|
+
type: "bool",
|
|
139
|
+
internalType: "bool",
|
|
140
|
+
},
|
|
141
|
+
],
|
|
142
|
+
stateMutability: "pure",
|
|
143
|
+
},
|
|
144
|
+
] as const;
|
|
145
|
+
|
|
146
|
+
export class MurkyBase__factory {
|
|
147
|
+
static readonly abi = _abi;
|
|
148
|
+
static createInterface(): MurkyBaseInterface {
|
|
149
|
+
return new utils.Interface(_abi) as MurkyBaseInterface;
|
|
150
|
+
}
|
|
151
|
+
static connect(
|
|
152
|
+
address: string,
|
|
153
|
+
signerOrProvider: Signer | Provider
|
|
154
|
+
): MurkyBase {
|
|
155
|
+
return new Contract(address, _abi, signerOrProvider) as MurkyBase;
|
|
156
|
+
}
|
|
157
|
+
}
|