@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
|
@@ -64,19 +64,6 @@
|
|
|
64
64
|
],
|
|
65
65
|
"stateMutability": "view"
|
|
66
66
|
},
|
|
67
|
-
{
|
|
68
|
-
"type": "function",
|
|
69
|
-
"name": "EXTRA_FEES_TO_SPONSOR",
|
|
70
|
-
"inputs": [],
|
|
71
|
-
"outputs": [
|
|
72
|
-
{
|
|
73
|
-
"name": "",
|
|
74
|
-
"type": "uint256",
|
|
75
|
-
"internalType": "uint256"
|
|
76
|
-
}
|
|
77
|
-
],
|
|
78
|
-
"stateMutability": "view"
|
|
79
|
-
},
|
|
80
67
|
{
|
|
81
68
|
"type": "function",
|
|
82
69
|
"name": "FUNDS_SWEEPER_ROLE",
|
|
@@ -161,6 +148,19 @@
|
|
|
161
148
|
],
|
|
162
149
|
"stateMutability": "view"
|
|
163
150
|
},
|
|
151
|
+
{
|
|
152
|
+
"type": "function",
|
|
153
|
+
"name": "decimalConversionRate",
|
|
154
|
+
"inputs": [],
|
|
155
|
+
"outputs": [
|
|
156
|
+
{
|
|
157
|
+
"name": "",
|
|
158
|
+
"type": "uint256",
|
|
159
|
+
"internalType": "uint256"
|
|
160
|
+
}
|
|
161
|
+
],
|
|
162
|
+
"stateMutability": "view"
|
|
163
|
+
},
|
|
164
164
|
{
|
|
165
165
|
"type": "function",
|
|
166
166
|
"name": "getRoleAdmin",
|
|
@@ -538,6 +538,17 @@
|
|
|
538
538
|
}
|
|
539
539
|
]
|
|
540
540
|
},
|
|
541
|
+
{
|
|
542
|
+
"type": "error",
|
|
543
|
+
"name": "AmountSDOverflowed",
|
|
544
|
+
"inputs": [
|
|
545
|
+
{
|
|
546
|
+
"name": "amountSD",
|
|
547
|
+
"type": "uint256",
|
|
548
|
+
"internalType": "uint256"
|
|
549
|
+
}
|
|
550
|
+
]
|
|
551
|
+
},
|
|
541
552
|
{
|
|
542
553
|
"type": "error",
|
|
543
554
|
"name": "AuthorizedPeripheryNotSet",
|
|
@@ -574,6 +585,11 @@
|
|
|
574
585
|
"name": "InvalidInitialization",
|
|
575
586
|
"inputs": []
|
|
576
587
|
},
|
|
588
|
+
{
|
|
589
|
+
"type": "error",
|
|
590
|
+
"name": "InvalidLocalDecimals",
|
|
591
|
+
"inputs": []
|
|
592
|
+
},
|
|
577
593
|
{
|
|
578
594
|
"type": "error",
|
|
579
595
|
"name": "InvalidOApp",
|
|
@@ -333,6 +333,16 @@
|
|
|
333
333
|
"type": "address",
|
|
334
334
|
"internalType": "address"
|
|
335
335
|
},
|
|
336
|
+
{
|
|
337
|
+
"name": "destinationDex",
|
|
338
|
+
"type": "uint32",
|
|
339
|
+
"internalType": "uint32"
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"name": "accountCreationMode",
|
|
343
|
+
"type": "uint8",
|
|
344
|
+
"internalType": "enum AccountCreationMode"
|
|
345
|
+
},
|
|
336
346
|
{
|
|
337
347
|
"name": "maxBpsToSponsor",
|
|
338
348
|
"type": "uint256",
|
|
@@ -383,6 +393,16 @@
|
|
|
383
393
|
"type": "address",
|
|
384
394
|
"internalType": "address"
|
|
385
395
|
},
|
|
396
|
+
{
|
|
397
|
+
"name": "destinationDex",
|
|
398
|
+
"type": "uint32",
|
|
399
|
+
"internalType": "uint32"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"name": "accountCreationMode",
|
|
403
|
+
"type": "uint8",
|
|
404
|
+
"internalType": "enum AccountCreationMode"
|
|
405
|
+
},
|
|
386
406
|
{
|
|
387
407
|
"name": "maxBpsToSponsor",
|
|
388
408
|
"type": "uint256",
|
|
@@ -428,6 +448,16 @@
|
|
|
428
448
|
"type": "address",
|
|
429
449
|
"internalType": "address"
|
|
430
450
|
},
|
|
451
|
+
{
|
|
452
|
+
"name": "destinationDex",
|
|
453
|
+
"type": "uint32",
|
|
454
|
+
"internalType": "uint32"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"name": "accountCreationMode",
|
|
458
|
+
"type": "uint8",
|
|
459
|
+
"internalType": "enum AccountCreationMode"
|
|
460
|
+
},
|
|
431
461
|
{
|
|
432
462
|
"name": "maxBpsToSponsor",
|
|
433
463
|
"type": "uint256",
|
|
@@ -811,6 +841,11 @@
|
|
|
811
841
|
"type": "address",
|
|
812
842
|
"internalType": "address"
|
|
813
843
|
},
|
|
844
|
+
{
|
|
845
|
+
"name": "destinationDex",
|
|
846
|
+
"type": "uint32",
|
|
847
|
+
"internalType": "uint32"
|
|
848
|
+
},
|
|
814
849
|
{
|
|
815
850
|
"name": "minAmountToSend",
|
|
816
851
|
"type": "uint64",
|
|
@@ -916,6 +951,16 @@
|
|
|
916
951
|
"name": "amount",
|
|
917
952
|
"type": "uint64",
|
|
918
953
|
"internalType": "uint64"
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"name": "sourceDex",
|
|
957
|
+
"type": "uint32",
|
|
958
|
+
"internalType": "uint32"
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"name": "destinationDex",
|
|
962
|
+
"type": "uint32",
|
|
963
|
+
"internalType": "uint32"
|
|
919
964
|
}
|
|
920
965
|
],
|
|
921
966
|
"outputs": [],
|
|
@@ -944,6 +989,37 @@
|
|
|
944
989
|
"outputs": [],
|
|
945
990
|
"stateMutability": "nonpayable"
|
|
946
991
|
},
|
|
992
|
+
{
|
|
993
|
+
"type": "event",
|
|
994
|
+
"name": "AccountActivatedFromUserFunds",
|
|
995
|
+
"inputs": [
|
|
996
|
+
{
|
|
997
|
+
"name": "quoteNonce",
|
|
998
|
+
"type": "bytes32",
|
|
999
|
+
"indexed": true,
|
|
1000
|
+
"internalType": "bytes32"
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"name": "user",
|
|
1004
|
+
"type": "address",
|
|
1005
|
+
"indexed": true,
|
|
1006
|
+
"internalType": "address"
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"name": "token",
|
|
1010
|
+
"type": "address",
|
|
1011
|
+
"indexed": true,
|
|
1012
|
+
"internalType": "address"
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"name": "amountCore",
|
|
1016
|
+
"type": "uint64",
|
|
1017
|
+
"indexed": false,
|
|
1018
|
+
"internalType": "uint64"
|
|
1019
|
+
}
|
|
1020
|
+
],
|
|
1021
|
+
"anonymous": false
|
|
1022
|
+
},
|
|
947
1023
|
{
|
|
948
1024
|
"type": "event",
|
|
949
1025
|
"name": "AccountNotActivated",
|
|
@@ -1538,6 +1614,16 @@
|
|
|
1538
1614
|
"name": "FundedFlowNotAuthorized",
|
|
1539
1615
|
"inputs": []
|
|
1540
1616
|
},
|
|
1617
|
+
{
|
|
1618
|
+
"type": "error",
|
|
1619
|
+
"name": "InsufficientAmountForAccountActivation",
|
|
1620
|
+
"inputs": []
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"type": "error",
|
|
1624
|
+
"name": "InsufficientFundsForActivation",
|
|
1625
|
+
"inputs": []
|
|
1626
|
+
},
|
|
1541
1627
|
{
|
|
1542
1628
|
"type": "error",
|
|
1543
1629
|
"name": "InvalidInitialization",
|
|
@@ -1573,6 +1659,11 @@
|
|
|
1573
1659
|
"name": "TokenInfoPrecompileCallFailed",
|
|
1574
1660
|
"inputs": []
|
|
1575
1661
|
},
|
|
1662
|
+
{
|
|
1663
|
+
"type": "error",
|
|
1664
|
+
"name": "TokenNotEligibleForActivation",
|
|
1665
|
+
"inputs": []
|
|
1666
|
+
},
|
|
1576
1667
|
{
|
|
1577
1668
|
"type": "error",
|
|
1578
1669
|
"name": "UnsafeToBridgeError",
|
|
@@ -38,6 +38,19 @@
|
|
|
38
38
|
],
|
|
39
39
|
"stateMutability": "view"
|
|
40
40
|
},
|
|
41
|
+
{
|
|
42
|
+
"type": "function",
|
|
43
|
+
"name": "CORE_SPOT_DEX_ID",
|
|
44
|
+
"inputs": [],
|
|
45
|
+
"outputs": [
|
|
46
|
+
{
|
|
47
|
+
"name": "",
|
|
48
|
+
"type": "uint32",
|
|
49
|
+
"internalType": "uint32"
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"stateMutability": "view"
|
|
53
|
+
},
|
|
41
54
|
{
|
|
42
55
|
"type": "function",
|
|
43
56
|
"name": "CORE_USER_EXISTS_PRECOMPILE_ADDRESS",
|
|
@@ -77,6 +90,19 @@
|
|
|
77
90
|
],
|
|
78
91
|
"stateMutability": "view"
|
|
79
92
|
},
|
|
93
|
+
{
|
|
94
|
+
"type": "function",
|
|
95
|
+
"name": "SEND_ASSET_TO_DEX_HEADER",
|
|
96
|
+
"inputs": [],
|
|
97
|
+
"outputs": [
|
|
98
|
+
{
|
|
99
|
+
"name": "",
|
|
100
|
+
"type": "bytes4",
|
|
101
|
+
"internalType": "bytes4"
|
|
102
|
+
}
|
|
103
|
+
],
|
|
104
|
+
"stateMutability": "view"
|
|
105
|
+
},
|
|
80
106
|
{
|
|
81
107
|
"type": "function",
|
|
82
108
|
"name": "SPOT_BALANCE_PRECOMPILE_ADDRESS",
|
|
@@ -160,6 +186,11 @@
|
|
|
160
186
|
"name": "CoreUserExistsPrecompileCallFailed",
|
|
161
187
|
"inputs": []
|
|
162
188
|
},
|
|
189
|
+
{
|
|
190
|
+
"type": "error",
|
|
191
|
+
"name": "InsufficientAmountForAccountActivation",
|
|
192
|
+
"inputs": []
|
|
193
|
+
},
|
|
163
194
|
{
|
|
164
195
|
"type": "error",
|
|
165
196
|
"name": "InvalidTif",
|
|
@@ -430,6 +430,11 @@
|
|
|
430
430
|
"name": "CoreUserExistsPrecompileCallFailed",
|
|
431
431
|
"inputs": []
|
|
432
432
|
},
|
|
433
|
+
{
|
|
434
|
+
"type": "error",
|
|
435
|
+
"name": "InsufficientAmountForAccountActivation",
|
|
436
|
+
"inputs": []
|
|
437
|
+
},
|
|
433
438
|
{
|
|
434
439
|
"type": "error",
|
|
435
440
|
"name": "InsufficientEvmAmountForActivation",
|
|
@@ -16,5 +16,28 @@
|
|
|
16
16
|
],
|
|
17
17
|
"outputs": [],
|
|
18
18
|
"stateMutability": "nonpayable"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"type": "function",
|
|
22
|
+
"name": "depositFor",
|
|
23
|
+
"inputs": [
|
|
24
|
+
{
|
|
25
|
+
"name": "recipient",
|
|
26
|
+
"type": "address",
|
|
27
|
+
"internalType": "address"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "amount",
|
|
31
|
+
"type": "uint256",
|
|
32
|
+
"internalType": "uint256"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "destinationId",
|
|
36
|
+
"type": "uint32",
|
|
37
|
+
"internalType": "uint32"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"outputs": [],
|
|
41
|
+
"stateMutability": "nonpayable"
|
|
19
42
|
}
|
|
20
43
|
]
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"type": "function",
|
|
4
|
+
"name": "depositFor",
|
|
5
|
+
"inputs": [
|
|
6
|
+
{
|
|
7
|
+
"name": "recipient",
|
|
8
|
+
"type": "address",
|
|
9
|
+
"internalType": "address"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"name": "amount",
|
|
13
|
+
"type": "uint256",
|
|
14
|
+
"internalType": "uint256"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"name": "destinationId",
|
|
18
|
+
"type": "uint32",
|
|
19
|
+
"internalType": "uint32"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"outputs": [],
|
|
23
|
+
"stateMutability": "nonpayable"
|
|
24
|
+
}
|
|
25
|
+
]
|
|
@@ -147,6 +147,16 @@
|
|
|
147
147
|
"type": "address",
|
|
148
148
|
"internalType": "address"
|
|
149
149
|
},
|
|
150
|
+
{
|
|
151
|
+
"name": "destinationDex",
|
|
152
|
+
"type": "uint32",
|
|
153
|
+
"internalType": "uint32"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"name": "accountCreationMode",
|
|
157
|
+
"type": "uint8",
|
|
158
|
+
"internalType": "enum AccountCreationMode"
|
|
159
|
+
},
|
|
150
160
|
{
|
|
151
161
|
"name": "maxBpsToSponsor",
|
|
152
162
|
"type": "uint256",
|
|
@@ -197,6 +207,16 @@
|
|
|
197
207
|
"type": "address",
|
|
198
208
|
"internalType": "address"
|
|
199
209
|
},
|
|
210
|
+
{
|
|
211
|
+
"name": "destinationDex",
|
|
212
|
+
"type": "uint32",
|
|
213
|
+
"internalType": "uint32"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"name": "accountCreationMode",
|
|
217
|
+
"type": "uint8",
|
|
218
|
+
"internalType": "enum AccountCreationMode"
|
|
219
|
+
},
|
|
200
220
|
{
|
|
201
221
|
"name": "maxBpsToSponsor",
|
|
202
222
|
"type": "uint256",
|
|
@@ -242,6 +262,16 @@
|
|
|
242
262
|
"type": "address",
|
|
243
263
|
"internalType": "address"
|
|
244
264
|
},
|
|
265
|
+
{
|
|
266
|
+
"name": "destinationDex",
|
|
267
|
+
"type": "uint32",
|
|
268
|
+
"internalType": "uint32"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"name": "accountCreationMode",
|
|
272
|
+
"type": "uint8",
|
|
273
|
+
"internalType": "enum AccountCreationMode"
|
|
274
|
+
},
|
|
245
275
|
{
|
|
246
276
|
"name": "maxBpsToSponsor",
|
|
247
277
|
"type": "uint256",
|
|
@@ -196,6 +196,19 @@
|
|
|
196
196
|
],
|
|
197
197
|
"stateMutability": "payable"
|
|
198
198
|
},
|
|
199
|
+
{
|
|
200
|
+
"type": "function",
|
|
201
|
+
"name": "sharedDecimals",
|
|
202
|
+
"inputs": [],
|
|
203
|
+
"outputs": [
|
|
204
|
+
{
|
|
205
|
+
"name": "",
|
|
206
|
+
"type": "uint8",
|
|
207
|
+
"internalType": "uint8"
|
|
208
|
+
}
|
|
209
|
+
],
|
|
210
|
+
"stateMutability": "view"
|
|
211
|
+
},
|
|
199
212
|
{
|
|
200
213
|
"type": "function",
|
|
201
214
|
"name": "token",
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"type": "function",
|
|
4
|
+
"name": "getProof",
|
|
5
|
+
"inputs": [
|
|
6
|
+
{
|
|
7
|
+
"name": "data",
|
|
8
|
+
"type": "bytes32[]",
|
|
9
|
+
"internalType": "bytes32[]"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"name": "node",
|
|
13
|
+
"type": "uint256",
|
|
14
|
+
"internalType": "uint256"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"outputs": [
|
|
18
|
+
{
|
|
19
|
+
"name": "",
|
|
20
|
+
"type": "bytes32[]",
|
|
21
|
+
"internalType": "bytes32[]"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"stateMutability": "pure"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"type": "function",
|
|
28
|
+
"name": "getRoot",
|
|
29
|
+
"inputs": [
|
|
30
|
+
{
|
|
31
|
+
"name": "data",
|
|
32
|
+
"type": "bytes32[]",
|
|
33
|
+
"internalType": "bytes32[]"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"outputs": [
|
|
37
|
+
{
|
|
38
|
+
"name": "",
|
|
39
|
+
"type": "bytes32",
|
|
40
|
+
"internalType": "bytes32"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"stateMutability": "pure"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"type": "function",
|
|
47
|
+
"name": "hashLeafPairs",
|
|
48
|
+
"inputs": [
|
|
49
|
+
{
|
|
50
|
+
"name": "left",
|
|
51
|
+
"type": "bytes32",
|
|
52
|
+
"internalType": "bytes32"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "right",
|
|
56
|
+
"type": "bytes32",
|
|
57
|
+
"internalType": "bytes32"
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
"outputs": [
|
|
61
|
+
{
|
|
62
|
+
"name": "_hash",
|
|
63
|
+
"type": "bytes32",
|
|
64
|
+
"internalType": "bytes32"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"stateMutability": "pure"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"type": "function",
|
|
71
|
+
"name": "log2ceil",
|
|
72
|
+
"inputs": [
|
|
73
|
+
{
|
|
74
|
+
"name": "x",
|
|
75
|
+
"type": "uint256",
|
|
76
|
+
"internalType": "uint256"
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"outputs": [
|
|
80
|
+
{
|
|
81
|
+
"name": "",
|
|
82
|
+
"type": "uint256",
|
|
83
|
+
"internalType": "uint256"
|
|
84
|
+
}
|
|
85
|
+
],
|
|
86
|
+
"stateMutability": "pure"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"type": "function",
|
|
90
|
+
"name": "log2ceilBitMagic",
|
|
91
|
+
"inputs": [
|
|
92
|
+
{
|
|
93
|
+
"name": "x",
|
|
94
|
+
"type": "uint256",
|
|
95
|
+
"internalType": "uint256"
|
|
96
|
+
}
|
|
97
|
+
],
|
|
98
|
+
"outputs": [
|
|
99
|
+
{
|
|
100
|
+
"name": "",
|
|
101
|
+
"type": "uint256",
|
|
102
|
+
"internalType": "uint256"
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
"stateMutability": "pure"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"type": "function",
|
|
109
|
+
"name": "verifyProof",
|
|
110
|
+
"inputs": [
|
|
111
|
+
{
|
|
112
|
+
"name": "root",
|
|
113
|
+
"type": "bytes32",
|
|
114
|
+
"internalType": "bytes32"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"name": "proof",
|
|
118
|
+
"type": "bytes32[]",
|
|
119
|
+
"internalType": "bytes32[]"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"name": "valueToProve",
|
|
123
|
+
"type": "bytes32",
|
|
124
|
+
"internalType": "bytes32"
|
|
125
|
+
}
|
|
126
|
+
],
|
|
127
|
+
"outputs": [
|
|
128
|
+
{
|
|
129
|
+
"name": "",
|
|
130
|
+
"type": "bool",
|
|
131
|
+
"internalType": "bool"
|
|
132
|
+
}
|
|
133
|
+
],
|
|
134
|
+
"stateMutability": "pure"
|
|
135
|
+
}
|
|
136
|
+
]
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"type": "function",
|
|
4
|
+
"name": "getProof",
|
|
5
|
+
"inputs": [
|
|
6
|
+
{
|
|
7
|
+
"name": "data",
|
|
8
|
+
"type": "bytes32[]",
|
|
9
|
+
"internalType": "bytes32[]"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"name": "node",
|
|
13
|
+
"type": "uint256",
|
|
14
|
+
"internalType": "uint256"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"outputs": [
|
|
18
|
+
{
|
|
19
|
+
"name": "",
|
|
20
|
+
"type": "bytes32[]",
|
|
21
|
+
"internalType": "bytes32[]"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"stateMutability": "pure"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"type": "function",
|
|
28
|
+
"name": "getRoot",
|
|
29
|
+
"inputs": [
|
|
30
|
+
{
|
|
31
|
+
"name": "data",
|
|
32
|
+
"type": "bytes32[]",
|
|
33
|
+
"internalType": "bytes32[]"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"outputs": [
|
|
37
|
+
{
|
|
38
|
+
"name": "",
|
|
39
|
+
"type": "bytes32",
|
|
40
|
+
"internalType": "bytes32"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"stateMutability": "pure"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"type": "function",
|
|
47
|
+
"name": "hashLeafPairs",
|
|
48
|
+
"inputs": [
|
|
49
|
+
{
|
|
50
|
+
"name": "left",
|
|
51
|
+
"type": "bytes32",
|
|
52
|
+
"internalType": "bytes32"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "right",
|
|
56
|
+
"type": "bytes32",
|
|
57
|
+
"internalType": "bytes32"
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
"outputs": [
|
|
61
|
+
{
|
|
62
|
+
"name": "_hash",
|
|
63
|
+
"type": "bytes32",
|
|
64
|
+
"internalType": "bytes32"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"stateMutability": "pure"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"type": "function",
|
|
71
|
+
"name": "log2ceil",
|
|
72
|
+
"inputs": [
|
|
73
|
+
{
|
|
74
|
+
"name": "x",
|
|
75
|
+
"type": "uint256",
|
|
76
|
+
"internalType": "uint256"
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"outputs": [
|
|
80
|
+
{
|
|
81
|
+
"name": "",
|
|
82
|
+
"type": "uint256",
|
|
83
|
+
"internalType": "uint256"
|
|
84
|
+
}
|
|
85
|
+
],
|
|
86
|
+
"stateMutability": "pure"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"type": "function",
|
|
90
|
+
"name": "log2ceilBitMagic",
|
|
91
|
+
"inputs": [
|
|
92
|
+
{
|
|
93
|
+
"name": "x",
|
|
94
|
+
"type": "uint256",
|
|
95
|
+
"internalType": "uint256"
|
|
96
|
+
}
|
|
97
|
+
],
|
|
98
|
+
"outputs": [
|
|
99
|
+
{
|
|
100
|
+
"name": "",
|
|
101
|
+
"type": "uint256",
|
|
102
|
+
"internalType": "uint256"
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
"stateMutability": "pure"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"type": "function",
|
|
109
|
+
"name": "verifyProof",
|
|
110
|
+
"inputs": [
|
|
111
|
+
{
|
|
112
|
+
"name": "root",
|
|
113
|
+
"type": "bytes32",
|
|
114
|
+
"internalType": "bytes32"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"name": "proof",
|
|
118
|
+
"type": "bytes32[]",
|
|
119
|
+
"internalType": "bytes32[]"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"name": "valueToProve",
|
|
123
|
+
"type": "bytes32",
|
|
124
|
+
"internalType": "bytes32"
|
|
125
|
+
}
|
|
126
|
+
],
|
|
127
|
+
"outputs": [
|
|
128
|
+
{
|
|
129
|
+
"name": "",
|
|
130
|
+
"type": "bool",
|
|
131
|
+
"internalType": "bool"
|
|
132
|
+
}
|
|
133
|
+
],
|
|
134
|
+
"stateMutability": "pure"
|
|
135
|
+
}
|
|
136
|
+
]
|