@across-protocol/sdk 4.3.123 → 4.3.124
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/utils/abi/typechain/BaseSimulatorTest.d.ts +504 -0
- package/dist/cjs/src/utils/abi/typechain/BaseSimulatorTest.js +3 -0
- package/dist/cjs/src/utils/abi/typechain/BaseSimulatorTest.js.map +1 -0
- package/dist/cjs/src/utils/abi/typechain/HubPoolTestBase.d.ts +848 -0
- package/dist/cjs/src/utils/abi/typechain/HubPoolTestBase.js +3 -0
- package/dist/cjs/src/utils/abi/typechain/HubPoolTestBase.js.map +1 -0
- package/dist/cjs/src/utils/abi/typechain/MerkleLibTest.d.ts +288 -0
- package/dist/cjs/src/utils/abi/typechain/MerkleLibTest.js +3 -0
- package/dist/cjs/src/utils/abi/typechain/MerkleLibTest.js.map +1 -0
- package/dist/cjs/src/utils/abi/typechain/PolygonERC20Test.d.ts +431 -0
- package/dist/cjs/src/utils/abi/typechain/PolygonERC20Test.js +3 -0
- package/dist/cjs/src/utils/abi/typechain/PolygonERC20Test.js.map +1 -0
- package/dist/cjs/src/utils/abi/typechain/SpokePoolEIP7702Test.d.ts +542 -0
- package/dist/cjs/src/utils/abi/typechain/SpokePoolEIP7702Test.js +3 -0
- package/dist/cjs/src/utils/abi/typechain/SpokePoolEIP7702Test.js.map +1 -0
- package/dist/cjs/src/utils/abi/typechain/Test.d.ts +432 -0
- package/dist/cjs/src/utils/abi/typechain/Test.js +3 -0
- package/dist/cjs/src/utils/abi/typechain/Test.js.map +1 -0
- package/dist/cjs/src/utils/abi/typechain/Testable.d.ts +66 -0
- package/dist/cjs/src/utils/abi/typechain/Testable.js +3 -0
- package/dist/cjs/src/utils/abi/typechain/Testable.js.map +1 -0
- package/dist/cjs/src/utils/abi/typechain/factories/BaseSimulatorTest__factory.d.ts +525 -0
- package/dist/cjs/src/utils/abi/typechain/factories/BaseSimulatorTest__factory.js +686 -0
- package/dist/cjs/src/utils/abi/typechain/factories/BaseSimulatorTest__factory.js.map +1 -0
- package/dist/cjs/src/utils/abi/typechain/factories/HubPoolTestBase__factory.d.ts +1031 -0
- package/dist/cjs/src/utils/abi/typechain/factories/HubPoolTestBase__factory.js +1352 -0
- package/dist/cjs/src/utils/abi/typechain/factories/HubPoolTestBase__factory.js.map +1 -0
- package/dist/cjs/src/utils/abi/typechain/factories/MerkleLibTest__factory.d.ts +334 -0
- package/dist/cjs/src/utils/abi/typechain/factories/MerkleLibTest__factory.js +444 -0
- package/dist/cjs/src/utils/abi/typechain/factories/MerkleLibTest__factory.js.map +1 -0
- package/dist/cjs/src/utils/abi/typechain/factories/PolygonERC20Test__factory.d.ts +448 -0
- package/dist/cjs/src/utils/abi/typechain/factories/PolygonERC20Test__factory.js +593 -0
- package/dist/cjs/src/utils/abi/typechain/factories/PolygonERC20Test__factory.js.map +1 -0
- package/dist/cjs/src/utils/abi/typechain/factories/SpokePoolEIP7702Test__factory.d.ts +519 -0
- package/dist/cjs/src/utils/abi/typechain/factories/SpokePoolEIP7702Test__factory.js +673 -0
- package/dist/cjs/src/utils/abi/typechain/factories/SpokePoolEIP7702Test__factory.js.map +1 -0
- package/dist/cjs/src/utils/abi/typechain/factories/Test__factory.d.ts +449 -0
- package/dist/cjs/src/utils/abi/typechain/factories/Test__factory.js +588 -0
- package/dist/cjs/src/utils/abi/typechain/factories/Test__factory.js.map +1 -0
- package/dist/cjs/src/utils/abi/typechain/factories/Testable__factory.d.ts +38 -0
- package/dist/cjs/src/utils/abi/typechain/factories/Testable__factory.js +59 -0
- package/dist/cjs/src/utils/abi/typechain/factories/Testable__factory.js.map +1 -0
- package/dist/cjs/src/utils/abi/typechain/factories/index.d.ts +7 -0
- package/dist/cjs/src/utils/abi/typechain/factories/index.js +20 -6
- package/dist/cjs/src/utils/abi/typechain/factories/index.js.map +1 -1
- package/dist/cjs/src/utils/abi/typechain/index.d.ts +14 -0
- package/dist/cjs/src/utils/abi/typechain/index.js +20 -6
- package/dist/cjs/src/utils/abi/typechain/index.js.map +1 -1
- package/dist/esm/src/utils/abi/typechain/BaseSimulatorTest.d.ts +504 -0
- package/dist/esm/src/utils/abi/typechain/BaseSimulatorTest.js +2 -0
- package/dist/esm/src/utils/abi/typechain/BaseSimulatorTest.js.map +1 -0
- package/dist/esm/src/utils/abi/typechain/HubPoolTestBase.d.ts +848 -0
- package/dist/esm/src/utils/abi/typechain/HubPoolTestBase.js +2 -0
- package/dist/esm/src/utils/abi/typechain/HubPoolTestBase.js.map +1 -0
- package/dist/esm/src/utils/abi/typechain/MerkleLibTest.d.ts +288 -0
- package/dist/esm/src/utils/abi/typechain/MerkleLibTest.js +2 -0
- package/dist/esm/src/utils/abi/typechain/MerkleLibTest.js.map +1 -0
- package/dist/esm/src/utils/abi/typechain/PolygonERC20Test.d.ts +431 -0
- package/dist/esm/src/utils/abi/typechain/PolygonERC20Test.js +2 -0
- package/dist/esm/src/utils/abi/typechain/PolygonERC20Test.js.map +1 -0
- package/dist/esm/src/utils/abi/typechain/SpokePoolEIP7702Test.d.ts +542 -0
- package/dist/esm/src/utils/abi/typechain/SpokePoolEIP7702Test.js +2 -0
- package/dist/esm/src/utils/abi/typechain/SpokePoolEIP7702Test.js.map +1 -0
- package/dist/esm/src/utils/abi/typechain/Test.d.ts +432 -0
- package/dist/esm/src/utils/abi/typechain/Test.js +2 -0
- package/dist/esm/src/utils/abi/typechain/Test.js.map +1 -0
- package/dist/esm/src/utils/abi/typechain/Testable.d.ts +66 -0
- package/dist/esm/src/utils/abi/typechain/Testable.js +2 -0
- package/dist/esm/src/utils/abi/typechain/Testable.js.map +1 -0
- package/dist/esm/src/utils/abi/typechain/factories/BaseSimulatorTest__factory.d.ts +525 -0
- package/dist/esm/src/utils/abi/typechain/factories/BaseSimulatorTest__factory.js +686 -0
- package/dist/esm/src/utils/abi/typechain/factories/BaseSimulatorTest__factory.js.map +1 -0
- package/dist/esm/src/utils/abi/typechain/factories/HubPoolTestBase__factory.d.ts +1031 -0
- package/dist/esm/src/utils/abi/typechain/factories/HubPoolTestBase__factory.js +1352 -0
- package/dist/esm/src/utils/abi/typechain/factories/HubPoolTestBase__factory.js.map +1 -0
- package/dist/esm/src/utils/abi/typechain/factories/MerkleLibTest__factory.d.ts +334 -0
- package/dist/esm/src/utils/abi/typechain/factories/MerkleLibTest__factory.js +444 -0
- package/dist/esm/src/utils/abi/typechain/factories/MerkleLibTest__factory.js.map +1 -0
- package/dist/esm/src/utils/abi/typechain/factories/PolygonERC20Test__factory.d.ts +448 -0
- package/dist/esm/src/utils/abi/typechain/factories/PolygonERC20Test__factory.js +593 -0
- package/dist/esm/src/utils/abi/typechain/factories/PolygonERC20Test__factory.js.map +1 -0
- package/dist/esm/src/utils/abi/typechain/factories/SpokePoolEIP7702Test__factory.d.ts +519 -0
- package/dist/esm/src/utils/abi/typechain/factories/SpokePoolEIP7702Test__factory.js +673 -0
- package/dist/esm/src/utils/abi/typechain/factories/SpokePoolEIP7702Test__factory.js.map +1 -0
- package/dist/esm/src/utils/abi/typechain/factories/Test__factory.d.ts +449 -0
- package/dist/esm/src/utils/abi/typechain/factories/Test__factory.js +588 -0
- package/dist/esm/src/utils/abi/typechain/factories/Test__factory.js.map +1 -0
- package/dist/esm/src/utils/abi/typechain/factories/Testable__factory.d.ts +38 -0
- package/dist/esm/src/utils/abi/typechain/factories/Testable__factory.js +59 -0
- package/dist/esm/src/utils/abi/typechain/factories/Testable__factory.js.map +1 -0
- package/dist/esm/src/utils/abi/typechain/factories/index.d.ts +7 -0
- package/dist/esm/src/utils/abi/typechain/factories/index.js +7 -0
- package/dist/esm/src/utils/abi/typechain/factories/index.js.map +1 -1
- package/dist/esm/src/utils/abi/typechain/index.d.ts +14 -0
- package/dist/esm/src/utils/abi/typechain/index.js +7 -0
- package/dist/esm/src/utils/abi/typechain/index.js.map +1 -1
- package/dist/types/src/utils/abi/typechain/BaseSimulatorTest.d.ts +505 -0
- package/dist/types/src/utils/abi/typechain/BaseSimulatorTest.d.ts.map +1 -0
- package/dist/types/src/utils/abi/typechain/HubPoolTestBase.d.ts +849 -0
- package/dist/types/src/utils/abi/typechain/HubPoolTestBase.d.ts.map +1 -0
- package/dist/types/src/utils/abi/typechain/MerkleLibTest.d.ts +289 -0
- package/dist/types/src/utils/abi/typechain/MerkleLibTest.d.ts.map +1 -0
- package/dist/types/src/utils/abi/typechain/PolygonERC20Test.d.ts +432 -0
- package/dist/types/src/utils/abi/typechain/PolygonERC20Test.d.ts.map +1 -0
- package/dist/types/src/utils/abi/typechain/SpokePoolEIP7702Test.d.ts +543 -0
- package/dist/types/src/utils/abi/typechain/SpokePoolEIP7702Test.d.ts.map +1 -0
- package/dist/types/src/utils/abi/typechain/Test.d.ts +433 -0
- package/dist/types/src/utils/abi/typechain/Test.d.ts.map +1 -0
- package/dist/types/src/utils/abi/typechain/Testable.d.ts +67 -0
- package/dist/types/src/utils/abi/typechain/Testable.d.ts.map +1 -0
- package/dist/types/src/utils/abi/typechain/factories/BaseSimulatorTest__factory.d.ts +526 -0
- package/dist/types/src/utils/abi/typechain/factories/BaseSimulatorTest__factory.d.ts.map +1 -0
- package/dist/types/src/utils/abi/typechain/factories/HubPoolTestBase__factory.d.ts +1032 -0
- package/dist/types/src/utils/abi/typechain/factories/HubPoolTestBase__factory.d.ts.map +1 -0
- package/dist/types/src/utils/abi/typechain/factories/MerkleLibTest__factory.d.ts +335 -0
- package/dist/types/src/utils/abi/typechain/factories/MerkleLibTest__factory.d.ts.map +1 -0
- package/dist/types/src/utils/abi/typechain/factories/PolygonERC20Test__factory.d.ts +449 -0
- package/dist/types/src/utils/abi/typechain/factories/PolygonERC20Test__factory.d.ts.map +1 -0
- package/dist/types/src/utils/abi/typechain/factories/SpokePoolEIP7702Test__factory.d.ts +520 -0
- package/dist/types/src/utils/abi/typechain/factories/SpokePoolEIP7702Test__factory.d.ts.map +1 -0
- package/dist/types/src/utils/abi/typechain/factories/Test__factory.d.ts +450 -0
- package/dist/types/src/utils/abi/typechain/factories/Test__factory.d.ts.map +1 -0
- package/dist/types/src/utils/abi/typechain/factories/Testable__factory.d.ts +39 -0
- package/dist/types/src/utils/abi/typechain/factories/Testable__factory.d.ts.map +1 -0
- package/dist/types/src/utils/abi/typechain/factories/index.d.ts +7 -0
- package/dist/types/src/utils/abi/typechain/factories/index.d.ts.map +1 -1
- package/dist/types/src/utils/abi/typechain/index.d.ts +14 -0
- package/dist/types/src/utils/abi/typechain/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/scripts/stage-typechain-artifacts.js +0 -1
- package/src/utils/abi/contracts/BaseSimulatorTest.json +668 -0
- package/src/utils/abi/contracts/HubPoolTestBase.json +1334 -0
- package/src/utils/abi/contracts/MerkleLibTest.json +426 -0
- package/src/utils/abi/contracts/PolygonERC20Test.json +575 -0
- package/src/utils/abi/contracts/SpokePoolEIP7702Test.json +655 -0
- package/src/utils/abi/contracts/Test.json +570 -0
- package/src/utils/abi/contracts/Testable.json +41 -0
- package/src/utils/abi/typechain/BaseSimulatorTest.ts +879 -0
- package/src/utils/abi/typechain/HubPoolTestBase.ts +1857 -0
- package/src/utils/abi/typechain/MerkleLibTest.ts +597 -0
- package/src/utils/abi/typechain/PolygonERC20Test.ts +944 -0
- package/src/utils/abi/typechain/SpokePoolEIP7702Test.ts +942 -0
- package/src/utils/abi/typechain/Test.ts +753 -0
- package/src/utils/abi/typechain/Testable.ts +145 -0
- package/src/utils/abi/typechain/factories/BaseSimulatorTest__factory.ts +692 -0
- package/src/utils/abi/typechain/factories/HubPoolTestBase__factory.ts +1358 -0
- package/src/utils/abi/typechain/factories/MerkleLibTest__factory.ts +447 -0
- package/src/utils/abi/typechain/factories/PolygonERC20Test__factory.ts +599 -0
- package/src/utils/abi/typechain/factories/SpokePoolEIP7702Test__factory.ts +683 -0
- package/src/utils/abi/typechain/factories/Test__factory.ts +588 -0
- package/src/utils/abi/typechain/factories/Testable__factory.ts +62 -0
- package/src/utils/abi/typechain/factories/index.ts +7 -0
- package/src/utils/abi/typechain/index.ts +14 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HubPoolTestBase__factory.d.ts","sourceRoot":"","sources":["../../../../../../../src/utils/abi/typechain/factories/HubPoolTestBase__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;AAyzC5B,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"}
|
|
@@ -0,0 +1,335 @@
|
|
|
1
|
+
import { Signer } from "ethers";
|
|
2
|
+
import type { Provider } from "@ethersproject/providers";
|
|
3
|
+
import type { MerkleLibTest, MerkleLibTestInterface } from "../MerkleLibTest";
|
|
4
|
+
export declare class MerkleLibTest__factory {
|
|
5
|
+
static readonly abi: readonly [{
|
|
6
|
+
readonly type: "function";
|
|
7
|
+
readonly name: "claimedBitMap";
|
|
8
|
+
readonly inputs: readonly [{
|
|
9
|
+
readonly name: "";
|
|
10
|
+
readonly type: "uint256";
|
|
11
|
+
readonly internalType: "uint256";
|
|
12
|
+
}];
|
|
13
|
+
readonly outputs: readonly [{
|
|
14
|
+
readonly name: "";
|
|
15
|
+
readonly type: "uint256";
|
|
16
|
+
readonly internalType: "uint256";
|
|
17
|
+
}];
|
|
18
|
+
readonly stateMutability: "view";
|
|
19
|
+
}, {
|
|
20
|
+
readonly type: "function";
|
|
21
|
+
readonly name: "claimedBitMap1D";
|
|
22
|
+
readonly inputs: readonly [];
|
|
23
|
+
readonly outputs: readonly [{
|
|
24
|
+
readonly name: "";
|
|
25
|
+
readonly type: "uint256";
|
|
26
|
+
readonly internalType: "uint256";
|
|
27
|
+
}];
|
|
28
|
+
readonly stateMutability: "view";
|
|
29
|
+
}, {
|
|
30
|
+
readonly type: "function";
|
|
31
|
+
readonly name: "isClaimed";
|
|
32
|
+
readonly inputs: readonly [{
|
|
33
|
+
readonly name: "index";
|
|
34
|
+
readonly type: "uint256";
|
|
35
|
+
readonly internalType: "uint256";
|
|
36
|
+
}];
|
|
37
|
+
readonly outputs: readonly [{
|
|
38
|
+
readonly name: "";
|
|
39
|
+
readonly type: "bool";
|
|
40
|
+
readonly internalType: "bool";
|
|
41
|
+
}];
|
|
42
|
+
readonly stateMutability: "view";
|
|
43
|
+
}, {
|
|
44
|
+
readonly type: "function";
|
|
45
|
+
readonly name: "isClaimed1D";
|
|
46
|
+
readonly inputs: readonly [{
|
|
47
|
+
readonly name: "index";
|
|
48
|
+
readonly type: "uint8";
|
|
49
|
+
readonly internalType: "uint8";
|
|
50
|
+
}];
|
|
51
|
+
readonly outputs: readonly [{
|
|
52
|
+
readonly name: "";
|
|
53
|
+
readonly type: "bool";
|
|
54
|
+
readonly internalType: "bool";
|
|
55
|
+
}];
|
|
56
|
+
readonly stateMutability: "view";
|
|
57
|
+
}, {
|
|
58
|
+
readonly type: "function";
|
|
59
|
+
readonly name: "setClaimed";
|
|
60
|
+
readonly inputs: readonly [{
|
|
61
|
+
readonly name: "index";
|
|
62
|
+
readonly type: "uint256";
|
|
63
|
+
readonly internalType: "uint256";
|
|
64
|
+
}];
|
|
65
|
+
readonly outputs: readonly [];
|
|
66
|
+
readonly stateMutability: "nonpayable";
|
|
67
|
+
}, {
|
|
68
|
+
readonly type: "function";
|
|
69
|
+
readonly name: "setClaimed1D";
|
|
70
|
+
readonly inputs: readonly [{
|
|
71
|
+
readonly name: "index";
|
|
72
|
+
readonly type: "uint8";
|
|
73
|
+
readonly internalType: "uint8";
|
|
74
|
+
}];
|
|
75
|
+
readonly outputs: readonly [];
|
|
76
|
+
readonly stateMutability: "nonpayable";
|
|
77
|
+
}, {
|
|
78
|
+
readonly type: "function";
|
|
79
|
+
readonly name: "verifyPoolRebalance";
|
|
80
|
+
readonly inputs: readonly [{
|
|
81
|
+
readonly name: "root";
|
|
82
|
+
readonly type: "bytes32";
|
|
83
|
+
readonly internalType: "bytes32";
|
|
84
|
+
}, {
|
|
85
|
+
readonly name: "rebalance";
|
|
86
|
+
readonly type: "tuple";
|
|
87
|
+
readonly internalType: "struct HubPoolInterface.PoolRebalanceLeaf";
|
|
88
|
+
readonly components: readonly [{
|
|
89
|
+
readonly name: "chainId";
|
|
90
|
+
readonly type: "uint256";
|
|
91
|
+
readonly internalType: "uint256";
|
|
92
|
+
}, {
|
|
93
|
+
readonly name: "bundleLpFees";
|
|
94
|
+
readonly type: "uint256[]";
|
|
95
|
+
readonly internalType: "uint256[]";
|
|
96
|
+
}, {
|
|
97
|
+
readonly name: "netSendAmounts";
|
|
98
|
+
readonly type: "int256[]";
|
|
99
|
+
readonly internalType: "int256[]";
|
|
100
|
+
}, {
|
|
101
|
+
readonly name: "runningBalances";
|
|
102
|
+
readonly type: "int256[]";
|
|
103
|
+
readonly internalType: "int256[]";
|
|
104
|
+
}, {
|
|
105
|
+
readonly name: "groupIndex";
|
|
106
|
+
readonly type: "uint256";
|
|
107
|
+
readonly internalType: "uint256";
|
|
108
|
+
}, {
|
|
109
|
+
readonly name: "leafId";
|
|
110
|
+
readonly type: "uint8";
|
|
111
|
+
readonly internalType: "uint8";
|
|
112
|
+
}, {
|
|
113
|
+
readonly name: "l1Tokens";
|
|
114
|
+
readonly type: "address[]";
|
|
115
|
+
readonly internalType: "address[]";
|
|
116
|
+
}];
|
|
117
|
+
}, {
|
|
118
|
+
readonly name: "proof";
|
|
119
|
+
readonly type: "bytes32[]";
|
|
120
|
+
readonly internalType: "bytes32[]";
|
|
121
|
+
}];
|
|
122
|
+
readonly outputs: readonly [{
|
|
123
|
+
readonly name: "";
|
|
124
|
+
readonly type: "bool";
|
|
125
|
+
readonly internalType: "bool";
|
|
126
|
+
}];
|
|
127
|
+
readonly stateMutability: "pure";
|
|
128
|
+
}, {
|
|
129
|
+
readonly type: "function";
|
|
130
|
+
readonly name: "verifyRelayerRefund";
|
|
131
|
+
readonly inputs: readonly [{
|
|
132
|
+
readonly name: "root";
|
|
133
|
+
readonly type: "bytes32";
|
|
134
|
+
readonly internalType: "bytes32";
|
|
135
|
+
}, {
|
|
136
|
+
readonly name: "refund";
|
|
137
|
+
readonly type: "tuple";
|
|
138
|
+
readonly internalType: "struct SpokePoolInterface.RelayerRefundLeaf";
|
|
139
|
+
readonly components: readonly [{
|
|
140
|
+
readonly name: "amountToReturn";
|
|
141
|
+
readonly type: "uint256";
|
|
142
|
+
readonly internalType: "uint256";
|
|
143
|
+
}, {
|
|
144
|
+
readonly name: "chainId";
|
|
145
|
+
readonly type: "uint256";
|
|
146
|
+
readonly internalType: "uint256";
|
|
147
|
+
}, {
|
|
148
|
+
readonly name: "refundAmounts";
|
|
149
|
+
readonly type: "uint256[]";
|
|
150
|
+
readonly internalType: "uint256[]";
|
|
151
|
+
}, {
|
|
152
|
+
readonly name: "leafId";
|
|
153
|
+
readonly type: "uint32";
|
|
154
|
+
readonly internalType: "uint32";
|
|
155
|
+
}, {
|
|
156
|
+
readonly name: "l2TokenAddress";
|
|
157
|
+
readonly type: "address";
|
|
158
|
+
readonly internalType: "address";
|
|
159
|
+
}, {
|
|
160
|
+
readonly name: "refundAddresses";
|
|
161
|
+
readonly type: "address[]";
|
|
162
|
+
readonly internalType: "address[]";
|
|
163
|
+
}];
|
|
164
|
+
}, {
|
|
165
|
+
readonly name: "proof";
|
|
166
|
+
readonly type: "bytes32[]";
|
|
167
|
+
readonly internalType: "bytes32[]";
|
|
168
|
+
}];
|
|
169
|
+
readonly outputs: readonly [{
|
|
170
|
+
readonly name: "";
|
|
171
|
+
readonly type: "bool";
|
|
172
|
+
readonly internalType: "bool";
|
|
173
|
+
}];
|
|
174
|
+
readonly stateMutability: "pure";
|
|
175
|
+
}, {
|
|
176
|
+
readonly type: "function";
|
|
177
|
+
readonly name: "verifySlowRelayFulfillment";
|
|
178
|
+
readonly inputs: readonly [{
|
|
179
|
+
readonly name: "root";
|
|
180
|
+
readonly type: "bytes32";
|
|
181
|
+
readonly internalType: "bytes32";
|
|
182
|
+
}, {
|
|
183
|
+
readonly name: "slowFill";
|
|
184
|
+
readonly type: "tuple";
|
|
185
|
+
readonly internalType: "struct MockV2SpokePoolInterface.SlowFill";
|
|
186
|
+
readonly components: readonly [{
|
|
187
|
+
readonly name: "relayData";
|
|
188
|
+
readonly type: "tuple";
|
|
189
|
+
readonly internalType: "struct MockV2SpokePoolInterface.RelayData";
|
|
190
|
+
readonly components: readonly [{
|
|
191
|
+
readonly name: "depositor";
|
|
192
|
+
readonly type: "bytes32";
|
|
193
|
+
readonly internalType: "bytes32";
|
|
194
|
+
}, {
|
|
195
|
+
readonly name: "recipient";
|
|
196
|
+
readonly type: "bytes32";
|
|
197
|
+
readonly internalType: "bytes32";
|
|
198
|
+
}, {
|
|
199
|
+
readonly name: "destinationToken";
|
|
200
|
+
readonly type: "bytes32";
|
|
201
|
+
readonly internalType: "bytes32";
|
|
202
|
+
}, {
|
|
203
|
+
readonly name: "amount";
|
|
204
|
+
readonly type: "uint256";
|
|
205
|
+
readonly internalType: "uint256";
|
|
206
|
+
}, {
|
|
207
|
+
readonly name: "originChainId";
|
|
208
|
+
readonly type: "uint256";
|
|
209
|
+
readonly internalType: "uint256";
|
|
210
|
+
}, {
|
|
211
|
+
readonly name: "destinationChainId";
|
|
212
|
+
readonly type: "uint256";
|
|
213
|
+
readonly internalType: "uint256";
|
|
214
|
+
}, {
|
|
215
|
+
readonly name: "realizedLpFeePct";
|
|
216
|
+
readonly type: "int64";
|
|
217
|
+
readonly internalType: "int64";
|
|
218
|
+
}, {
|
|
219
|
+
readonly name: "relayerFeePct";
|
|
220
|
+
readonly type: "int64";
|
|
221
|
+
readonly internalType: "int64";
|
|
222
|
+
}, {
|
|
223
|
+
readonly name: "depositId";
|
|
224
|
+
readonly type: "uint32";
|
|
225
|
+
readonly internalType: "uint32";
|
|
226
|
+
}, {
|
|
227
|
+
readonly name: "message";
|
|
228
|
+
readonly type: "bytes";
|
|
229
|
+
readonly internalType: "bytes";
|
|
230
|
+
}];
|
|
231
|
+
}, {
|
|
232
|
+
readonly name: "payoutAdjustmentPct";
|
|
233
|
+
readonly type: "int256";
|
|
234
|
+
readonly internalType: "int256";
|
|
235
|
+
}];
|
|
236
|
+
}, {
|
|
237
|
+
readonly name: "proof";
|
|
238
|
+
readonly type: "bytes32[]";
|
|
239
|
+
readonly internalType: "bytes32[]";
|
|
240
|
+
}];
|
|
241
|
+
readonly outputs: readonly [{
|
|
242
|
+
readonly name: "";
|
|
243
|
+
readonly type: "bool";
|
|
244
|
+
readonly internalType: "bool";
|
|
245
|
+
}];
|
|
246
|
+
readonly stateMutability: "pure";
|
|
247
|
+
}, {
|
|
248
|
+
readonly type: "function";
|
|
249
|
+
readonly name: "verifyV3SlowRelayFulfillment";
|
|
250
|
+
readonly inputs: readonly [{
|
|
251
|
+
readonly name: "root";
|
|
252
|
+
readonly type: "bytes32";
|
|
253
|
+
readonly internalType: "bytes32";
|
|
254
|
+
}, {
|
|
255
|
+
readonly name: "slowFill";
|
|
256
|
+
readonly type: "tuple";
|
|
257
|
+
readonly internalType: "struct V3SpokePoolInterface.V3SlowFill";
|
|
258
|
+
readonly components: readonly [{
|
|
259
|
+
readonly name: "relayData";
|
|
260
|
+
readonly type: "tuple";
|
|
261
|
+
readonly internalType: "struct V3SpokePoolInterface.V3RelayData";
|
|
262
|
+
readonly components: readonly [{
|
|
263
|
+
readonly name: "depositor";
|
|
264
|
+
readonly type: "bytes32";
|
|
265
|
+
readonly internalType: "bytes32";
|
|
266
|
+
}, {
|
|
267
|
+
readonly name: "recipient";
|
|
268
|
+
readonly type: "bytes32";
|
|
269
|
+
readonly internalType: "bytes32";
|
|
270
|
+
}, {
|
|
271
|
+
readonly name: "exclusiveRelayer";
|
|
272
|
+
readonly type: "bytes32";
|
|
273
|
+
readonly internalType: "bytes32";
|
|
274
|
+
}, {
|
|
275
|
+
readonly name: "inputToken";
|
|
276
|
+
readonly type: "bytes32";
|
|
277
|
+
readonly internalType: "bytes32";
|
|
278
|
+
}, {
|
|
279
|
+
readonly name: "outputToken";
|
|
280
|
+
readonly type: "bytes32";
|
|
281
|
+
readonly internalType: "bytes32";
|
|
282
|
+
}, {
|
|
283
|
+
readonly name: "inputAmount";
|
|
284
|
+
readonly type: "uint256";
|
|
285
|
+
readonly internalType: "uint256";
|
|
286
|
+
}, {
|
|
287
|
+
readonly name: "outputAmount";
|
|
288
|
+
readonly type: "uint256";
|
|
289
|
+
readonly internalType: "uint256";
|
|
290
|
+
}, {
|
|
291
|
+
readonly name: "originChainId";
|
|
292
|
+
readonly type: "uint256";
|
|
293
|
+
readonly internalType: "uint256";
|
|
294
|
+
}, {
|
|
295
|
+
readonly name: "depositId";
|
|
296
|
+
readonly type: "uint256";
|
|
297
|
+
readonly internalType: "uint256";
|
|
298
|
+
}, {
|
|
299
|
+
readonly name: "fillDeadline";
|
|
300
|
+
readonly type: "uint32";
|
|
301
|
+
readonly internalType: "uint32";
|
|
302
|
+
}, {
|
|
303
|
+
readonly name: "exclusivityDeadline";
|
|
304
|
+
readonly type: "uint32";
|
|
305
|
+
readonly internalType: "uint32";
|
|
306
|
+
}, {
|
|
307
|
+
readonly name: "message";
|
|
308
|
+
readonly type: "bytes";
|
|
309
|
+
readonly internalType: "bytes";
|
|
310
|
+
}];
|
|
311
|
+
}, {
|
|
312
|
+
readonly name: "chainId";
|
|
313
|
+
readonly type: "uint256";
|
|
314
|
+
readonly internalType: "uint256";
|
|
315
|
+
}, {
|
|
316
|
+
readonly name: "updatedOutputAmount";
|
|
317
|
+
readonly type: "uint256";
|
|
318
|
+
readonly internalType: "uint256";
|
|
319
|
+
}];
|
|
320
|
+
}, {
|
|
321
|
+
readonly name: "proof";
|
|
322
|
+
readonly type: "bytes32[]";
|
|
323
|
+
readonly internalType: "bytes32[]";
|
|
324
|
+
}];
|
|
325
|
+
readonly outputs: readonly [{
|
|
326
|
+
readonly name: "";
|
|
327
|
+
readonly type: "bool";
|
|
328
|
+
readonly internalType: "bool";
|
|
329
|
+
}];
|
|
330
|
+
readonly stateMutability: "pure";
|
|
331
|
+
}];
|
|
332
|
+
static createInterface(): MerkleLibTestInterface;
|
|
333
|
+
static connect(address: string, signerOrProvider: Signer | Provider): MerkleLibTest;
|
|
334
|
+
}
|
|
335
|
+
//# sourceMappingURL=MerkleLibTest__factory.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MerkleLibTest__factory.d.ts","sourceRoot":"","sources":["../../../../../../../src/utils/abi/typechain/factories/MerkleLibTest__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,aAAa,EAAE,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AA6a9E,qBAAa,sBAAsB;IACjC,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,sBAAsB;IAGhD,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,aAAa;CAGjB"}
|