@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,416 +0,0 @@
|
|
|
1
|
-
import { Signer } from "ethers";
|
|
2
|
-
import type { Provider } from "@ethersproject/providers";
|
|
3
|
-
import type { IOriginSettler, IOriginSettlerInterface } from "../IOriginSettler";
|
|
4
|
-
export declare class IOriginSettler__factory {
|
|
5
|
-
static readonly abi: readonly [{
|
|
6
|
-
readonly type: "function";
|
|
7
|
-
readonly name: "open";
|
|
8
|
-
readonly inputs: readonly [{
|
|
9
|
-
readonly name: "order";
|
|
10
|
-
readonly type: "tuple";
|
|
11
|
-
readonly internalType: "struct OnchainCrossChainOrder";
|
|
12
|
-
readonly components: readonly [{
|
|
13
|
-
readonly name: "fillDeadline";
|
|
14
|
-
readonly type: "uint32";
|
|
15
|
-
readonly internalType: "uint32";
|
|
16
|
-
}, {
|
|
17
|
-
readonly name: "orderDataType";
|
|
18
|
-
readonly type: "bytes32";
|
|
19
|
-
readonly internalType: "bytes32";
|
|
20
|
-
}, {
|
|
21
|
-
readonly name: "orderData";
|
|
22
|
-
readonly type: "bytes";
|
|
23
|
-
readonly internalType: "bytes";
|
|
24
|
-
}];
|
|
25
|
-
}];
|
|
26
|
-
readonly outputs: readonly [];
|
|
27
|
-
readonly stateMutability: "nonpayable";
|
|
28
|
-
}, {
|
|
29
|
-
readonly type: "function";
|
|
30
|
-
readonly name: "openFor";
|
|
31
|
-
readonly inputs: readonly [{
|
|
32
|
-
readonly name: "order";
|
|
33
|
-
readonly type: "tuple";
|
|
34
|
-
readonly internalType: "struct GaslessCrossChainOrder";
|
|
35
|
-
readonly components: readonly [{
|
|
36
|
-
readonly name: "originSettler";
|
|
37
|
-
readonly type: "address";
|
|
38
|
-
readonly internalType: "address";
|
|
39
|
-
}, {
|
|
40
|
-
readonly name: "user";
|
|
41
|
-
readonly type: "address";
|
|
42
|
-
readonly internalType: "address";
|
|
43
|
-
}, {
|
|
44
|
-
readonly name: "nonce";
|
|
45
|
-
readonly type: "uint256";
|
|
46
|
-
readonly internalType: "uint256";
|
|
47
|
-
}, {
|
|
48
|
-
readonly name: "originChainId";
|
|
49
|
-
readonly type: "uint256";
|
|
50
|
-
readonly internalType: "uint256";
|
|
51
|
-
}, {
|
|
52
|
-
readonly name: "openDeadline";
|
|
53
|
-
readonly type: "uint32";
|
|
54
|
-
readonly internalType: "uint32";
|
|
55
|
-
}, {
|
|
56
|
-
readonly name: "fillDeadline";
|
|
57
|
-
readonly type: "uint32";
|
|
58
|
-
readonly internalType: "uint32";
|
|
59
|
-
}, {
|
|
60
|
-
readonly name: "orderDataType";
|
|
61
|
-
readonly type: "bytes32";
|
|
62
|
-
readonly internalType: "bytes32";
|
|
63
|
-
}, {
|
|
64
|
-
readonly name: "orderData";
|
|
65
|
-
readonly type: "bytes";
|
|
66
|
-
readonly internalType: "bytes";
|
|
67
|
-
}];
|
|
68
|
-
}, {
|
|
69
|
-
readonly name: "signature";
|
|
70
|
-
readonly type: "bytes";
|
|
71
|
-
readonly internalType: "bytes";
|
|
72
|
-
}, {
|
|
73
|
-
readonly name: "originFillerData";
|
|
74
|
-
readonly type: "bytes";
|
|
75
|
-
readonly internalType: "bytes";
|
|
76
|
-
}];
|
|
77
|
-
readonly outputs: readonly [];
|
|
78
|
-
readonly stateMutability: "nonpayable";
|
|
79
|
-
}, {
|
|
80
|
-
readonly type: "function";
|
|
81
|
-
readonly name: "resolve";
|
|
82
|
-
readonly inputs: readonly [{
|
|
83
|
-
readonly name: "order";
|
|
84
|
-
readonly type: "tuple";
|
|
85
|
-
readonly internalType: "struct OnchainCrossChainOrder";
|
|
86
|
-
readonly components: readonly [{
|
|
87
|
-
readonly name: "fillDeadline";
|
|
88
|
-
readonly type: "uint32";
|
|
89
|
-
readonly internalType: "uint32";
|
|
90
|
-
}, {
|
|
91
|
-
readonly name: "orderDataType";
|
|
92
|
-
readonly type: "bytes32";
|
|
93
|
-
readonly internalType: "bytes32";
|
|
94
|
-
}, {
|
|
95
|
-
readonly name: "orderData";
|
|
96
|
-
readonly type: "bytes";
|
|
97
|
-
readonly internalType: "bytes";
|
|
98
|
-
}];
|
|
99
|
-
}];
|
|
100
|
-
readonly outputs: readonly [{
|
|
101
|
-
readonly name: "";
|
|
102
|
-
readonly type: "tuple";
|
|
103
|
-
readonly internalType: "struct ResolvedCrossChainOrder";
|
|
104
|
-
readonly components: readonly [{
|
|
105
|
-
readonly name: "user";
|
|
106
|
-
readonly type: "address";
|
|
107
|
-
readonly internalType: "address";
|
|
108
|
-
}, {
|
|
109
|
-
readonly name: "originChainId";
|
|
110
|
-
readonly type: "uint256";
|
|
111
|
-
readonly internalType: "uint256";
|
|
112
|
-
}, {
|
|
113
|
-
readonly name: "openDeadline";
|
|
114
|
-
readonly type: "uint32";
|
|
115
|
-
readonly internalType: "uint32";
|
|
116
|
-
}, {
|
|
117
|
-
readonly name: "fillDeadline";
|
|
118
|
-
readonly type: "uint32";
|
|
119
|
-
readonly internalType: "uint32";
|
|
120
|
-
}, {
|
|
121
|
-
readonly name: "orderId";
|
|
122
|
-
readonly type: "bytes32";
|
|
123
|
-
readonly internalType: "bytes32";
|
|
124
|
-
}, {
|
|
125
|
-
readonly name: "maxSpent";
|
|
126
|
-
readonly type: "tuple[]";
|
|
127
|
-
readonly internalType: "struct Output[]";
|
|
128
|
-
readonly components: readonly [{
|
|
129
|
-
readonly name: "token";
|
|
130
|
-
readonly type: "bytes32";
|
|
131
|
-
readonly internalType: "bytes32";
|
|
132
|
-
}, {
|
|
133
|
-
readonly name: "amount";
|
|
134
|
-
readonly type: "uint256";
|
|
135
|
-
readonly internalType: "uint256";
|
|
136
|
-
}, {
|
|
137
|
-
readonly name: "recipient";
|
|
138
|
-
readonly type: "bytes32";
|
|
139
|
-
readonly internalType: "bytes32";
|
|
140
|
-
}, {
|
|
141
|
-
readonly name: "chainId";
|
|
142
|
-
readonly type: "uint256";
|
|
143
|
-
readonly internalType: "uint256";
|
|
144
|
-
}];
|
|
145
|
-
}, {
|
|
146
|
-
readonly name: "minReceived";
|
|
147
|
-
readonly type: "tuple[]";
|
|
148
|
-
readonly internalType: "struct Output[]";
|
|
149
|
-
readonly components: readonly [{
|
|
150
|
-
readonly name: "token";
|
|
151
|
-
readonly type: "bytes32";
|
|
152
|
-
readonly internalType: "bytes32";
|
|
153
|
-
}, {
|
|
154
|
-
readonly name: "amount";
|
|
155
|
-
readonly type: "uint256";
|
|
156
|
-
readonly internalType: "uint256";
|
|
157
|
-
}, {
|
|
158
|
-
readonly name: "recipient";
|
|
159
|
-
readonly type: "bytes32";
|
|
160
|
-
readonly internalType: "bytes32";
|
|
161
|
-
}, {
|
|
162
|
-
readonly name: "chainId";
|
|
163
|
-
readonly type: "uint256";
|
|
164
|
-
readonly internalType: "uint256";
|
|
165
|
-
}];
|
|
166
|
-
}, {
|
|
167
|
-
readonly name: "fillInstructions";
|
|
168
|
-
readonly type: "tuple[]";
|
|
169
|
-
readonly internalType: "struct FillInstruction[]";
|
|
170
|
-
readonly components: readonly [{
|
|
171
|
-
readonly name: "destinationChainId";
|
|
172
|
-
readonly type: "uint64";
|
|
173
|
-
readonly internalType: "uint64";
|
|
174
|
-
}, {
|
|
175
|
-
readonly name: "destinationSettler";
|
|
176
|
-
readonly type: "bytes32";
|
|
177
|
-
readonly internalType: "bytes32";
|
|
178
|
-
}, {
|
|
179
|
-
readonly name: "originData";
|
|
180
|
-
readonly type: "bytes";
|
|
181
|
-
readonly internalType: "bytes";
|
|
182
|
-
}];
|
|
183
|
-
}];
|
|
184
|
-
}];
|
|
185
|
-
readonly stateMutability: "view";
|
|
186
|
-
}, {
|
|
187
|
-
readonly type: "function";
|
|
188
|
-
readonly name: "resolveFor";
|
|
189
|
-
readonly inputs: readonly [{
|
|
190
|
-
readonly name: "order";
|
|
191
|
-
readonly type: "tuple";
|
|
192
|
-
readonly internalType: "struct GaslessCrossChainOrder";
|
|
193
|
-
readonly components: readonly [{
|
|
194
|
-
readonly name: "originSettler";
|
|
195
|
-
readonly type: "address";
|
|
196
|
-
readonly internalType: "address";
|
|
197
|
-
}, {
|
|
198
|
-
readonly name: "user";
|
|
199
|
-
readonly type: "address";
|
|
200
|
-
readonly internalType: "address";
|
|
201
|
-
}, {
|
|
202
|
-
readonly name: "nonce";
|
|
203
|
-
readonly type: "uint256";
|
|
204
|
-
readonly internalType: "uint256";
|
|
205
|
-
}, {
|
|
206
|
-
readonly name: "originChainId";
|
|
207
|
-
readonly type: "uint256";
|
|
208
|
-
readonly internalType: "uint256";
|
|
209
|
-
}, {
|
|
210
|
-
readonly name: "openDeadline";
|
|
211
|
-
readonly type: "uint32";
|
|
212
|
-
readonly internalType: "uint32";
|
|
213
|
-
}, {
|
|
214
|
-
readonly name: "fillDeadline";
|
|
215
|
-
readonly type: "uint32";
|
|
216
|
-
readonly internalType: "uint32";
|
|
217
|
-
}, {
|
|
218
|
-
readonly name: "orderDataType";
|
|
219
|
-
readonly type: "bytes32";
|
|
220
|
-
readonly internalType: "bytes32";
|
|
221
|
-
}, {
|
|
222
|
-
readonly name: "orderData";
|
|
223
|
-
readonly type: "bytes";
|
|
224
|
-
readonly internalType: "bytes";
|
|
225
|
-
}];
|
|
226
|
-
}, {
|
|
227
|
-
readonly name: "originFillerData";
|
|
228
|
-
readonly type: "bytes";
|
|
229
|
-
readonly internalType: "bytes";
|
|
230
|
-
}];
|
|
231
|
-
readonly outputs: readonly [{
|
|
232
|
-
readonly name: "";
|
|
233
|
-
readonly type: "tuple";
|
|
234
|
-
readonly internalType: "struct ResolvedCrossChainOrder";
|
|
235
|
-
readonly components: readonly [{
|
|
236
|
-
readonly name: "user";
|
|
237
|
-
readonly type: "address";
|
|
238
|
-
readonly internalType: "address";
|
|
239
|
-
}, {
|
|
240
|
-
readonly name: "originChainId";
|
|
241
|
-
readonly type: "uint256";
|
|
242
|
-
readonly internalType: "uint256";
|
|
243
|
-
}, {
|
|
244
|
-
readonly name: "openDeadline";
|
|
245
|
-
readonly type: "uint32";
|
|
246
|
-
readonly internalType: "uint32";
|
|
247
|
-
}, {
|
|
248
|
-
readonly name: "fillDeadline";
|
|
249
|
-
readonly type: "uint32";
|
|
250
|
-
readonly internalType: "uint32";
|
|
251
|
-
}, {
|
|
252
|
-
readonly name: "orderId";
|
|
253
|
-
readonly type: "bytes32";
|
|
254
|
-
readonly internalType: "bytes32";
|
|
255
|
-
}, {
|
|
256
|
-
readonly name: "maxSpent";
|
|
257
|
-
readonly type: "tuple[]";
|
|
258
|
-
readonly internalType: "struct Output[]";
|
|
259
|
-
readonly components: readonly [{
|
|
260
|
-
readonly name: "token";
|
|
261
|
-
readonly type: "bytes32";
|
|
262
|
-
readonly internalType: "bytes32";
|
|
263
|
-
}, {
|
|
264
|
-
readonly name: "amount";
|
|
265
|
-
readonly type: "uint256";
|
|
266
|
-
readonly internalType: "uint256";
|
|
267
|
-
}, {
|
|
268
|
-
readonly name: "recipient";
|
|
269
|
-
readonly type: "bytes32";
|
|
270
|
-
readonly internalType: "bytes32";
|
|
271
|
-
}, {
|
|
272
|
-
readonly name: "chainId";
|
|
273
|
-
readonly type: "uint256";
|
|
274
|
-
readonly internalType: "uint256";
|
|
275
|
-
}];
|
|
276
|
-
}, {
|
|
277
|
-
readonly name: "minReceived";
|
|
278
|
-
readonly type: "tuple[]";
|
|
279
|
-
readonly internalType: "struct Output[]";
|
|
280
|
-
readonly components: readonly [{
|
|
281
|
-
readonly name: "token";
|
|
282
|
-
readonly type: "bytes32";
|
|
283
|
-
readonly internalType: "bytes32";
|
|
284
|
-
}, {
|
|
285
|
-
readonly name: "amount";
|
|
286
|
-
readonly type: "uint256";
|
|
287
|
-
readonly internalType: "uint256";
|
|
288
|
-
}, {
|
|
289
|
-
readonly name: "recipient";
|
|
290
|
-
readonly type: "bytes32";
|
|
291
|
-
readonly internalType: "bytes32";
|
|
292
|
-
}, {
|
|
293
|
-
readonly name: "chainId";
|
|
294
|
-
readonly type: "uint256";
|
|
295
|
-
readonly internalType: "uint256";
|
|
296
|
-
}];
|
|
297
|
-
}, {
|
|
298
|
-
readonly name: "fillInstructions";
|
|
299
|
-
readonly type: "tuple[]";
|
|
300
|
-
readonly internalType: "struct FillInstruction[]";
|
|
301
|
-
readonly components: readonly [{
|
|
302
|
-
readonly name: "destinationChainId";
|
|
303
|
-
readonly type: "uint64";
|
|
304
|
-
readonly internalType: "uint64";
|
|
305
|
-
}, {
|
|
306
|
-
readonly name: "destinationSettler";
|
|
307
|
-
readonly type: "bytes32";
|
|
308
|
-
readonly internalType: "bytes32";
|
|
309
|
-
}, {
|
|
310
|
-
readonly name: "originData";
|
|
311
|
-
readonly type: "bytes";
|
|
312
|
-
readonly internalType: "bytes";
|
|
313
|
-
}];
|
|
314
|
-
}];
|
|
315
|
-
}];
|
|
316
|
-
readonly stateMutability: "view";
|
|
317
|
-
}, {
|
|
318
|
-
readonly type: "event";
|
|
319
|
-
readonly name: "Open";
|
|
320
|
-
readonly inputs: readonly [{
|
|
321
|
-
readonly name: "orderId";
|
|
322
|
-
readonly type: "bytes32";
|
|
323
|
-
readonly indexed: true;
|
|
324
|
-
readonly internalType: "bytes32";
|
|
325
|
-
}, {
|
|
326
|
-
readonly name: "resolvedOrder";
|
|
327
|
-
readonly type: "tuple";
|
|
328
|
-
readonly indexed: false;
|
|
329
|
-
readonly internalType: "struct ResolvedCrossChainOrder";
|
|
330
|
-
readonly components: readonly [{
|
|
331
|
-
readonly name: "user";
|
|
332
|
-
readonly type: "address";
|
|
333
|
-
readonly internalType: "address";
|
|
334
|
-
}, {
|
|
335
|
-
readonly name: "originChainId";
|
|
336
|
-
readonly type: "uint256";
|
|
337
|
-
readonly internalType: "uint256";
|
|
338
|
-
}, {
|
|
339
|
-
readonly name: "openDeadline";
|
|
340
|
-
readonly type: "uint32";
|
|
341
|
-
readonly internalType: "uint32";
|
|
342
|
-
}, {
|
|
343
|
-
readonly name: "fillDeadline";
|
|
344
|
-
readonly type: "uint32";
|
|
345
|
-
readonly internalType: "uint32";
|
|
346
|
-
}, {
|
|
347
|
-
readonly name: "orderId";
|
|
348
|
-
readonly type: "bytes32";
|
|
349
|
-
readonly internalType: "bytes32";
|
|
350
|
-
}, {
|
|
351
|
-
readonly name: "maxSpent";
|
|
352
|
-
readonly type: "tuple[]";
|
|
353
|
-
readonly internalType: "struct Output[]";
|
|
354
|
-
readonly components: readonly [{
|
|
355
|
-
readonly name: "token";
|
|
356
|
-
readonly type: "bytes32";
|
|
357
|
-
readonly internalType: "bytes32";
|
|
358
|
-
}, {
|
|
359
|
-
readonly name: "amount";
|
|
360
|
-
readonly type: "uint256";
|
|
361
|
-
readonly internalType: "uint256";
|
|
362
|
-
}, {
|
|
363
|
-
readonly name: "recipient";
|
|
364
|
-
readonly type: "bytes32";
|
|
365
|
-
readonly internalType: "bytes32";
|
|
366
|
-
}, {
|
|
367
|
-
readonly name: "chainId";
|
|
368
|
-
readonly type: "uint256";
|
|
369
|
-
readonly internalType: "uint256";
|
|
370
|
-
}];
|
|
371
|
-
}, {
|
|
372
|
-
readonly name: "minReceived";
|
|
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: "fillInstructions";
|
|
394
|
-
readonly type: "tuple[]";
|
|
395
|
-
readonly internalType: "struct FillInstruction[]";
|
|
396
|
-
readonly components: readonly [{
|
|
397
|
-
readonly name: "destinationChainId";
|
|
398
|
-
readonly type: "uint64";
|
|
399
|
-
readonly internalType: "uint64";
|
|
400
|
-
}, {
|
|
401
|
-
readonly name: "destinationSettler";
|
|
402
|
-
readonly type: "bytes32";
|
|
403
|
-
readonly internalType: "bytes32";
|
|
404
|
-
}, {
|
|
405
|
-
readonly name: "originData";
|
|
406
|
-
readonly type: "bytes";
|
|
407
|
-
readonly internalType: "bytes";
|
|
408
|
-
}];
|
|
409
|
-
}];
|
|
410
|
-
}];
|
|
411
|
-
readonly anonymous: false;
|
|
412
|
-
}];
|
|
413
|
-
static createInterface(): IOriginSettlerInterface;
|
|
414
|
-
static connect(address: string, signerOrProvider: Signer | Provider): IOriginSettler;
|
|
415
|
-
}
|
|
416
|
-
//# sourceMappingURL=IOriginSettler__factory.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IOriginSettler__factory.d.ts","sourceRoot":"","sources":["../../../../../../../src/utils/abi/typechain/factories/IOriginSettler__factory.ts"],"names":[],"mappings":"AAIA,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,EACV,cAAc,EACd,uBAAuB,EACxB,MAAM,mBAAmB,CAAC;AAkhB3B,qBAAa,uBAAuB;IAClC,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,uBAAuB;IAGjD,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,cAAc;CAGlB"}
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
import { Signer } from "ethers";
|
|
2
|
-
import type { Provider } from "@ethersproject/providers";
|
|
3
|
-
import type { Permit2Depositor, Permit2DepositorInterface } from "../Permit2Depositor";
|
|
4
|
-
export declare class Permit2Depositor__factory {
|
|
5
|
-
static readonly abi: readonly [{
|
|
6
|
-
readonly type: "constructor";
|
|
7
|
-
readonly inputs: readonly [{
|
|
8
|
-
readonly name: "_spokePool";
|
|
9
|
-
readonly type: "address";
|
|
10
|
-
readonly internalType: "contract V3SpokePoolInterface";
|
|
11
|
-
}, {
|
|
12
|
-
readonly name: "_permit2";
|
|
13
|
-
readonly type: "address";
|
|
14
|
-
readonly internalType: "contract IPermit2";
|
|
15
|
-
}, {
|
|
16
|
-
readonly name: "_quoteBeforeDeadline";
|
|
17
|
-
readonly type: "uint256";
|
|
18
|
-
readonly internalType: "uint256";
|
|
19
|
-
}];
|
|
20
|
-
readonly stateMutability: "nonpayable";
|
|
21
|
-
}, {
|
|
22
|
-
readonly type: "function";
|
|
23
|
-
readonly name: "PERMIT2";
|
|
24
|
-
readonly inputs: readonly [];
|
|
25
|
-
readonly outputs: readonly [{
|
|
26
|
-
readonly name: "";
|
|
27
|
-
readonly type: "address";
|
|
28
|
-
readonly internalType: "contract IPermit2";
|
|
29
|
-
}];
|
|
30
|
-
readonly stateMutability: "view";
|
|
31
|
-
}, {
|
|
32
|
-
readonly type: "function";
|
|
33
|
-
readonly name: "QUOTE_BEFORE_DEADLINE";
|
|
34
|
-
readonly inputs: readonly [];
|
|
35
|
-
readonly outputs: readonly [{
|
|
36
|
-
readonly name: "";
|
|
37
|
-
readonly type: "uint256";
|
|
38
|
-
readonly internalType: "uint256";
|
|
39
|
-
}];
|
|
40
|
-
readonly stateMutability: "view";
|
|
41
|
-
}, {
|
|
42
|
-
readonly type: "function";
|
|
43
|
-
readonly name: "SPOKE_POOL";
|
|
44
|
-
readonly inputs: readonly [];
|
|
45
|
-
readonly outputs: readonly [{
|
|
46
|
-
readonly name: "";
|
|
47
|
-
readonly type: "address";
|
|
48
|
-
readonly internalType: "contract V3SpokePoolInterface";
|
|
49
|
-
}];
|
|
50
|
-
readonly stateMutability: "view";
|
|
51
|
-
}, {
|
|
52
|
-
readonly type: "function";
|
|
53
|
-
readonly name: "permit2Deposit";
|
|
54
|
-
readonly inputs: readonly [{
|
|
55
|
-
readonly name: "signedOrder";
|
|
56
|
-
readonly type: "tuple";
|
|
57
|
-
readonly internalType: "struct SignedOrder";
|
|
58
|
-
readonly components: readonly [{
|
|
59
|
-
readonly name: "order";
|
|
60
|
-
readonly type: "bytes";
|
|
61
|
-
readonly internalType: "bytes";
|
|
62
|
-
}, {
|
|
63
|
-
readonly name: "sig";
|
|
64
|
-
readonly type: "bytes";
|
|
65
|
-
readonly internalType: "bytes";
|
|
66
|
-
}];
|
|
67
|
-
}, {
|
|
68
|
-
readonly name: "destinationChainFillerAddress";
|
|
69
|
-
readonly type: "address";
|
|
70
|
-
readonly internalType: "address";
|
|
71
|
-
}];
|
|
72
|
-
readonly outputs: readonly [];
|
|
73
|
-
readonly stateMutability: "nonpayable";
|
|
74
|
-
}, {
|
|
75
|
-
readonly type: "error";
|
|
76
|
-
readonly name: "AfterDeadline";
|
|
77
|
-
readonly inputs: readonly [];
|
|
78
|
-
}, {
|
|
79
|
-
readonly type: "error";
|
|
80
|
-
readonly name: "InputAndCollateralNotEqual";
|
|
81
|
-
readonly inputs: readonly [];
|
|
82
|
-
}, {
|
|
83
|
-
readonly type: "error";
|
|
84
|
-
readonly name: "MultipleOutputsNotAllowed";
|
|
85
|
-
readonly inputs: readonly [];
|
|
86
|
-
}, {
|
|
87
|
-
readonly type: "error";
|
|
88
|
-
readonly name: "ValidationContractNotAllowed";
|
|
89
|
-
readonly inputs: readonly [];
|
|
90
|
-
}, {
|
|
91
|
-
readonly type: "error";
|
|
92
|
-
readonly name: "WrongSettlerContract";
|
|
93
|
-
readonly inputs: readonly [];
|
|
94
|
-
}];
|
|
95
|
-
static createInterface(): Permit2DepositorInterface;
|
|
96
|
-
static connect(address: string, signerOrProvider: Signer | Provider): Permit2Depositor;
|
|
97
|
-
}
|
|
98
|
-
//# sourceMappingURL=Permit2Depositor__factory.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Permit2Depositor__factory.d.ts","sourceRoot":"","sources":["../../../../../../../src/utils/abi/typechain/factories/Permit2Depositor__factory.ts"],"names":[],"mappings":"AAIA,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,EACV,gBAAgB,EAChB,yBAAyB,EAC1B,MAAM,qBAAqB,CAAC;AAwH7B,qBAAa,yBAAyB;IACpC,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,yBAAyB;IAGnD,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,gBAAgB;CAGpB"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { Signer } from "ethers";
|
|
2
|
-
import type { Provider } from "@ethersproject/providers";
|
|
3
|
-
import type { Permit2OrderLib, Permit2OrderLibInterface } from "../Permit2OrderLib";
|
|
4
|
-
export declare class Permit2OrderLib__factory {
|
|
5
|
-
static readonly abi: readonly [{
|
|
6
|
-
readonly type: "error";
|
|
7
|
-
readonly name: "AfterDeadline";
|
|
8
|
-
readonly inputs: readonly [];
|
|
9
|
-
}, {
|
|
10
|
-
readonly type: "error";
|
|
11
|
-
readonly name: "InputAndCollateralNotEqual";
|
|
12
|
-
readonly inputs: readonly [];
|
|
13
|
-
}, {
|
|
14
|
-
readonly type: "error";
|
|
15
|
-
readonly name: "MultipleOutputsNotAllowed";
|
|
16
|
-
readonly inputs: readonly [];
|
|
17
|
-
}, {
|
|
18
|
-
readonly type: "error";
|
|
19
|
-
readonly name: "ValidationContractNotAllowed";
|
|
20
|
-
readonly inputs: readonly [];
|
|
21
|
-
}, {
|
|
22
|
-
readonly type: "error";
|
|
23
|
-
readonly name: "WrongSettlerContract";
|
|
24
|
-
readonly inputs: readonly [];
|
|
25
|
-
}];
|
|
26
|
-
static createInterface(): Permit2OrderLibInterface;
|
|
27
|
-
static connect(address: string, signerOrProvider: Signer | Provider): Permit2OrderLib;
|
|
28
|
-
}
|
|
29
|
-
//# sourceMappingURL=Permit2OrderLib__factory.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Permit2OrderLib__factory.d.ts","sourceRoot":"","sources":["../../../../../../../src/utils/abi/typechain/factories/Permit2OrderLib__factory.ts"],"names":[],"mappings":"AAIA,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,EACV,eAAe,EACf,wBAAwB,EACzB,MAAM,oBAAoB,CAAC;AA8B5B,qBAAa,wBAAwB;IACnC,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;OAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,wBAAwB;IAGlD,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,eAAe;CAGnB"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { Signer } from "ethers";
|
|
2
|
-
import type { Provider } from "@ethersproject/providers";
|
|
3
|
-
import type { Script, ScriptInterface } from "../Script";
|
|
4
|
-
export declare class Script__factory {
|
|
5
|
-
static readonly abi: readonly [{
|
|
6
|
-
readonly type: "function";
|
|
7
|
-
readonly name: "IS_SCRIPT";
|
|
8
|
-
readonly inputs: readonly [];
|
|
9
|
-
readonly outputs: readonly [{
|
|
10
|
-
readonly name: "";
|
|
11
|
-
readonly type: "bool";
|
|
12
|
-
readonly internalType: "bool";
|
|
13
|
-
}];
|
|
14
|
-
readonly stateMutability: "view";
|
|
15
|
-
}];
|
|
16
|
-
static createInterface(): ScriptInterface;
|
|
17
|
-
static connect(address: string, signerOrProvider: Signer | Provider): Script;
|
|
18
|
-
}
|
|
19
|
-
//# sourceMappingURL=Script__factory.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Script__factory.d.ts","sourceRoot":"","sources":["../../../../../../../src/utils/abi/typechain/factories/Script__factory.ts"],"names":[],"mappings":"AAIA,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAkBzD,qBAAa,eAAe;IAC1B,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;OAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,eAAe;IAGzC,MAAM,CAAC,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM;CAG7E"}
|