@ercworldio/blockchain-shared 1.0.3-dev.1-PROJ-1296.0 → 1.0.3-dev.3
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/build/chains/networks_prod-bu.json +5 -2
- package/build/chains/networks_prod-dz.json +10 -9
- package/build/chains/networks_stg-bu.json +2 -1
- package/build/chains/networks_stg-dz.json +2 -1
- package/build/chains/networks_stg-sh.json +2 -1
- package/build/chains/networks_stg-yb.json +2 -1
- package/build/contracts/artifacts/Escrow.json +490 -1979
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -1
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/index.d.ts +6 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/index.d.ts.map +1 -1
- package/build/contracts/typechain-types/contracts/escrow/Escrow.d.ts +76 -761
- package/build/contracts/typechain-types/contracts/escrow/Escrow.d.ts.map +1 -1
- package/build/contracts/typechain-types/contracts/escrow/EscrowAccessControl.d.ts +17 -65
- package/build/contracts/typechain-types/contracts/escrow/EscrowAccessControl.d.ts.map +1 -1
- package/build/contracts/typechain-types/contracts/index.d.ts +0 -2
- package/build/contracts/typechain-types/contracts/index.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.js +3 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.d.ts +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.js +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts +4 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/index.js +7 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.d.ts +12 -286
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.js +12 -374
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.d.ts +1 -137
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.js +1 -182
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.d.ts +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.js +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.d.ts +96 -1245
- package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.js +241 -1730
- package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.d.ts +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.js +1 -1
- package/build/contracts/typechain-types/factories/contracts/index.d.ts +0 -1
- package/build/contracts/typechain-types/factories/contracts/index.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/contracts/index.js +1 -2
- package/build/contracts/typechain-types/factories/contracts/mock/erc20/ERC20Mock__factory.d.ts +1 -1
- package/build/contracts/typechain-types/factories/contracts/mock/erc20/ERC20Mock__factory.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/contracts/mock/erc20/ERC20Mock__factory.js +1 -1
- package/build/contracts/typechain-types/index.d.ts +10 -4
- package/build/contracts/typechain-types/index.d.ts.map +1 -1
- package/build/contracts/typechain-types/index.js +11 -5
- package/build/errors/errors.d.ts +3 -0
- package/build/errors/errors.d.ts.map +1 -1
- package/build/errors/errors.js +6 -0
- package/package.json +1 -1
- package/build/contracts/typechain-types/contracts/lib/Events.d.ts +0 -386
- package/build/contracts/typechain-types/contracts/lib/Events.d.ts.map +0 -1
- package/build/contracts/typechain-types/contracts/lib/Events.js +0 -2
- package/build/contracts/typechain-types/contracts/lib/MultisigLib.d.ts +0 -21
- package/build/contracts/typechain-types/contracts/lib/MultisigLib.d.ts.map +0 -1
- package/build/contracts/typechain-types/contracts/lib/MultisigLib.js +0 -2
- package/build/contracts/typechain-types/contracts/lib/index.d.ts +0 -3
- package/build/contracts/typechain-types/contracts/lib/index.d.ts.map +0 -1
- package/build/contracts/typechain-types/contracts/lib/index.js +0 -2
- package/build/contracts/typechain-types/factories/contracts/lib/Events__factory.d.ts +0 -373
- package/build/contracts/typechain-types/factories/contracts/lib/Events__factory.d.ts.map +0 -1
- package/build/contracts/typechain-types/factories/contracts/lib/Events__factory.js +0 -473
- package/build/contracts/typechain-types/factories/contracts/lib/MultisigLib__factory.d.ts +0 -55
- package/build/contracts/typechain-types/factories/contracts/lib/MultisigLib__factory.d.ts.map +0 -1
- package/build/contracts/typechain-types/factories/contracts/lib/MultisigLib__factory.js +0 -82
- package/build/contracts/typechain-types/factories/contracts/lib/index.d.ts +0 -3
- package/build/contracts/typechain-types/factories/contracts/lib/index.d.ts.map +0 -1
- package/build/contracts/typechain-types/factories/contracts/lib/index.js +0 -10
- package/build/entities/AdminOperationThresholds.d.ts +0 -12
- package/build/entities/AdminOperationThresholds.d.ts.map +0 -1
- package/build/entities/AdminOperationThresholds.js +0 -56
- package/build/entities/EscrowRoles.d.ts +0 -12
- package/build/entities/EscrowRoles.d.ts.map +0 -1
- package/build/entities/EscrowRoles.js +0 -57
- package/build/entities/GlobalTimelock.d.ts +0 -14
- package/build/entities/GlobalTimelock.d.ts.map +0 -1
- package/build/entities/GlobalTimelock.js +0 -64
- package/build/entities/GranularTimelock .d.ts +0 -12
- package/build/entities/GranularTimelock .d.ts.map +0 -1
- package/build/entities/GranularTimelock .js +0 -56
- package/build/entities/OperationType.d.ts +0 -18
- package/build/entities/OperationType.d.ts.map +0 -1
- package/build/entities/OperationType.js +0 -50
- package/build/entities/RoleHash.d.ts +0 -11
- package/build/entities/RoleHash.d.ts.map +0 -1
- package/build/entities/RoleHash.js +0 -52
- package/build/entities/Signatures.d.ts +0 -16
- package/build/entities/Signatures.d.ts.map +0 -1
- package/build/entities/Signatures.js +0 -72
- package/build/entities/TokenExecutionThresholds.d.ts +0 -16
- package/build/entities/TokenExecutionThresholds.d.ts.map +0 -1
- package/build/entities/TokenExecutionThresholds.js +0 -72
|
@@ -6,49 +6,6 @@ exports.EscrowErrors__factory = void 0;
|
|
|
6
6
|
/* eslint-disable */
|
|
7
7
|
const ethers_1 = require("ethers");
|
|
8
8
|
const _abi = [
|
|
9
|
-
{
|
|
10
|
-
inputs: [
|
|
11
|
-
{
|
|
12
|
-
internalType: "address",
|
|
13
|
-
name: "account",
|
|
14
|
-
type: "address",
|
|
15
|
-
},
|
|
16
|
-
],
|
|
17
|
-
name: "AccountAlreadyHasSignerRole",
|
|
18
|
-
type: "error",
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
inputs: [],
|
|
22
|
-
name: "AdminMultisigConfigNotSet",
|
|
23
|
-
type: "error",
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
inputs: [
|
|
27
|
-
{
|
|
28
|
-
internalType: "uint256",
|
|
29
|
-
name: "requestId",
|
|
30
|
-
type: "uint256",
|
|
31
|
-
},
|
|
32
|
-
],
|
|
33
|
-
name: "AlreadyCreatedTransaction",
|
|
34
|
-
type: "error",
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
inputs: [
|
|
38
|
-
{
|
|
39
|
-
internalType: "bytes32",
|
|
40
|
-
name: "commitmentHash",
|
|
41
|
-
type: "bytes32",
|
|
42
|
-
},
|
|
43
|
-
],
|
|
44
|
-
name: "CommitmentNotFound",
|
|
45
|
-
type: "error",
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
inputs: [],
|
|
49
|
-
name: "ConfigGroupNotSet",
|
|
50
|
-
type: "error",
|
|
51
|
-
},
|
|
52
9
|
{
|
|
53
10
|
inputs: [],
|
|
54
11
|
name: "ContractBusy",
|
|
@@ -85,11 +42,6 @@ const _abi = [
|
|
|
85
42
|
name: "ExceedsLimit",
|
|
86
43
|
type: "error",
|
|
87
44
|
},
|
|
88
|
-
{
|
|
89
|
-
inputs: [],
|
|
90
|
-
name: "ExceedsMax",
|
|
91
|
-
type: "error",
|
|
92
|
-
},
|
|
93
45
|
{
|
|
94
46
|
inputs: [],
|
|
95
47
|
name: "ExceedsMaxBatch",
|
|
@@ -121,101 +73,16 @@ const _abi = [
|
|
|
121
73
|
name: "InsufficientBalance",
|
|
122
74
|
type: "error",
|
|
123
75
|
},
|
|
124
|
-
{
|
|
125
|
-
inputs: [
|
|
126
|
-
{
|
|
127
|
-
internalType: "uint256",
|
|
128
|
-
name: "required",
|
|
129
|
-
type: "uint256",
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
internalType: "uint256",
|
|
133
|
-
name: "provided",
|
|
134
|
-
type: "uint256",
|
|
135
|
-
},
|
|
136
|
-
],
|
|
137
|
-
name: "InsufficientExecutiveSigs",
|
|
138
|
-
type: "error",
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
inputs: [
|
|
142
|
-
{
|
|
143
|
-
internalType: "uint256",
|
|
144
|
-
name: "required",
|
|
145
|
-
type: "uint256",
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
internalType: "uint256",
|
|
149
|
-
name: "provided",
|
|
150
|
-
type: "uint256",
|
|
151
|
-
},
|
|
152
|
-
],
|
|
153
|
-
name: "InsufficientManagerSigs",
|
|
154
|
-
type: "error",
|
|
155
|
-
},
|
|
156
76
|
{
|
|
157
77
|
inputs: [],
|
|
158
78
|
name: "InsufficientReserves",
|
|
159
79
|
type: "error",
|
|
160
80
|
},
|
|
161
|
-
{
|
|
162
|
-
inputs: [],
|
|
163
|
-
name: "InvalidConfig",
|
|
164
|
-
type: "error",
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
inputs: [
|
|
168
|
-
{
|
|
169
|
-
internalType: "uint256",
|
|
170
|
-
name: "sig_idx",
|
|
171
|
-
type: "uint256",
|
|
172
|
-
},
|
|
173
|
-
],
|
|
174
|
-
name: "InvalidMultiSig",
|
|
175
|
-
type: "error",
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
inputs: [
|
|
179
|
-
{
|
|
180
|
-
internalType: "uint256",
|
|
181
|
-
name: "expected",
|
|
182
|
-
type: "uint256",
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
internalType: "uint256",
|
|
186
|
-
name: "provided",
|
|
187
|
-
type: "uint256",
|
|
188
|
-
},
|
|
189
|
-
],
|
|
190
|
-
name: "InvalidNonce",
|
|
191
|
-
type: "error",
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
inputs: [],
|
|
195
|
-
name: "InvalidOperation",
|
|
196
|
-
type: "error",
|
|
197
|
-
},
|
|
198
81
|
{
|
|
199
82
|
inputs: [],
|
|
200
83
|
name: "InvalidSignature",
|
|
201
84
|
type: "error",
|
|
202
85
|
},
|
|
203
|
-
{
|
|
204
|
-
inputs: [],
|
|
205
|
-
name: "InvalidSignatures",
|
|
206
|
-
type: "error",
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
inputs: [
|
|
210
|
-
{
|
|
211
|
-
internalType: "address",
|
|
212
|
-
name: "tokenAddress",
|
|
213
|
-
type: "address",
|
|
214
|
-
},
|
|
215
|
-
],
|
|
216
|
-
name: "MultisigConfigNotSet",
|
|
217
|
-
type: "error",
|
|
218
|
-
},
|
|
219
86
|
{
|
|
220
87
|
inputs: [],
|
|
221
88
|
name: "NotAdmin",
|
|
@@ -247,59 +114,11 @@ const _abi = [
|
|
|
247
114
|
name: "RequestAlreadyFulfilled",
|
|
248
115
|
type: "error",
|
|
249
116
|
},
|
|
250
|
-
{
|
|
251
|
-
inputs: [
|
|
252
|
-
{
|
|
253
|
-
internalType: "uint8",
|
|
254
|
-
name: "required_number",
|
|
255
|
-
type: "uint8",
|
|
256
|
-
},
|
|
257
|
-
],
|
|
258
|
-
name: "RequireMultiSig",
|
|
259
|
-
type: "error",
|
|
260
|
-
},
|
|
261
|
-
{
|
|
262
|
-
inputs: [],
|
|
263
|
-
name: "RequireTreasuryReceiverRole",
|
|
264
|
-
type: "error",
|
|
265
|
-
},
|
|
266
117
|
{
|
|
267
118
|
inputs: [],
|
|
268
119
|
name: "SignatureAlreadyUsed",
|
|
269
120
|
type: "error",
|
|
270
121
|
},
|
|
271
|
-
{
|
|
272
|
-
inputs: [],
|
|
273
|
-
name: "TimelockConfigGroupNotSet",
|
|
274
|
-
type: "error",
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
inputs: [
|
|
278
|
-
{
|
|
279
|
-
internalType: "address",
|
|
280
|
-
name: "tokenAddress",
|
|
281
|
-
type: "address",
|
|
282
|
-
},
|
|
283
|
-
],
|
|
284
|
-
name: "TimelockConfigNotSet",
|
|
285
|
-
type: "error",
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
inputs: [
|
|
289
|
-
{
|
|
290
|
-
internalType: "uint256",
|
|
291
|
-
name: "executeAt",
|
|
292
|
-
type: "uint256",
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
internalType: "uint256",
|
|
296
|
-
name: "currentTime",
|
|
297
|
-
type: "uint256",
|
|
298
|
-
},
|
|
299
|
-
],
|
|
300
|
-
name: "TimelockNotExpired",
|
|
301
|
-
type: "error",
|
|
302
|
-
},
|
|
303
122
|
{
|
|
304
123
|
inputs: [
|
|
305
124
|
{
|
|
@@ -354,7 +173,7 @@ const _abi = [
|
|
|
354
173
|
type: "error",
|
|
355
174
|
},
|
|
356
175
|
];
|
|
357
|
-
const _bytecode = "
|
|
176
|
+
const _bytecode = "0x6080604052348015600e575f5ffd5b50603e80601a5f395ff3fe60806040525f5ffdfea2646970667358221220b83b8515993748cf3ad799d2b62b6e689ff19f8c046c8c140bd49b57e376f42a64736f6c634300081c0033";
|
|
358
177
|
const isSuperArgs = (xs) => xs.length > 1;
|
|
359
178
|
class EscrowErrors__factory extends ethers_1.ContractFactory {
|
|
360
179
|
constructor(...args) {
|
package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ export declare class EscrowSignature__factory extends ContractFactory {
|
|
|
14
14
|
deploymentTransaction(): ContractTransactionResponse;
|
|
15
15
|
}>;
|
|
16
16
|
connect(runner: ContractRunner | null): EscrowSignature__factory;
|
|
17
|
-
static readonly bytecode = "
|
|
17
|
+
static readonly bytecode = "0x6080604052348015600e575f5ffd5b5061065c8061001c5f395ff3fe608060405234801561000f575f5ffd5b506004361061004a575f3560e01c806331993fdf1461004e5780633644e51514610063578063ac21242d1461007e578063d37dbaa2146100a9575b5f5ffd5b61006161005c3660046104b9565b6100bc565b005b61006b5f5481565b6040519081526020015b60405180910390f35b61009161008c366004610539565b6100fc565b6040516001600160a01b039091168152602001610075565b6100916100b7366004610539565b610170565b6100c46101c5565b6100f66040518060800160405280848152602001838152602001468152602001306001600160a01b0316815250610215565b5f555050565b5f5f6101506040518060a001604052805f600281111561011e5761011e610596565b8152602001898152602001886001600160a01b03168152602001876001600160a01b03168152602001868152506102b0565b805160208201209091506101648185610316565b98975050505050505050565b5f5f6101506040518060a001604052806001600281111561019357610193610596565b8152602001898152602001886001600160a01b03168152602001876001600160a01b03168152602001868152506103ca565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff1661021357604051631afcd79f60e31b815260040160405180910390fd5b565b5f7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f825f015180519060200120836020015180519060200120846040015185606001516040516020016102939594939291909485526020850193909352604084019190915260608301526001600160a01b0316608082015260a00190565b604051602081830303815290604052805190602001209050919050565b60607fe35cf8b8df51aa49768d4a7859037953b72f9188d7c60825dfd506ac7c8d430c825f01518360200151846040015185606001518660800151604051602001610300969594939291906105aa565b6040516020818303038152906040529050919050565b5f805460405161190160f01b6020820152602281019190915260428101849052819060620160408051601f19818403018152919052805160209182012091506001908290610366908601866105ff565b604080515f815260208181018084529490945260ff9092168282015291860135606082015290850135608082015260a0016020604051602081039080840390855afa1580156103b7573d5f5f3e3d5ffd5b5050604051601f19015195945050505050565b60607f30df4329ee18debd99f937f6d70edc594d2957d5c194e77ab788df398c193af2825f01518360200151846040015185606001518660800151604051602001610300969594939291906105aa565b634e487b7160e01b5f52604160045260245ffd5b5f82601f83011261043d575f5ffd5b813567ffffffffffffffff8111156104575761045761041a565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156104865761048661041a565b60405281815283820160200185101561049d575f5ffd5b816020850160208301375f918101602001919091529392505050565b5f5f604083850312156104ca575f5ffd5b823567ffffffffffffffff8111156104e0575f5ffd5b6104ec8582860161042e565b925050602083013567ffffffffffffffff811115610508575f5ffd5b6105148582860161042e565b9150509250929050565b80356001600160a01b0381168114610534575f5ffd5b919050565b5f5f5f5f5f85870360e081121561054e575f5ffd5b8635955061055e6020880161051e565b945061056c6040880161051e565b93506060878101359350607f1982011215610585575f5ffd5b506080860190509295509295909350565b634e487b7160e01b5f52602160045260245ffd5b86815260c08101600387106105cd57634e487b7160e01b5f52602160045260245ffd5b602082019690965260408101949094526001600160a01b0392831660608501529116608083015260a090910152919050565b5f6020828403121561060f575f5ffd5b813560ff8116811461061f575f5ffd5b939250505056fea26469706673582212207a6616592a7bca78e5544687fcdda2ed055cde0273947730a0f0872fa13f1e9d64736f6c634300081c0033";
|
|
18
18
|
static readonly abi: readonly [{
|
|
19
19
|
readonly inputs: readonly [];
|
|
20
20
|
readonly name: "InvalidInitialization";
|
package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EscrowSignature__factory.d.ts","sourceRoot":"","sources":["../../../../../../src/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.ts"],"names":[],"mappings":"AAGA,OAAO,EAEL,eAAe,EACf,2BAA2B,EAE5B,MAAM,QAAQ,CAAC;AAChB,OAAO,KAAK,EAAE,MAAM,EAAE,yBAAyB,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;AAChF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,KAAK,EACV,eAAe,EACf,wBAAwB,EACzB,MAAM,2CAA2C,CAAC;AA8KnD,KAAK,gCAAgC,GACjC,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,GACjB,qBAAqB,CAAC,OAAO,eAAe,CAAC,CAAC;AAMlD,qBAAa,wBAAyB,SAAQ,eAAe;gBAC/C,GAAG,IAAI,EAAE,gCAAgC;IAQ5C,oBAAoB,CAC3B,SAAS,CAAC,EAAE,mBAAmB,GAAG;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,GAClD,OAAO,CAAC,yBAAyB,CAAC;IAG5B,MAAM,CAAC,SAAS,CAAC,EAAE,mBAAmB,GAAG;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,GACzB,OAAO,CAC7C,eAAe,GAAG;QAChB,qBAAqB,IAAI,2BAA2B,CAAC;KACtD,CACF;IAEM,OAAO,CAAC,MAAM,EAAE,cAAc,GAAG,IAAI,GAAG,wBAAwB;IAIzE,MAAM,CAAC,QAAQ,CAAC,QAAQ,
|
|
1
|
+
{"version":3,"file":"EscrowSignature__factory.d.ts","sourceRoot":"","sources":["../../../../../../src/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.ts"],"names":[],"mappings":"AAGA,OAAO,EAEL,eAAe,EACf,2BAA2B,EAE5B,MAAM,QAAQ,CAAC;AAChB,OAAO,KAAK,EAAE,MAAM,EAAE,yBAAyB,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;AAChF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,KAAK,EACV,eAAe,EACf,wBAAwB,EACzB,MAAM,2CAA2C,CAAC;AA8KnD,KAAK,gCAAgC,GACjC,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,GACjB,qBAAqB,CAAC,OAAO,eAAe,CAAC,CAAC;AAMlD,qBAAa,wBAAyB,SAAQ,eAAe;gBAC/C,GAAG,IAAI,EAAE,gCAAgC;IAQ5C,oBAAoB,CAC3B,SAAS,CAAC,EAAE,mBAAmB,GAAG;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,GAClD,OAAO,CAAC,yBAAyB,CAAC;IAG5B,MAAM,CAAC,SAAS,CAAC,EAAE,mBAAmB,GAAG;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,GACzB,OAAO,CAC7C,eAAe,GAAG;QAChB,qBAAqB,IAAI,2BAA2B,CAAC;KACtD,CACF;IAEM,OAAO,CAAC,MAAM,EAAE,cAAc,GAAG,IAAI,GAAG,wBAAwB;IAIzE,MAAM,CAAC,QAAQ,CAAC,QAAQ,wvGAAa;IACrC,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,wBAAwB;IAGlD,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,MAAM,CAAC,EAAE,cAAc,GAAG,IAAI,GAC7B,eAAe;CAGnB"}
|
package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.js
CHANGED
|
@@ -173,7 +173,7 @@ const _abi = [
|
|
|
173
173
|
type: "function",
|
|
174
174
|
},
|
|
175
175
|
];
|
|
176
|
-
const _bytecode = "
|
|
176
|
+
const _bytecode = "0x6080604052348015600e575f5ffd5b5061065c8061001c5f395ff3fe608060405234801561000f575f5ffd5b506004361061004a575f3560e01c806331993fdf1461004e5780633644e51514610063578063ac21242d1461007e578063d37dbaa2146100a9575b5f5ffd5b61006161005c3660046104b9565b6100bc565b005b61006b5f5481565b6040519081526020015b60405180910390f35b61009161008c366004610539565b6100fc565b6040516001600160a01b039091168152602001610075565b6100916100b7366004610539565b610170565b6100c46101c5565b6100f66040518060800160405280848152602001838152602001468152602001306001600160a01b0316815250610215565b5f555050565b5f5f6101506040518060a001604052805f600281111561011e5761011e610596565b8152602001898152602001886001600160a01b03168152602001876001600160a01b03168152602001868152506102b0565b805160208201209091506101648185610316565b98975050505050505050565b5f5f6101506040518060a001604052806001600281111561019357610193610596565b8152602001898152602001886001600160a01b03168152602001876001600160a01b03168152602001868152506103ca565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff1661021357604051631afcd79f60e31b815260040160405180910390fd5b565b5f7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f825f015180519060200120836020015180519060200120846040015185606001516040516020016102939594939291909485526020850193909352604084019190915260608301526001600160a01b0316608082015260a00190565b604051602081830303815290604052805190602001209050919050565b60607fe35cf8b8df51aa49768d4a7859037953b72f9188d7c60825dfd506ac7c8d430c825f01518360200151846040015185606001518660800151604051602001610300969594939291906105aa565b6040516020818303038152906040529050919050565b5f805460405161190160f01b6020820152602281019190915260428101849052819060620160408051601f19818403018152919052805160209182012091506001908290610366908601866105ff565b604080515f815260208181018084529490945260ff9092168282015291860135606082015290850135608082015260a0016020604051602081039080840390855afa1580156103b7573d5f5f3e3d5ffd5b5050604051601f19015195945050505050565b60607f30df4329ee18debd99f937f6d70edc594d2957d5c194e77ab788df398c193af2825f01518360200151846040015185606001518660800151604051602001610300969594939291906105aa565b634e487b7160e01b5f52604160045260245ffd5b5f82601f83011261043d575f5ffd5b813567ffffffffffffffff8111156104575761045761041a565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156104865761048661041a565b60405281815283820160200185101561049d575f5ffd5b816020850160208301375f918101602001919091529392505050565b5f5f604083850312156104ca575f5ffd5b823567ffffffffffffffff8111156104e0575f5ffd5b6104ec8582860161042e565b925050602083013567ffffffffffffffff811115610508575f5ffd5b6105148582860161042e565b9150509250929050565b80356001600160a01b0381168114610534575f5ffd5b919050565b5f5f5f5f5f85870360e081121561054e575f5ffd5b8635955061055e6020880161051e565b945061056c6040880161051e565b93506060878101359350607f1982011215610585575f5ffd5b506080860190509295509295909350565b634e487b7160e01b5f52602160045260245ffd5b86815260c08101600387106105cd57634e487b7160e01b5f52602160045260245ffd5b602082019690965260408101949094526001600160a01b0392831660608501529116608083015260a090910152919050565b5f6020828403121561060f575f5ffd5b813560ff8116811461061f575f5ffd5b939250505056fea26469706673582212207a6616592a7bca78e5544687fcdda2ed055cde0273947730a0f0872fa13f1e9d64736f6c634300081c0033";
|
|
177
177
|
const isSuperArgs = (xs) => xs.length > 1;
|
|
178
178
|
class EscrowSignature__factory extends ethers_1.ContractFactory {
|
|
179
179
|
constructor(...args) {
|