@across-protocol/sdk 4.3.141 → 4.3.142-alpha.0
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/arch/svm/BlockUtils.d.ts +1 -2
- package/dist/cjs/src/clients/AcrossConfigStoreClient/AcrossConfigStoreClient.js +2 -2
- package/dist/cjs/src/clients/AcrossConfigStoreClient/AcrossConfigStoreClient.js.map +1 -1
- package/dist/cjs/src/clients/BundleDataClient/utils/SuperstructUtils.js +1 -1
- package/dist/cjs/src/clients/BundleDataClient/utils/SuperstructUtils.js.map +1 -1
- package/dist/cjs/src/coingecko/Coingecko.js +1 -1
- package/dist/cjs/src/coingecko/Coingecko.js.map +1 -1
- package/dist/cjs/src/gasPriceOracle/adapters/polygon.js +1 -1
- package/dist/cjs/src/gasPriceOracle/adapters/polygon.js.map +1 -1
- package/dist/cjs/src/providers/solana/cachedRpcFactory.js +1 -1
- package/dist/cjs/src/providers/solana/cachedRpcFactory.js.map +1 -1
- package/dist/cjs/src/utils/AddressUtils.d.ts +0 -1
- package/dist/cjs/src/utils/AddressUtils.js +1 -12
- package/dist/cjs/src/utils/AddressUtils.js.map +1 -1
- package/dist/cjs/src/utils/JSONUtils.js +1 -1
- package/dist/cjs/src/utils/JSONUtils.js.map +1 -1
- package/dist/cjs/src/utils/NetworkUtils.js +1 -1
- package/dist/cjs/src/utils/NetworkUtils.js.map +1 -1
- package/dist/cjs/src/utils/abi/typechain/factories/index.d.ts +0 -13
- package/dist/cjs/src/utils/abi/typechain/factories/index.js +6 -33
- package/dist/cjs/src/utils/abi/typechain/factories/index.js.map +1 -1
- package/dist/cjs/src/utils/abi/typechain/index.d.ts +0 -26
- package/dist/cjs/src/utils/abi/typechain/index.js +6 -33
- package/dist/cjs/src/utils/abi/typechain/index.js.map +1 -1
- package/dist/cjs/test/utils/getContractFactory.js +7 -38
- package/dist/cjs/test/utils/getContractFactory.js.map +1 -1
- package/dist/cjs/test/utils/utils.js +1 -1
- package/dist/cjs/test/utils/utils.js.map +1 -1
- package/dist/esm/src/arch/svm/BlockUtils.d.ts +1 -2
- package/dist/esm/src/clients/AcrossConfigStoreClient/AcrossConfigStoreClient.js +2 -2
- package/dist/esm/src/clients/AcrossConfigStoreClient/AcrossConfigStoreClient.js.map +1 -1
- package/dist/esm/src/clients/BundleDataClient/utils/SuperstructUtils.js +1 -1
- package/dist/esm/src/clients/BundleDataClient/utils/SuperstructUtils.js.map +1 -1
- package/dist/esm/src/coingecko/Coingecko.js +1 -1
- package/dist/esm/src/coingecko/Coingecko.js.map +1 -1
- package/dist/esm/src/gasPriceOracle/adapters/polygon.js +1 -1
- package/dist/esm/src/gasPriceOracle/adapters/polygon.js.map +1 -1
- package/dist/esm/src/providers/solana/cachedRpcFactory.js +1 -1
- package/dist/esm/src/providers/solana/cachedRpcFactory.js.map +1 -1
- package/dist/esm/src/utils/AddressUtils.d.ts +0 -1
- package/dist/esm/src/utils/AddressUtils.js +1 -12
- package/dist/esm/src/utils/AddressUtils.js.map +1 -1
- package/dist/esm/src/utils/JSONUtils.js +1 -1
- package/dist/esm/src/utils/JSONUtils.js.map +1 -1
- package/dist/esm/src/utils/NetworkUtils.js +1 -1
- package/dist/esm/src/utils/NetworkUtils.js.map +1 -1
- package/dist/esm/src/utils/abi/typechain/factories/index.d.ts +0 -13
- package/dist/esm/src/utils/abi/typechain/factories/index.js +0 -13
- package/dist/esm/src/utils/abi/typechain/factories/index.js.map +1 -1
- package/dist/esm/src/utils/abi/typechain/index.d.ts +0 -26
- package/dist/esm/src/utils/abi/typechain/index.js +0 -13
- package/dist/esm/src/utils/abi/typechain/index.js.map +1 -1
- package/dist/esm/test/utils/getContractFactory.d.ts +1 -1
- package/dist/esm/test/utils/getContractFactory.js +11 -52
- package/dist/esm/test/utils/getContractFactory.js.map +1 -1
- package/dist/esm/test/utils/utils.js +1 -1
- package/dist/esm/test/utils/utils.js.map +1 -1
- package/dist/types/src/arch/svm/BlockUtils.d.ts +1 -2
- package/dist/types/src/arch/svm/BlockUtils.d.ts.map +1 -1
- package/dist/types/src/utils/AddressUtils.d.ts +0 -1
- package/dist/types/src/utils/AddressUtils.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/factories/index.d.ts +0 -13
- package/dist/types/src/utils/abi/typechain/factories/index.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/index.d.ts +0 -26
- package/dist/types/src/utils/abi/typechain/index.d.ts.map +1 -1
- package/dist/types/test/utils/getContractFactory.d.ts +1 -1
- package/dist/types/test/utils/getContractFactory.d.ts.map +1 -1
- package/package.json +9 -10
- package/scripts/stage-typechain-artifacts.cjs +7 -8
- package/src/arch/svm/BlockUtils.ts +1 -1
- package/src/clients/AcrossConfigStoreClient/AcrossConfigStoreClient.ts +2 -2
- package/src/clients/BundleDataClient/utils/SuperstructUtils.ts +1 -1
- package/src/coingecko/Coingecko.ts +1 -1
- package/src/gasPriceOracle/adapters/polygon.ts +1 -1
- package/src/providers/solana/cachedRpcFactory.ts +1 -1
- package/src/utils/AddressUtils.ts +5 -13
- package/src/utils/JSONUtils.ts +1 -1
- package/src/utils/NetworkUtils.ts +1 -1
- package/src/utils/abi/typechain/factories/index.ts +0 -13
- package/src/utils/abi/typechain/index.ts +0 -26
- package/dist/cjs/src/utils/abi/typechain/AcrossOriginSettler.d.ts +0 -398
- package/dist/cjs/src/utils/abi/typechain/AcrossOriginSettler.js +0 -3
- package/dist/cjs/src/utils/abi/typechain/AcrossOriginSettler.js.map +0 -1
- package/dist/cjs/src/utils/abi/typechain/ERC7683OrderDepositor.d.ts +0 -282
- package/dist/cjs/src/utils/abi/typechain/ERC7683OrderDepositor.js +0 -3
- package/dist/cjs/src/utils/abi/typechain/ERC7683OrderDepositor.js.map +0 -1
- package/dist/cjs/src/utils/abi/typechain/IOriginSettler.d.ts +0 -187
- package/dist/cjs/src/utils/abi/typechain/IOriginSettler.js +0 -3
- package/dist/cjs/src/utils/abi/typechain/IOriginSettler.js.map +0 -1
- package/dist/cjs/src/utils/abi/typechain/Permit2Depositor.d.ts +0 -82
- package/dist/cjs/src/utils/abi/typechain/Permit2Depositor.js +0 -3
- package/dist/cjs/src/utils/abi/typechain/Permit2Depositor.js.map +0 -1
- package/dist/cjs/src/utils/abi/typechain/Permit2OrderLib.d.ts +0 -27
- package/dist/cjs/src/utils/abi/typechain/Permit2OrderLib.js +0 -3
- package/dist/cjs/src/utils/abi/typechain/Permit2OrderLib.js.map +0 -1
- package/dist/cjs/src/utils/abi/typechain/Script.d.ts +0 -42
- package/dist/cjs/src/utils/abi/typechain/Script.js +0 -3
- package/dist/cjs/src/utils/abi/typechain/Script.js.map +0 -1
- package/dist/cjs/src/utils/abi/typechain/StdAssertions.d.ts +0 -290
- package/dist/cjs/src/utils/abi/typechain/StdAssertions.js +0 -3
- package/dist/cjs/src/utils/abi/typechain/StdAssertions.js.map +0 -1
- package/dist/cjs/src/utils/abi/typechain/StdError.d.ts +0 -106
- package/dist/cjs/src/utils/abi/typechain/StdError.js +0 -3
- package/dist/cjs/src/utils/abi/typechain/StdError.js.map +0 -1
- package/dist/cjs/src/utils/abi/typechain/StdInvariant.d.ts +0 -168
- package/dist/cjs/src/utils/abi/typechain/StdInvariant.js +0 -3
- package/dist/cjs/src/utils/abi/typechain/StdInvariant.js.map +0 -1
- package/dist/cjs/src/utils/abi/typechain/StdStorageSafe.d.ts +0 -60
- package/dist/cjs/src/utils/abi/typechain/StdStorageSafe.js +0 -3
- package/dist/cjs/src/utils/abi/typechain/StdStorageSafe.js.map +0 -1
- package/dist/cjs/src/utils/abi/typechain/Test.d.ts +0 -432
- package/dist/cjs/src/utils/abi/typechain/Test.js +0 -3
- package/dist/cjs/src/utils/abi/typechain/Test.js.map +0 -1
- package/dist/cjs/src/utils/abi/typechain/Vm.d.ts +0 -6767
- package/dist/cjs/src/utils/abi/typechain/Vm.js +0 -3
- package/dist/cjs/src/utils/abi/typechain/Vm.js.map +0 -1
- package/dist/cjs/src/utils/abi/typechain/VmSafe.d.ts +0 -4649
- package/dist/cjs/src/utils/abi/typechain/VmSafe.js +0 -3
- package/dist/cjs/src/utils/abi/typechain/VmSafe.js.map +0 -1
- package/dist/cjs/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.d.ts +0 -688
- package/dist/cjs/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.js +0 -896
- package/dist/cjs/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.js.map +0 -1
- package/dist/cjs/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.d.ts +0 -559
- package/dist/cjs/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.js +0 -729
- package/dist/cjs/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.js.map +0 -1
- package/dist/cjs/src/utils/abi/typechain/factories/IOriginSettler__factory.d.ts +0 -415
- package/dist/cjs/src/utils/abi/typechain/factories/IOriginSettler__factory.js +0 -542
- package/dist/cjs/src/utils/abi/typechain/factories/IOriginSettler__factory.js.map +0 -1
- package/dist/cjs/src/utils/abi/typechain/factories/Permit2Depositor__factory.d.ts +0 -97
- package/dist/cjs/src/utils/abi/typechain/factories/Permit2Depositor__factory.js +0 -132
- package/dist/cjs/src/utils/abi/typechain/factories/Permit2Depositor__factory.js.map +0 -1
- package/dist/cjs/src/utils/abi/typechain/factories/Permit2OrderLib__factory.d.ts +0 -28
- package/dist/cjs/src/utils/abi/typechain/factories/Permit2OrderLib__factory.js +0 -42
- package/dist/cjs/src/utils/abi/typechain/factories/Permit2OrderLib__factory.js.map +0 -1
- package/dist/cjs/src/utils/abi/typechain/factories/Script__factory.d.ts +0 -18
- package/dist/cjs/src/utils/abi/typechain/factories/Script__factory.js +0 -30
- package/dist/cjs/src/utils/abi/typechain/factories/Script__factory.js.map +0 -1
- package/dist/cjs/src/utils/abi/typechain/factories/StdAssertions__factory.d.ts +0 -303
- package/dist/cjs/src/utils/abi/typechain/factories/StdAssertions__factory.js +0 -394
- package/dist/cjs/src/utils/abi/typechain/factories/StdAssertions__factory.js.map +0 -1
- package/dist/cjs/src/utils/abi/typechain/factories/StdError__factory.d.ts +0 -98
- package/dist/cjs/src/utils/abi/typechain/factories/StdError__factory.js +0 -134
- package/dist/cjs/src/utils/abi/typechain/factories/StdError__factory.js.map +0 -1
- package/dist/cjs/src/utils/abi/typechain/factories/StdInvariant__factory.d.ts +0 -144
- package/dist/cjs/src/utils/abi/typechain/factories/StdInvariant__factory.js +0 -195
- package/dist/cjs/src/utils/abi/typechain/factories/StdInvariant__factory.js.map +0 -1
- package/dist/cjs/src/utils/abi/typechain/factories/StdStorageSafe__factory.d.ts +0 -48
- package/dist/cjs/src/utils/abi/typechain/factories/StdStorageSafe__factory.js +0 -67
- package/dist/cjs/src/utils/abi/typechain/factories/StdStorageSafe__factory.js.map +0 -1
- package/dist/cjs/src/utils/abi/typechain/factories/Test__factory.d.ts +0 -449
- package/dist/cjs/src/utils/abi/typechain/factories/Test__factory.js +0 -585
- package/dist/cjs/src/utils/abi/typechain/factories/Test__factory.js.map +0 -1
- package/dist/cjs/src/utils/abi/typechain/factories/VmSafe__factory.d.ts +0 -7281
- package/dist/cjs/src/utils/abi/typechain/factories/VmSafe__factory.js +0 -9531
- package/dist/cjs/src/utils/abi/typechain/factories/VmSafe__factory.js.map +0 -1
- package/dist/cjs/src/utils/abi/typechain/factories/Vm__factory.d.ts +0 -9142
- package/dist/cjs/src/utils/abi/typechain/factories/Vm__factory.js +0 -11931
- package/dist/cjs/src/utils/abi/typechain/factories/Vm__factory.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/AcrossOriginSettler.d.ts +0 -398
- package/dist/esm/src/utils/abi/typechain/AcrossOriginSettler.js +0 -2
- package/dist/esm/src/utils/abi/typechain/AcrossOriginSettler.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/ERC7683OrderDepositor.d.ts +0 -282
- package/dist/esm/src/utils/abi/typechain/ERC7683OrderDepositor.js +0 -2
- package/dist/esm/src/utils/abi/typechain/ERC7683OrderDepositor.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/IOriginSettler.d.ts +0 -187
- package/dist/esm/src/utils/abi/typechain/IOriginSettler.js +0 -2
- package/dist/esm/src/utils/abi/typechain/IOriginSettler.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/Permit2Depositor.d.ts +0 -82
- package/dist/esm/src/utils/abi/typechain/Permit2Depositor.js +0 -2
- package/dist/esm/src/utils/abi/typechain/Permit2Depositor.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/Permit2OrderLib.d.ts +0 -27
- package/dist/esm/src/utils/abi/typechain/Permit2OrderLib.js +0 -2
- package/dist/esm/src/utils/abi/typechain/Permit2OrderLib.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/Script.d.ts +0 -42
- package/dist/esm/src/utils/abi/typechain/Script.js +0 -2
- package/dist/esm/src/utils/abi/typechain/Script.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/StdAssertions.d.ts +0 -290
- package/dist/esm/src/utils/abi/typechain/StdAssertions.js +0 -2
- package/dist/esm/src/utils/abi/typechain/StdAssertions.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/StdError.d.ts +0 -106
- package/dist/esm/src/utils/abi/typechain/StdError.js +0 -2
- package/dist/esm/src/utils/abi/typechain/StdError.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/StdInvariant.d.ts +0 -168
- package/dist/esm/src/utils/abi/typechain/StdInvariant.js +0 -2
- package/dist/esm/src/utils/abi/typechain/StdInvariant.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/StdStorageSafe.d.ts +0 -60
- package/dist/esm/src/utils/abi/typechain/StdStorageSafe.js +0 -2
- package/dist/esm/src/utils/abi/typechain/StdStorageSafe.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/Test.d.ts +0 -432
- package/dist/esm/src/utils/abi/typechain/Test.js +0 -2
- package/dist/esm/src/utils/abi/typechain/Test.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/Vm.d.ts +0 -6767
- package/dist/esm/src/utils/abi/typechain/Vm.js +0 -2
- package/dist/esm/src/utils/abi/typechain/Vm.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/VmSafe.d.ts +0 -4649
- package/dist/esm/src/utils/abi/typechain/VmSafe.js +0 -2
- package/dist/esm/src/utils/abi/typechain/VmSafe.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.d.ts +0 -688
- package/dist/esm/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.js +0 -895
- package/dist/esm/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.d.ts +0 -559
- package/dist/esm/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.js +0 -728
- package/dist/esm/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/factories/IOriginSettler__factory.d.ts +0 -415
- package/dist/esm/src/utils/abi/typechain/factories/IOriginSettler__factory.js +0 -541
- package/dist/esm/src/utils/abi/typechain/factories/IOriginSettler__factory.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/factories/Permit2Depositor__factory.d.ts +0 -97
- package/dist/esm/src/utils/abi/typechain/factories/Permit2Depositor__factory.js +0 -131
- package/dist/esm/src/utils/abi/typechain/factories/Permit2Depositor__factory.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/factories/Permit2OrderLib__factory.d.ts +0 -28
- package/dist/esm/src/utils/abi/typechain/factories/Permit2OrderLib__factory.js +0 -41
- package/dist/esm/src/utils/abi/typechain/factories/Permit2OrderLib__factory.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/factories/Script__factory.d.ts +0 -18
- package/dist/esm/src/utils/abi/typechain/factories/Script__factory.js +0 -29
- package/dist/esm/src/utils/abi/typechain/factories/Script__factory.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/factories/StdAssertions__factory.d.ts +0 -303
- package/dist/esm/src/utils/abi/typechain/factories/StdAssertions__factory.js +0 -393
- package/dist/esm/src/utils/abi/typechain/factories/StdAssertions__factory.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/factories/StdError__factory.d.ts +0 -98
- package/dist/esm/src/utils/abi/typechain/factories/StdError__factory.js +0 -133
- package/dist/esm/src/utils/abi/typechain/factories/StdError__factory.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/factories/StdInvariant__factory.d.ts +0 -144
- package/dist/esm/src/utils/abi/typechain/factories/StdInvariant__factory.js +0 -194
- package/dist/esm/src/utils/abi/typechain/factories/StdInvariant__factory.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/factories/StdStorageSafe__factory.d.ts +0 -48
- package/dist/esm/src/utils/abi/typechain/factories/StdStorageSafe__factory.js +0 -66
- package/dist/esm/src/utils/abi/typechain/factories/StdStorageSafe__factory.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/factories/Test__factory.d.ts +0 -449
- package/dist/esm/src/utils/abi/typechain/factories/Test__factory.js +0 -584
- package/dist/esm/src/utils/abi/typechain/factories/Test__factory.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/factories/VmSafe__factory.d.ts +0 -7281
- package/dist/esm/src/utils/abi/typechain/factories/VmSafe__factory.js +0 -9530
- package/dist/esm/src/utils/abi/typechain/factories/VmSafe__factory.js.map +0 -1
- package/dist/esm/src/utils/abi/typechain/factories/Vm__factory.d.ts +0 -9142
- package/dist/esm/src/utils/abi/typechain/factories/Vm__factory.js +0 -11930
- package/dist/esm/src/utils/abi/typechain/factories/Vm__factory.js.map +0 -1
- package/dist/types/src/utils/abi/typechain/AcrossOriginSettler.d.ts +0 -399
- package/dist/types/src/utils/abi/typechain/AcrossOriginSettler.d.ts.map +0 -1
- package/dist/types/src/utils/abi/typechain/ERC7683OrderDepositor.d.ts +0 -283
- package/dist/types/src/utils/abi/typechain/ERC7683OrderDepositor.d.ts.map +0 -1
- package/dist/types/src/utils/abi/typechain/IOriginSettler.d.ts +0 -188
- package/dist/types/src/utils/abi/typechain/IOriginSettler.d.ts.map +0 -1
- package/dist/types/src/utils/abi/typechain/Permit2Depositor.d.ts +0 -83
- package/dist/types/src/utils/abi/typechain/Permit2Depositor.d.ts.map +0 -1
- package/dist/types/src/utils/abi/typechain/Permit2OrderLib.d.ts +0 -28
- package/dist/types/src/utils/abi/typechain/Permit2OrderLib.d.ts.map +0 -1
- package/dist/types/src/utils/abi/typechain/Script.d.ts +0 -43
- package/dist/types/src/utils/abi/typechain/Script.d.ts.map +0 -1
- package/dist/types/src/utils/abi/typechain/StdAssertions.d.ts +0 -291
- package/dist/types/src/utils/abi/typechain/StdAssertions.d.ts.map +0 -1
- package/dist/types/src/utils/abi/typechain/StdError.d.ts +0 -107
- package/dist/types/src/utils/abi/typechain/StdError.d.ts.map +0 -1
- package/dist/types/src/utils/abi/typechain/StdInvariant.d.ts +0 -169
- package/dist/types/src/utils/abi/typechain/StdInvariant.d.ts.map +0 -1
- package/dist/types/src/utils/abi/typechain/StdStorageSafe.d.ts +0 -61
- package/dist/types/src/utils/abi/typechain/StdStorageSafe.d.ts.map +0 -1
- package/dist/types/src/utils/abi/typechain/Test.d.ts +0 -433
- package/dist/types/src/utils/abi/typechain/Test.d.ts.map +0 -1
- package/dist/types/src/utils/abi/typechain/Vm.d.ts +0 -6768
- package/dist/types/src/utils/abi/typechain/Vm.d.ts.map +0 -1
- package/dist/types/src/utils/abi/typechain/VmSafe.d.ts +0 -4650
- package/dist/types/src/utils/abi/typechain/VmSafe.d.ts.map +0 -1
- package/dist/types/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.d.ts +0 -689
- package/dist/types/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.d.ts.map +0 -1
- package/dist/types/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.d.ts +0 -560
- package/dist/types/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.d.ts.map +0 -1
- package/dist/types/src/utils/abi/typechain/factories/IOriginSettler__factory.d.ts +0 -416
- package/dist/types/src/utils/abi/typechain/factories/IOriginSettler__factory.d.ts.map +0 -1
- package/dist/types/src/utils/abi/typechain/factories/Permit2Depositor__factory.d.ts +0 -98
- package/dist/types/src/utils/abi/typechain/factories/Permit2Depositor__factory.d.ts.map +0 -1
- package/dist/types/src/utils/abi/typechain/factories/Permit2OrderLib__factory.d.ts +0 -29
- package/dist/types/src/utils/abi/typechain/factories/Permit2OrderLib__factory.d.ts.map +0 -1
- package/dist/types/src/utils/abi/typechain/factories/Script__factory.d.ts +0 -19
- package/dist/types/src/utils/abi/typechain/factories/Script__factory.d.ts.map +0 -1
- package/dist/types/src/utils/abi/typechain/factories/StdAssertions__factory.d.ts +0 -304
- package/dist/types/src/utils/abi/typechain/factories/StdAssertions__factory.d.ts.map +0 -1
- package/dist/types/src/utils/abi/typechain/factories/StdError__factory.d.ts +0 -99
- package/dist/types/src/utils/abi/typechain/factories/StdError__factory.d.ts.map +0 -1
- package/dist/types/src/utils/abi/typechain/factories/StdInvariant__factory.d.ts +0 -145
- package/dist/types/src/utils/abi/typechain/factories/StdInvariant__factory.d.ts.map +0 -1
- package/dist/types/src/utils/abi/typechain/factories/StdStorageSafe__factory.d.ts +0 -49
- package/dist/types/src/utils/abi/typechain/factories/StdStorageSafe__factory.d.ts.map +0 -1
- package/dist/types/src/utils/abi/typechain/factories/Test__factory.d.ts +0 -450
- package/dist/types/src/utils/abi/typechain/factories/Test__factory.d.ts.map +0 -1
- package/dist/types/src/utils/abi/typechain/factories/VmSafe__factory.d.ts +0 -7282
- package/dist/types/src/utils/abi/typechain/factories/VmSafe__factory.d.ts.map +0 -1
- package/dist/types/src/utils/abi/typechain/factories/Vm__factory.d.ts +0 -9143
- package/dist/types/src/utils/abi/typechain/factories/Vm__factory.d.ts.map +0 -1
- package/src/utils/abi/contracts/AcrossOriginSettler.json +0 -881
- package/src/utils/abi/contracts/ERC7683OrderDepositor.json +0 -714
- package/src/utils/abi/contracts/IOriginSettler.json +0 -527
- package/src/utils/abi/contracts/Permit2Depositor.json +0 -117
- package/src/utils/abi/contracts/Permit2OrderLib.json +0 -27
- package/src/utils/abi/contracts/Script.json +0 -15
- package/src/utils/abi/contracts/StdAssertions.json +0 -379
- package/src/utils/abi/contracts/StdInvariant.json +0 -180
- package/src/utils/abi/contracts/Test.json +0 -570
- package/src/utils/abi/contracts/Vm.json +0 -11916
- package/src/utils/abi/contracts/VmSafe.json +0 -9516
- package/src/utils/abi/contracts/stdError.json +0 -119
- package/src/utils/abi/contracts/stdStorageSafe.json +0 -52
- package/src/utils/abi/typechain/AcrossOriginSettler.ts +0 -776
- package/src/utils/abi/typechain/ERC7683OrderDepositor.ts +0 -529
- package/src/utils/abi/typechain/IOriginSettler.ts +0 -337
- package/src/utils/abi/typechain/Permit2Depositor.ts +0 -172
- package/src/utils/abi/typechain/Permit2OrderLib.ts +0 -55
- package/src/utils/abi/typechain/Script.ts +0 -81
- package/src/utils/abi/typechain/StdAssertions.ts +0 -456
- package/src/utils/abi/typechain/StdError.ts +0 -248
- package/src/utils/abi/typechain/StdInvariant.ts +0 -350
- package/src/utils/abi/typechain/StdStorageSafe.ts +0 -108
- package/src/utils/abi/typechain/Test.ts +0 -753
- package/src/utils/abi/typechain/Vm.ts +0 -20633
- package/src/utils/abi/typechain/VmSafe.ts +0 -15644
- package/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.ts +0 -905
- package/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.ts +0 -742
- package/src/utils/abi/typechain/factories/IOriginSettler__factory.ts +0 -551
- package/src/utils/abi/typechain/factories/Permit2Depositor__factory.ts +0 -141
- package/src/utils/abi/typechain/factories/Permit2OrderLib__factory.ts +0 -51
- package/src/utils/abi/typechain/factories/Script__factory.ts +0 -33
- package/src/utils/abi/typechain/factories/StdAssertions__factory.ts +0 -400
- package/src/utils/abi/typechain/factories/StdError__factory.ts +0 -140
- package/src/utils/abi/typechain/factories/StdInvariant__factory.ts +0 -201
- package/src/utils/abi/typechain/factories/StdStorageSafe__factory.ts +0 -76
- package/src/utils/abi/typechain/factories/Test__factory.ts +0 -588
- package/src/utils/abi/typechain/factories/VmSafe__factory.ts +0 -9534
- package/src/utils/abi/typechain/factories/Vm__factory.ts +0 -11934
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AcrossOriginSettler__factory.js","sourceRoot":"","sources":["../../../../../../../src/utils/abi/typechain/factories/AcrossOriginSettler__factory.ts"],"names":[],"mappings":";;;AAIA,mCAAiD;AAOjD,MAAM,IAAI,GAAG;IACX;QACE,IAAI,EAAE,aAAa;QACnB,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,YAAY;gBAClB,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,oBAAoB;aACnC;YACD;gBACE,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,mBAAmB;aAClC;YACD;gBACE,IAAI,EAAE,sBAAsB;gBAC5B,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,SAAS;aACxB;SACF;QACD,eAAe,EAAE,YAAY;KAC9B;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,SAAS;QACf,MAAM,EAAE,EAAE;QACV,OAAO,EAAE;YACP;gBACE,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,mBAAmB;aAClC;SACF;QACD,eAAe,EAAE,MAAM;KACxB;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,uBAAuB;QAC7B,MAAM,EAAE,EAAE;QACV,OAAO,EAAE;YACP;gBACE,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,SAAS;aACxB;SACF;QACD,eAAe,EAAE,MAAM;KACxB;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,YAAY;QAClB,MAAM,EAAE,EAAE;QACV,OAAO,EAAE;YACP;gBACE,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,oBAAoB;aACnC;SACF;QACD,eAAe,EAAE,MAAM;KACxB;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,kBAAkB;QACxB,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,cAAc;gBACpB,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,SAAS;aACxB;YACD;gBACE,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,SAAS;aACxB;SACF;QACD,OAAO,EAAE;YACP;gBACE,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,SAAS;aACxB;SACF;QACD,eAAe,EAAE,MAAM;KACxB;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,QAAQ;QACd,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,OAAO;gBACb,YAAY,EAAE,OAAO;aACtB;YACD;gBACE,IAAI,EAAE,YAAY;gBAClB,IAAI,EAAE,OAAO;gBACb,YAAY,EAAE,OAAO;aACtB;SACF;QACD,OAAO,EAAE;YACP;gBACE,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,OAAO;gBACb,YAAY,EAAE,wBAAwB;gBACtC,UAAU,EAAE;oBACV;wBACE,IAAI,EAAE,YAAY;wBAClB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,aAAa;wBACnB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,aAAa;wBACnB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,cAAc;wBACpB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,oBAAoB;wBAC1B,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,WAAW;wBACjB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,kBAAkB;wBACxB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,cAAc;wBACpB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,mBAAmB;wBACzB,IAAI,EAAE,QAAQ;wBACd,YAAY,EAAE,QAAQ;qBACvB;oBACD;wBACE,IAAI,EAAE,SAAS;wBACf,IAAI,EAAE,OAAO;wBACb,YAAY,EAAE,OAAO;qBACtB;iBACF;aACF;YACD;gBACE,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,OAAO;gBACb,YAAY,EAAE,+BAA+B;gBAC7C,UAAU,EAAE;oBACV;wBACE,IAAI,EAAE,kBAAkB;wBACxB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;iBACF;aACF;SACF;QACD,eAAe,EAAE,MAAM;KACxB;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,qBAAqB;QAC3B,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,SAAS;aACxB;SACF;QACD,OAAO,EAAE;YACP;gBACE,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,SAAS;aACxB;SACF;QACD,eAAe,EAAE,MAAM;KACxB;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,gBAAgB;QACtB,MAAM,EAAE,EAAE;QACV,OAAO,EAAE;YACP;gBACE,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,YAAY,EAAE,QAAQ;aACvB;SACF;QACD,eAAe,EAAE,MAAM;KACxB;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,WAAW;QACjB,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,SAAS;aACxB;SACF;QACD,OAAO,EAAE;YACP;gBACE,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,SAAS;aACxB;SACF;QACD,eAAe,EAAE,YAAY;KAC9B;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,MAAM;QACZ,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,OAAO;gBACb,YAAY,EAAE,+BAA+B;gBAC7C,UAAU,EAAE;oBACV;wBACE,IAAI,EAAE,cAAc;wBACpB,IAAI,EAAE,QAAQ;wBACd,YAAY,EAAE,QAAQ;qBACvB;oBACD;wBACE,IAAI,EAAE,eAAe;wBACrB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,WAAW;wBACjB,IAAI,EAAE,OAAO;wBACb,YAAY,EAAE,OAAO;qBACtB;iBACF;aACF;SACF;QACD,OAAO,EAAE,EAAE;QACX,eAAe,EAAE,YAAY;KAC9B;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,SAAS;QACf,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,OAAO;gBACb,YAAY,EAAE,+BAA+B;gBAC7C,UAAU,EAAE;oBACV;wBACE,IAAI,EAAE,eAAe;wBACrB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,MAAM;wBACZ,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,OAAO;wBACb,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,eAAe;wBACrB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,cAAc;wBACpB,IAAI,EAAE,QAAQ;wBACd,YAAY,EAAE,QAAQ;qBACvB;oBACD;wBACE,IAAI,EAAE,cAAc;wBACpB,IAAI,EAAE,QAAQ;wBACd,YAAY,EAAE,QAAQ;qBACvB;oBACD;wBACE,IAAI,EAAE,eAAe;wBACrB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,WAAW;wBACjB,IAAI,EAAE,OAAO;wBACb,YAAY,EAAE,OAAO;qBACtB;iBACF;aACF;YACD;gBACE,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,OAAO;gBACb,YAAY,EAAE,OAAO;aACtB;YACD;gBACE,IAAI,EAAE,kBAAkB;gBACxB,IAAI,EAAE,OAAO;gBACb,YAAY,EAAE,OAAO;aACtB;SACF;QACD,OAAO,EAAE,EAAE;QACX,eAAe,EAAE,YAAY;KAC9B;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,OAAO;QACb,MAAM,EAAE,EAAE;QACV,OAAO,EAAE;YACP;gBACE,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,SAAS;aACxB;SACF;QACD,eAAe,EAAE,MAAM;KACxB;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,mBAAmB;QACzB,MAAM,EAAE,EAAE;QACV,OAAO,EAAE,EAAE;QACX,eAAe,EAAE,YAAY;KAC9B;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,SAAS;QACf,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,OAAO;gBACb,YAAY,EAAE,+BAA+B;gBAC7C,UAAU,EAAE;oBACV;wBACE,IAAI,EAAE,cAAc;wBACpB,IAAI,EAAE,QAAQ;wBACd,YAAY,EAAE,QAAQ;qBACvB;oBACD;wBACE,IAAI,EAAE,eAAe;wBACrB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,WAAW;wBACjB,IAAI,EAAE,OAAO;wBACb,YAAY,EAAE,OAAO;qBACtB;iBACF;aACF;SACF;QACD,OAAO,EAAE;YACP;gBACE,IAAI,EAAE,eAAe;gBACrB,IAAI,EAAE,OAAO;gBACb,YAAY,EAAE,gCAAgC;gBAC9C,UAAU,EAAE;oBACV;wBACE,IAAI,EAAE,MAAM;wBACZ,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,eAAe;wBACrB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,cAAc;wBACpB,IAAI,EAAE,QAAQ;wBACd,YAAY,EAAE,QAAQ;qBACvB;oBACD;wBACE,IAAI,EAAE,cAAc;wBACpB,IAAI,EAAE,QAAQ;wBACd,YAAY,EAAE,QAAQ;qBACvB;oBACD;wBACE,IAAI,EAAE,SAAS;wBACf,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,UAAU;wBAChB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,iBAAiB;wBAC/B,UAAU,EAAE;4BACV;gCACE,IAAI,EAAE,OAAO;gCACb,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,QAAQ;gCACd,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,WAAW;gCACjB,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,SAAS;gCACf,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;yBACF;qBACF;oBACD;wBACE,IAAI,EAAE,aAAa;wBACnB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,iBAAiB;wBAC/B,UAAU,EAAE;4BACV;gCACE,IAAI,EAAE,OAAO;gCACb,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,QAAQ;gCACd,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,WAAW;gCACjB,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,SAAS;gCACf,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;yBACF;qBACF;oBACD;wBACE,IAAI,EAAE,kBAAkB;wBACxB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,0BAA0B;wBACxC,UAAU,EAAE;4BACV;gCACE,IAAI,EAAE,oBAAoB;gCAC1B,IAAI,EAAE,QAAQ;gCACd,YAAY,EAAE,QAAQ;6BACvB;4BACD;gCACE,IAAI,EAAE,oBAAoB;gCAC1B,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,YAAY;gCAClB,IAAI,EAAE,OAAO;gCACb,YAAY,EAAE,OAAO;6BACtB;yBACF;qBACF;iBACF;aACF;SACF;QACD,eAAe,EAAE,MAAM;KACxB;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,YAAY;QAClB,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,OAAO;gBACb,YAAY,EAAE,+BAA+B;gBAC7C,UAAU,EAAE;oBACV;wBACE,IAAI,EAAE,eAAe;wBACrB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,MAAM;wBACZ,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,OAAO;wBACb,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,eAAe;wBACrB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,cAAc;wBACpB,IAAI,EAAE,QAAQ;wBACd,YAAY,EAAE,QAAQ;qBACvB;oBACD;wBACE,IAAI,EAAE,cAAc;wBACpB,IAAI,EAAE,QAAQ;wBACd,YAAY,EAAE,QAAQ;qBACvB;oBACD;wBACE,IAAI,EAAE,eAAe;wBACrB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,WAAW;wBACjB,IAAI,EAAE,OAAO;wBACb,YAAY,EAAE,OAAO;qBACtB;iBACF;aACF;YACD;gBACE,IAAI,EAAE,kBAAkB;gBACxB,IAAI,EAAE,OAAO;gBACb,YAAY,EAAE,OAAO;aACtB;SACF;QACD,OAAO,EAAE;YACP;gBACE,IAAI,EAAE,eAAe;gBACrB,IAAI,EAAE,OAAO;gBACb,YAAY,EAAE,gCAAgC;gBAC9C,UAAU,EAAE;oBACV;wBACE,IAAI,EAAE,MAAM;wBACZ,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,eAAe;wBACrB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,cAAc;wBACpB,IAAI,EAAE,QAAQ;wBACd,YAAY,EAAE,QAAQ;qBACvB;oBACD;wBACE,IAAI,EAAE,cAAc;wBACpB,IAAI,EAAE,QAAQ;wBACd,YAAY,EAAE,QAAQ;qBACvB;oBACD;wBACE,IAAI,EAAE,SAAS;wBACf,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,UAAU;wBAChB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,iBAAiB;wBAC/B,UAAU,EAAE;4BACV;gCACE,IAAI,EAAE,OAAO;gCACb,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,QAAQ;gCACd,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,WAAW;gCACjB,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,SAAS;gCACf,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;yBACF;qBACF;oBACD;wBACE,IAAI,EAAE,aAAa;wBACnB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,iBAAiB;wBAC/B,UAAU,EAAE;4BACV;gCACE,IAAI,EAAE,OAAO;gCACb,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,QAAQ;gCACd,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,WAAW;gCACjB,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,SAAS;gCACf,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;yBACF;qBACF;oBACD;wBACE,IAAI,EAAE,kBAAkB;wBACxB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,0BAA0B;wBACxC,UAAU,EAAE;4BACV;gCACE,IAAI,EAAE,oBAAoB;gCAC1B,IAAI,EAAE,QAAQ;gCACd,YAAY,EAAE,QAAQ;6BACvB;4BACD;gCACE,IAAI,EAAE,oBAAoB;gCAC1B,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,YAAY;gCAClB,IAAI,EAAE,OAAO;gCACb,YAAY,EAAE,OAAO;6BACtB;yBACF;qBACF;iBACF;aACF;SACF;QACD,eAAe,EAAE,MAAM;KACxB;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,uBAAuB;QAC7B,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,SAAS;aACxB;YACD;gBACE,IAAI,EAAE,oBAAoB;gBAC1B,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,SAAS;aACxB;SACF;QACD,OAAO,EAAE,EAAE;QACX,eAAe,EAAE,YAAY;KAC9B;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,mBAAmB;QACzB,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,SAAS;aACxB;SACF;QACD,OAAO,EAAE,EAAE;QACX,eAAe,EAAE,YAAY;KAC9B;IACD;QACE,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,MAAM;QACZ,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,IAAI;gBACb,YAAY,EAAE,SAAS;aACxB;YACD;gBACE,IAAI,EAAE,eAAe;gBACrB,IAAI,EAAE,OAAO;gBACb,OAAO,EAAE,KAAK;gBACd,YAAY,EAAE,gCAAgC;gBAC9C,UAAU,EAAE;oBACV;wBACE,IAAI,EAAE,MAAM;wBACZ,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,eAAe;wBACrB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,cAAc;wBACpB,IAAI,EAAE,QAAQ;wBACd,YAAY,EAAE,QAAQ;qBACvB;oBACD;wBACE,IAAI,EAAE,cAAc;wBACpB,IAAI,EAAE,QAAQ;wBACd,YAAY,EAAE,QAAQ;qBACvB;oBACD;wBACE,IAAI,EAAE,SAAS;wBACf,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,UAAU;wBAChB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,iBAAiB;wBAC/B,UAAU,EAAE;4BACV;gCACE,IAAI,EAAE,OAAO;gCACb,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,QAAQ;gCACd,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,WAAW;gCACjB,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,SAAS;gCACf,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;yBACF;qBACF;oBACD;wBACE,IAAI,EAAE,aAAa;wBACnB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,iBAAiB;wBAC/B,UAAU,EAAE;4BACV;gCACE,IAAI,EAAE,OAAO;gCACb,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,QAAQ;gCACd,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,WAAW;gCACjB,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,SAAS;gCACf,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;yBACF;qBACF;oBACD;wBACE,IAAI,EAAE,kBAAkB;wBACxB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,0BAA0B;wBACxC,UAAU,EAAE;4BACV;gCACE,IAAI,EAAE,oBAAoB;gCAC1B,IAAI,EAAE,QAAQ;gCACd,YAAY,EAAE,QAAQ;6BACvB;4BACD;gCACE,IAAI,EAAE,oBAAoB;gCAC1B,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,YAAY;gCAClB,IAAI,EAAE,OAAO;gCACb,YAAY,EAAE,OAAO;6BACtB;yBACF;qBACF;iBACF;aACF;SACF;QACD,SAAS,EAAE,KAAK;KACjB;IACD;QACE,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,sBAAsB;QAC5B,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,eAAe;gBACrB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,IAAI;gBACb,YAAY,EAAE,SAAS;aACxB;YACD;gBACE,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,IAAI;gBACb,YAAY,EAAE,SAAS;aACxB;SACF;QACD,SAAS,EAAE,KAAK;KACjB;IACD;QACE,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,uBAAuB;QAC7B,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,IAAI;gBACb,YAAY,EAAE,SAAS;aACxB;YACD;gBACE,IAAI,EAAE,wBAAwB;gBAC9B,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,IAAI;gBACb,YAAY,EAAE,SAAS;aACxB;YACD;gBACE,IAAI,EAAE,oBAAoB;gBAC1B,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,IAAI;gBACb,YAAY,EAAE,SAAS;aACxB;SACF;QACD,SAAS,EAAE,KAAK;KACjB;IACD;QACE,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,gBAAgB;QACtB,MAAM,EAAE,EAAE;KACX;IACD;QACE,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,8BAA8B;QACpC,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,SAAS;aACxB;SACF;KACF;IACD;QACE,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,cAAc;QACpB,MAAM,EAAE,EAAE;KACX;IACD;QACE,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,uBAAuB;QAC7B,MAAM,EAAE,EAAE;KACX;IACD;QACE,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,oBAAoB;QAC1B,MAAM,EAAE,EAAE;KACX;IACD;QACE,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,yBAAyB;QAC/B,MAAM,EAAE,EAAE;KACX;CACO,CAAC;AAEX,MAAa,4BAA4B;IACvC,MAAM,CAAU,GAAG,GAAG,IAAI,CAAC;IAC3B,MAAM,CAAC,eAAe;QACpB,OAAO,IAAI,cAAK,CAAC,SAAS,CAAC,IAAI,CAAiC,CAAC;IACnE,CAAC;IACD,MAAM,CAAC,OAAO,CACZ,OAAe,EACf,gBAAmC;QAEnC,OAAO,IAAI,iBAAQ,CAAC,OAAO,EAAE,IAAI,EAAE,gBAAgB,CAAwB,CAAC;IAC9E,CAAC;;AAVH,oEAWC"}
|
|
@@ -1,559 +0,0 @@
|
|
|
1
|
-
import { Signer } from "ethers";
|
|
2
|
-
import type { Provider } from "@ethersproject/providers";
|
|
3
|
-
import type { ERC7683OrderDepositor, ERC7683OrderDepositorInterface } from "../ERC7683OrderDepositor";
|
|
4
|
-
export declare class ERC7683OrderDepositor__factory {
|
|
5
|
-
static readonly abi: readonly [{
|
|
6
|
-
readonly type: "function";
|
|
7
|
-
readonly name: "PERMIT2";
|
|
8
|
-
readonly inputs: readonly [];
|
|
9
|
-
readonly outputs: readonly [{
|
|
10
|
-
readonly name: "";
|
|
11
|
-
readonly type: "address";
|
|
12
|
-
readonly internalType: "contract IPermit2";
|
|
13
|
-
}];
|
|
14
|
-
readonly stateMutability: "view";
|
|
15
|
-
}, {
|
|
16
|
-
readonly type: "function";
|
|
17
|
-
readonly name: "QUOTE_BEFORE_DEADLINE";
|
|
18
|
-
readonly inputs: readonly [];
|
|
19
|
-
readonly outputs: readonly [{
|
|
20
|
-
readonly name: "";
|
|
21
|
-
readonly type: "uint256";
|
|
22
|
-
readonly internalType: "uint256";
|
|
23
|
-
}];
|
|
24
|
-
readonly stateMutability: "view";
|
|
25
|
-
}, {
|
|
26
|
-
readonly type: "function";
|
|
27
|
-
readonly name: "computeDepositId";
|
|
28
|
-
readonly inputs: readonly [{
|
|
29
|
-
readonly name: "depositNonce";
|
|
30
|
-
readonly type: "uint256";
|
|
31
|
-
readonly internalType: "uint256";
|
|
32
|
-
}, {
|
|
33
|
-
readonly name: "depositor";
|
|
34
|
-
readonly type: "address";
|
|
35
|
-
readonly internalType: "address";
|
|
36
|
-
}];
|
|
37
|
-
readonly outputs: readonly [{
|
|
38
|
-
readonly name: "";
|
|
39
|
-
readonly type: "uint256";
|
|
40
|
-
readonly internalType: "uint256";
|
|
41
|
-
}];
|
|
42
|
-
readonly stateMutability: "view";
|
|
43
|
-
}, {
|
|
44
|
-
readonly type: "function";
|
|
45
|
-
readonly name: "decode";
|
|
46
|
-
readonly inputs: readonly [{
|
|
47
|
-
readonly name: "orderData";
|
|
48
|
-
readonly type: "bytes";
|
|
49
|
-
readonly internalType: "bytes";
|
|
50
|
-
}, {
|
|
51
|
-
readonly name: "fillerData";
|
|
52
|
-
readonly type: "bytes";
|
|
53
|
-
readonly internalType: "bytes";
|
|
54
|
-
}];
|
|
55
|
-
readonly outputs: readonly [{
|
|
56
|
-
readonly name: "";
|
|
57
|
-
readonly type: "tuple";
|
|
58
|
-
readonly internalType: "struct AcrossOrderData";
|
|
59
|
-
readonly components: readonly [{
|
|
60
|
-
readonly name: "inputToken";
|
|
61
|
-
readonly type: "address";
|
|
62
|
-
readonly internalType: "address";
|
|
63
|
-
}, {
|
|
64
|
-
readonly name: "inputAmount";
|
|
65
|
-
readonly type: "uint256";
|
|
66
|
-
readonly internalType: "uint256";
|
|
67
|
-
}, {
|
|
68
|
-
readonly name: "outputToken";
|
|
69
|
-
readonly type: "address";
|
|
70
|
-
readonly internalType: "address";
|
|
71
|
-
}, {
|
|
72
|
-
readonly name: "outputAmount";
|
|
73
|
-
readonly type: "uint256";
|
|
74
|
-
readonly internalType: "uint256";
|
|
75
|
-
}, {
|
|
76
|
-
readonly name: "destinationChainId";
|
|
77
|
-
readonly type: "uint256";
|
|
78
|
-
readonly internalType: "uint256";
|
|
79
|
-
}, {
|
|
80
|
-
readonly name: "recipient";
|
|
81
|
-
readonly type: "bytes32";
|
|
82
|
-
readonly internalType: "bytes32";
|
|
83
|
-
}, {
|
|
84
|
-
readonly name: "exclusiveRelayer";
|
|
85
|
-
readonly type: "address";
|
|
86
|
-
readonly internalType: "address";
|
|
87
|
-
}, {
|
|
88
|
-
readonly name: "depositNonce";
|
|
89
|
-
readonly type: "uint256";
|
|
90
|
-
readonly internalType: "uint256";
|
|
91
|
-
}, {
|
|
92
|
-
readonly name: "exclusivityPeriod";
|
|
93
|
-
readonly type: "uint32";
|
|
94
|
-
readonly internalType: "uint32";
|
|
95
|
-
}, {
|
|
96
|
-
readonly name: "message";
|
|
97
|
-
readonly type: "bytes";
|
|
98
|
-
readonly internalType: "bytes";
|
|
99
|
-
}];
|
|
100
|
-
}, {
|
|
101
|
-
readonly name: "";
|
|
102
|
-
readonly type: "tuple";
|
|
103
|
-
readonly internalType: "struct AcrossOriginFillerData";
|
|
104
|
-
readonly components: readonly [{
|
|
105
|
-
readonly name: "exclusiveRelayer";
|
|
106
|
-
readonly type: "address";
|
|
107
|
-
readonly internalType: "address";
|
|
108
|
-
}];
|
|
109
|
-
}];
|
|
110
|
-
readonly stateMutability: "pure";
|
|
111
|
-
}, {
|
|
112
|
-
readonly type: "function";
|
|
113
|
-
readonly name: "getCurrentTime";
|
|
114
|
-
readonly inputs: readonly [];
|
|
115
|
-
readonly outputs: readonly [{
|
|
116
|
-
readonly name: "";
|
|
117
|
-
readonly type: "uint32";
|
|
118
|
-
readonly internalType: "uint32";
|
|
119
|
-
}];
|
|
120
|
-
readonly stateMutability: "view";
|
|
121
|
-
}, {
|
|
122
|
-
readonly type: "function";
|
|
123
|
-
readonly name: "open";
|
|
124
|
-
readonly inputs: readonly [{
|
|
125
|
-
readonly name: "order";
|
|
126
|
-
readonly type: "tuple";
|
|
127
|
-
readonly internalType: "struct OnchainCrossChainOrder";
|
|
128
|
-
readonly components: readonly [{
|
|
129
|
-
readonly name: "fillDeadline";
|
|
130
|
-
readonly type: "uint32";
|
|
131
|
-
readonly internalType: "uint32";
|
|
132
|
-
}, {
|
|
133
|
-
readonly name: "orderDataType";
|
|
134
|
-
readonly type: "bytes32";
|
|
135
|
-
readonly internalType: "bytes32";
|
|
136
|
-
}, {
|
|
137
|
-
readonly name: "orderData";
|
|
138
|
-
readonly type: "bytes";
|
|
139
|
-
readonly internalType: "bytes";
|
|
140
|
-
}];
|
|
141
|
-
}];
|
|
142
|
-
readonly outputs: readonly [];
|
|
143
|
-
readonly stateMutability: "nonpayable";
|
|
144
|
-
}, {
|
|
145
|
-
readonly type: "function";
|
|
146
|
-
readonly name: "openFor";
|
|
147
|
-
readonly inputs: readonly [{
|
|
148
|
-
readonly name: "order";
|
|
149
|
-
readonly type: "tuple";
|
|
150
|
-
readonly internalType: "struct GaslessCrossChainOrder";
|
|
151
|
-
readonly components: readonly [{
|
|
152
|
-
readonly name: "originSettler";
|
|
153
|
-
readonly type: "address";
|
|
154
|
-
readonly internalType: "address";
|
|
155
|
-
}, {
|
|
156
|
-
readonly name: "user";
|
|
157
|
-
readonly type: "address";
|
|
158
|
-
readonly internalType: "address";
|
|
159
|
-
}, {
|
|
160
|
-
readonly name: "nonce";
|
|
161
|
-
readonly type: "uint256";
|
|
162
|
-
readonly internalType: "uint256";
|
|
163
|
-
}, {
|
|
164
|
-
readonly name: "originChainId";
|
|
165
|
-
readonly type: "uint256";
|
|
166
|
-
readonly internalType: "uint256";
|
|
167
|
-
}, {
|
|
168
|
-
readonly name: "openDeadline";
|
|
169
|
-
readonly type: "uint32";
|
|
170
|
-
readonly internalType: "uint32";
|
|
171
|
-
}, {
|
|
172
|
-
readonly name: "fillDeadline";
|
|
173
|
-
readonly type: "uint32";
|
|
174
|
-
readonly internalType: "uint32";
|
|
175
|
-
}, {
|
|
176
|
-
readonly name: "orderDataType";
|
|
177
|
-
readonly type: "bytes32";
|
|
178
|
-
readonly internalType: "bytes32";
|
|
179
|
-
}, {
|
|
180
|
-
readonly name: "orderData";
|
|
181
|
-
readonly type: "bytes";
|
|
182
|
-
readonly internalType: "bytes";
|
|
183
|
-
}];
|
|
184
|
-
}, {
|
|
185
|
-
readonly name: "signature";
|
|
186
|
-
readonly type: "bytes";
|
|
187
|
-
readonly internalType: "bytes";
|
|
188
|
-
}, {
|
|
189
|
-
readonly name: "originFillerData";
|
|
190
|
-
readonly type: "bytes";
|
|
191
|
-
readonly internalType: "bytes";
|
|
192
|
-
}];
|
|
193
|
-
readonly outputs: readonly [];
|
|
194
|
-
readonly stateMutability: "nonpayable";
|
|
195
|
-
}, {
|
|
196
|
-
readonly type: "function";
|
|
197
|
-
readonly name: "resolve";
|
|
198
|
-
readonly inputs: readonly [{
|
|
199
|
-
readonly name: "order";
|
|
200
|
-
readonly type: "tuple";
|
|
201
|
-
readonly internalType: "struct OnchainCrossChainOrder";
|
|
202
|
-
readonly components: readonly [{
|
|
203
|
-
readonly name: "fillDeadline";
|
|
204
|
-
readonly type: "uint32";
|
|
205
|
-
readonly internalType: "uint32";
|
|
206
|
-
}, {
|
|
207
|
-
readonly name: "orderDataType";
|
|
208
|
-
readonly type: "bytes32";
|
|
209
|
-
readonly internalType: "bytes32";
|
|
210
|
-
}, {
|
|
211
|
-
readonly name: "orderData";
|
|
212
|
-
readonly type: "bytes";
|
|
213
|
-
readonly internalType: "bytes";
|
|
214
|
-
}];
|
|
215
|
-
}];
|
|
216
|
-
readonly outputs: readonly [{
|
|
217
|
-
readonly name: "resolvedOrder";
|
|
218
|
-
readonly type: "tuple";
|
|
219
|
-
readonly internalType: "struct ResolvedCrossChainOrder";
|
|
220
|
-
readonly components: readonly [{
|
|
221
|
-
readonly name: "user";
|
|
222
|
-
readonly type: "address";
|
|
223
|
-
readonly internalType: "address";
|
|
224
|
-
}, {
|
|
225
|
-
readonly name: "originChainId";
|
|
226
|
-
readonly type: "uint256";
|
|
227
|
-
readonly internalType: "uint256";
|
|
228
|
-
}, {
|
|
229
|
-
readonly name: "openDeadline";
|
|
230
|
-
readonly type: "uint32";
|
|
231
|
-
readonly internalType: "uint32";
|
|
232
|
-
}, {
|
|
233
|
-
readonly name: "fillDeadline";
|
|
234
|
-
readonly type: "uint32";
|
|
235
|
-
readonly internalType: "uint32";
|
|
236
|
-
}, {
|
|
237
|
-
readonly name: "orderId";
|
|
238
|
-
readonly type: "bytes32";
|
|
239
|
-
readonly internalType: "bytes32";
|
|
240
|
-
}, {
|
|
241
|
-
readonly name: "maxSpent";
|
|
242
|
-
readonly type: "tuple[]";
|
|
243
|
-
readonly internalType: "struct Output[]";
|
|
244
|
-
readonly components: readonly [{
|
|
245
|
-
readonly name: "token";
|
|
246
|
-
readonly type: "bytes32";
|
|
247
|
-
readonly internalType: "bytes32";
|
|
248
|
-
}, {
|
|
249
|
-
readonly name: "amount";
|
|
250
|
-
readonly type: "uint256";
|
|
251
|
-
readonly internalType: "uint256";
|
|
252
|
-
}, {
|
|
253
|
-
readonly name: "recipient";
|
|
254
|
-
readonly type: "bytes32";
|
|
255
|
-
readonly internalType: "bytes32";
|
|
256
|
-
}, {
|
|
257
|
-
readonly name: "chainId";
|
|
258
|
-
readonly type: "uint256";
|
|
259
|
-
readonly internalType: "uint256";
|
|
260
|
-
}];
|
|
261
|
-
}, {
|
|
262
|
-
readonly name: "minReceived";
|
|
263
|
-
readonly type: "tuple[]";
|
|
264
|
-
readonly internalType: "struct Output[]";
|
|
265
|
-
readonly components: readonly [{
|
|
266
|
-
readonly name: "token";
|
|
267
|
-
readonly type: "bytes32";
|
|
268
|
-
readonly internalType: "bytes32";
|
|
269
|
-
}, {
|
|
270
|
-
readonly name: "amount";
|
|
271
|
-
readonly type: "uint256";
|
|
272
|
-
readonly internalType: "uint256";
|
|
273
|
-
}, {
|
|
274
|
-
readonly name: "recipient";
|
|
275
|
-
readonly type: "bytes32";
|
|
276
|
-
readonly internalType: "bytes32";
|
|
277
|
-
}, {
|
|
278
|
-
readonly name: "chainId";
|
|
279
|
-
readonly type: "uint256";
|
|
280
|
-
readonly internalType: "uint256";
|
|
281
|
-
}];
|
|
282
|
-
}, {
|
|
283
|
-
readonly name: "fillInstructions";
|
|
284
|
-
readonly type: "tuple[]";
|
|
285
|
-
readonly internalType: "struct FillInstruction[]";
|
|
286
|
-
readonly components: readonly [{
|
|
287
|
-
readonly name: "destinationChainId";
|
|
288
|
-
readonly type: "uint64";
|
|
289
|
-
readonly internalType: "uint64";
|
|
290
|
-
}, {
|
|
291
|
-
readonly name: "destinationSettler";
|
|
292
|
-
readonly type: "bytes32";
|
|
293
|
-
readonly internalType: "bytes32";
|
|
294
|
-
}, {
|
|
295
|
-
readonly name: "originData";
|
|
296
|
-
readonly type: "bytes";
|
|
297
|
-
readonly internalType: "bytes";
|
|
298
|
-
}];
|
|
299
|
-
}];
|
|
300
|
-
}];
|
|
301
|
-
readonly stateMutability: "view";
|
|
302
|
-
}, {
|
|
303
|
-
readonly type: "function";
|
|
304
|
-
readonly name: "resolveFor";
|
|
305
|
-
readonly inputs: readonly [{
|
|
306
|
-
readonly name: "order";
|
|
307
|
-
readonly type: "tuple";
|
|
308
|
-
readonly internalType: "struct GaslessCrossChainOrder";
|
|
309
|
-
readonly components: readonly [{
|
|
310
|
-
readonly name: "originSettler";
|
|
311
|
-
readonly type: "address";
|
|
312
|
-
readonly internalType: "address";
|
|
313
|
-
}, {
|
|
314
|
-
readonly name: "user";
|
|
315
|
-
readonly type: "address";
|
|
316
|
-
readonly internalType: "address";
|
|
317
|
-
}, {
|
|
318
|
-
readonly name: "nonce";
|
|
319
|
-
readonly type: "uint256";
|
|
320
|
-
readonly internalType: "uint256";
|
|
321
|
-
}, {
|
|
322
|
-
readonly name: "originChainId";
|
|
323
|
-
readonly type: "uint256";
|
|
324
|
-
readonly internalType: "uint256";
|
|
325
|
-
}, {
|
|
326
|
-
readonly name: "openDeadline";
|
|
327
|
-
readonly type: "uint32";
|
|
328
|
-
readonly internalType: "uint32";
|
|
329
|
-
}, {
|
|
330
|
-
readonly name: "fillDeadline";
|
|
331
|
-
readonly type: "uint32";
|
|
332
|
-
readonly internalType: "uint32";
|
|
333
|
-
}, {
|
|
334
|
-
readonly name: "orderDataType";
|
|
335
|
-
readonly type: "bytes32";
|
|
336
|
-
readonly internalType: "bytes32";
|
|
337
|
-
}, {
|
|
338
|
-
readonly name: "orderData";
|
|
339
|
-
readonly type: "bytes";
|
|
340
|
-
readonly internalType: "bytes";
|
|
341
|
-
}];
|
|
342
|
-
}, {
|
|
343
|
-
readonly name: "originFillerData";
|
|
344
|
-
readonly type: "bytes";
|
|
345
|
-
readonly internalType: "bytes";
|
|
346
|
-
}];
|
|
347
|
-
readonly outputs: readonly [{
|
|
348
|
-
readonly name: "resolvedOrder";
|
|
349
|
-
readonly type: "tuple";
|
|
350
|
-
readonly internalType: "struct ResolvedCrossChainOrder";
|
|
351
|
-
readonly components: readonly [{
|
|
352
|
-
readonly name: "user";
|
|
353
|
-
readonly type: "address";
|
|
354
|
-
readonly internalType: "address";
|
|
355
|
-
}, {
|
|
356
|
-
readonly name: "originChainId";
|
|
357
|
-
readonly type: "uint256";
|
|
358
|
-
readonly internalType: "uint256";
|
|
359
|
-
}, {
|
|
360
|
-
readonly name: "openDeadline";
|
|
361
|
-
readonly type: "uint32";
|
|
362
|
-
readonly internalType: "uint32";
|
|
363
|
-
}, {
|
|
364
|
-
readonly name: "fillDeadline";
|
|
365
|
-
readonly type: "uint32";
|
|
366
|
-
readonly internalType: "uint32";
|
|
367
|
-
}, {
|
|
368
|
-
readonly name: "orderId";
|
|
369
|
-
readonly type: "bytes32";
|
|
370
|
-
readonly internalType: "bytes32";
|
|
371
|
-
}, {
|
|
372
|
-
readonly name: "maxSpent";
|
|
373
|
-
readonly type: "tuple[]";
|
|
374
|
-
readonly internalType: "struct Output[]";
|
|
375
|
-
readonly components: readonly [{
|
|
376
|
-
readonly name: "token";
|
|
377
|
-
readonly type: "bytes32";
|
|
378
|
-
readonly internalType: "bytes32";
|
|
379
|
-
}, {
|
|
380
|
-
readonly name: "amount";
|
|
381
|
-
readonly type: "uint256";
|
|
382
|
-
readonly internalType: "uint256";
|
|
383
|
-
}, {
|
|
384
|
-
readonly name: "recipient";
|
|
385
|
-
readonly type: "bytes32";
|
|
386
|
-
readonly internalType: "bytes32";
|
|
387
|
-
}, {
|
|
388
|
-
readonly name: "chainId";
|
|
389
|
-
readonly type: "uint256";
|
|
390
|
-
readonly internalType: "uint256";
|
|
391
|
-
}];
|
|
392
|
-
}, {
|
|
393
|
-
readonly name: "minReceived";
|
|
394
|
-
readonly type: "tuple[]";
|
|
395
|
-
readonly internalType: "struct Output[]";
|
|
396
|
-
readonly components: readonly [{
|
|
397
|
-
readonly name: "token";
|
|
398
|
-
readonly type: "bytes32";
|
|
399
|
-
readonly internalType: "bytes32";
|
|
400
|
-
}, {
|
|
401
|
-
readonly name: "amount";
|
|
402
|
-
readonly type: "uint256";
|
|
403
|
-
readonly internalType: "uint256";
|
|
404
|
-
}, {
|
|
405
|
-
readonly name: "recipient";
|
|
406
|
-
readonly type: "bytes32";
|
|
407
|
-
readonly internalType: "bytes32";
|
|
408
|
-
}, {
|
|
409
|
-
readonly name: "chainId";
|
|
410
|
-
readonly type: "uint256";
|
|
411
|
-
readonly internalType: "uint256";
|
|
412
|
-
}];
|
|
413
|
-
}, {
|
|
414
|
-
readonly name: "fillInstructions";
|
|
415
|
-
readonly type: "tuple[]";
|
|
416
|
-
readonly internalType: "struct FillInstruction[]";
|
|
417
|
-
readonly components: readonly [{
|
|
418
|
-
readonly name: "destinationChainId";
|
|
419
|
-
readonly type: "uint64";
|
|
420
|
-
readonly internalType: "uint64";
|
|
421
|
-
}, {
|
|
422
|
-
readonly name: "destinationSettler";
|
|
423
|
-
readonly type: "bytes32";
|
|
424
|
-
readonly internalType: "bytes32";
|
|
425
|
-
}, {
|
|
426
|
-
readonly name: "originData";
|
|
427
|
-
readonly type: "bytes";
|
|
428
|
-
readonly internalType: "bytes";
|
|
429
|
-
}];
|
|
430
|
-
}];
|
|
431
|
-
}];
|
|
432
|
-
readonly stateMutability: "view";
|
|
433
|
-
}, {
|
|
434
|
-
readonly type: "event";
|
|
435
|
-
readonly name: "Open";
|
|
436
|
-
readonly inputs: readonly [{
|
|
437
|
-
readonly name: "orderId";
|
|
438
|
-
readonly type: "bytes32";
|
|
439
|
-
readonly indexed: true;
|
|
440
|
-
readonly internalType: "bytes32";
|
|
441
|
-
}, {
|
|
442
|
-
readonly name: "resolvedOrder";
|
|
443
|
-
readonly type: "tuple";
|
|
444
|
-
readonly indexed: false;
|
|
445
|
-
readonly internalType: "struct ResolvedCrossChainOrder";
|
|
446
|
-
readonly components: readonly [{
|
|
447
|
-
readonly name: "user";
|
|
448
|
-
readonly type: "address";
|
|
449
|
-
readonly internalType: "address";
|
|
450
|
-
}, {
|
|
451
|
-
readonly name: "originChainId";
|
|
452
|
-
readonly type: "uint256";
|
|
453
|
-
readonly internalType: "uint256";
|
|
454
|
-
}, {
|
|
455
|
-
readonly name: "openDeadline";
|
|
456
|
-
readonly type: "uint32";
|
|
457
|
-
readonly internalType: "uint32";
|
|
458
|
-
}, {
|
|
459
|
-
readonly name: "fillDeadline";
|
|
460
|
-
readonly type: "uint32";
|
|
461
|
-
readonly internalType: "uint32";
|
|
462
|
-
}, {
|
|
463
|
-
readonly name: "orderId";
|
|
464
|
-
readonly type: "bytes32";
|
|
465
|
-
readonly internalType: "bytes32";
|
|
466
|
-
}, {
|
|
467
|
-
readonly name: "maxSpent";
|
|
468
|
-
readonly type: "tuple[]";
|
|
469
|
-
readonly internalType: "struct Output[]";
|
|
470
|
-
readonly components: readonly [{
|
|
471
|
-
readonly name: "token";
|
|
472
|
-
readonly type: "bytes32";
|
|
473
|
-
readonly internalType: "bytes32";
|
|
474
|
-
}, {
|
|
475
|
-
readonly name: "amount";
|
|
476
|
-
readonly type: "uint256";
|
|
477
|
-
readonly internalType: "uint256";
|
|
478
|
-
}, {
|
|
479
|
-
readonly name: "recipient";
|
|
480
|
-
readonly type: "bytes32";
|
|
481
|
-
readonly internalType: "bytes32";
|
|
482
|
-
}, {
|
|
483
|
-
readonly name: "chainId";
|
|
484
|
-
readonly type: "uint256";
|
|
485
|
-
readonly internalType: "uint256";
|
|
486
|
-
}];
|
|
487
|
-
}, {
|
|
488
|
-
readonly name: "minReceived";
|
|
489
|
-
readonly type: "tuple[]";
|
|
490
|
-
readonly internalType: "struct Output[]";
|
|
491
|
-
readonly components: readonly [{
|
|
492
|
-
readonly name: "token";
|
|
493
|
-
readonly type: "bytes32";
|
|
494
|
-
readonly internalType: "bytes32";
|
|
495
|
-
}, {
|
|
496
|
-
readonly name: "amount";
|
|
497
|
-
readonly type: "uint256";
|
|
498
|
-
readonly internalType: "uint256";
|
|
499
|
-
}, {
|
|
500
|
-
readonly name: "recipient";
|
|
501
|
-
readonly type: "bytes32";
|
|
502
|
-
readonly internalType: "bytes32";
|
|
503
|
-
}, {
|
|
504
|
-
readonly name: "chainId";
|
|
505
|
-
readonly type: "uint256";
|
|
506
|
-
readonly internalType: "uint256";
|
|
507
|
-
}];
|
|
508
|
-
}, {
|
|
509
|
-
readonly name: "fillInstructions";
|
|
510
|
-
readonly type: "tuple[]";
|
|
511
|
-
readonly internalType: "struct FillInstruction[]";
|
|
512
|
-
readonly components: readonly [{
|
|
513
|
-
readonly name: "destinationChainId";
|
|
514
|
-
readonly type: "uint64";
|
|
515
|
-
readonly internalType: "uint64";
|
|
516
|
-
}, {
|
|
517
|
-
readonly name: "destinationSettler";
|
|
518
|
-
readonly type: "bytes32";
|
|
519
|
-
readonly internalType: "bytes32";
|
|
520
|
-
}, {
|
|
521
|
-
readonly name: "originData";
|
|
522
|
-
readonly type: "bytes";
|
|
523
|
-
readonly internalType: "bytes";
|
|
524
|
-
}];
|
|
525
|
-
}];
|
|
526
|
-
}];
|
|
527
|
-
readonly anonymous: false;
|
|
528
|
-
}, {
|
|
529
|
-
readonly type: "error";
|
|
530
|
-
readonly name: "InvalidBytes32";
|
|
531
|
-
readonly inputs: readonly [];
|
|
532
|
-
}, {
|
|
533
|
-
readonly type: "error";
|
|
534
|
-
readonly name: "NoDestinationSettlerForChain";
|
|
535
|
-
readonly inputs: readonly [{
|
|
536
|
-
readonly name: "chainId";
|
|
537
|
-
readonly type: "uint256";
|
|
538
|
-
readonly internalType: "uint256";
|
|
539
|
-
}];
|
|
540
|
-
}, {
|
|
541
|
-
readonly type: "error";
|
|
542
|
-
readonly name: "WrongChainId";
|
|
543
|
-
readonly inputs: readonly [];
|
|
544
|
-
}, {
|
|
545
|
-
readonly type: "error";
|
|
546
|
-
readonly name: "WrongExclusiveRelayer";
|
|
547
|
-
readonly inputs: readonly [];
|
|
548
|
-
}, {
|
|
549
|
-
readonly type: "error";
|
|
550
|
-
readonly name: "WrongOrderDataType";
|
|
551
|
-
readonly inputs: readonly [];
|
|
552
|
-
}, {
|
|
553
|
-
readonly type: "error";
|
|
554
|
-
readonly name: "WrongSettlementContract";
|
|
555
|
-
readonly inputs: readonly [];
|
|
556
|
-
}];
|
|
557
|
-
static createInterface(): ERC7683OrderDepositorInterface;
|
|
558
|
-
static connect(address: string, signerOrProvider: Signer | Provider): ERC7683OrderDepositor;
|
|
559
|
-
}
|