@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.
Files changed (96) hide show
  1. package/build/chains/networks_prod-bu.json +5 -2
  2. package/build/chains/networks_prod-dz.json +10 -9
  3. package/build/chains/networks_stg-bu.json +2 -1
  4. package/build/chains/networks_stg-dz.json +2 -1
  5. package/build/chains/networks_stg-sh.json +2 -1
  6. package/build/chains/networks_stg-yb.json +2 -1
  7. package/build/contracts/artifacts/Escrow.json +490 -1979
  8. package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts +1 -0
  9. package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -1
  10. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/index.d.ts +6 -0
  11. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/index.d.ts.map +1 -1
  12. package/build/contracts/typechain-types/contracts/escrow/Escrow.d.ts +76 -761
  13. package/build/contracts/typechain-types/contracts/escrow/Escrow.d.ts.map +1 -1
  14. package/build/contracts/typechain-types/contracts/escrow/EscrowAccessControl.d.ts +17 -65
  15. package/build/contracts/typechain-types/contracts/escrow/EscrowAccessControl.d.ts.map +1 -1
  16. package/build/contracts/typechain-types/contracts/index.d.ts +0 -2
  17. package/build/contracts/typechain-types/contracts/index.d.ts.map +1 -1
  18. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts +1 -0
  19. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -1
  20. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.js +3 -1
  21. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.d.ts +1 -1
  22. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.d.ts.map +1 -1
  23. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.js +1 -1
  24. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts +4 -0
  25. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts.map +1 -1
  26. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/index.js +7 -1
  27. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.d.ts +12 -286
  28. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.d.ts.map +1 -1
  29. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.js +12 -374
  30. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.d.ts +1 -137
  31. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.d.ts.map +1 -1
  32. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.js +1 -182
  33. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.d.ts +1 -1
  34. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.d.ts.map +1 -1
  35. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.js +1 -1
  36. package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.d.ts +96 -1245
  37. package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.d.ts.map +1 -1
  38. package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.js +241 -1730
  39. package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.d.ts +1 -1
  40. package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.d.ts.map +1 -1
  41. package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.js +1 -1
  42. package/build/contracts/typechain-types/factories/contracts/index.d.ts +0 -1
  43. package/build/contracts/typechain-types/factories/contracts/index.d.ts.map +1 -1
  44. package/build/contracts/typechain-types/factories/contracts/index.js +1 -2
  45. package/build/contracts/typechain-types/factories/contracts/mock/erc20/ERC20Mock__factory.d.ts +1 -1
  46. package/build/contracts/typechain-types/factories/contracts/mock/erc20/ERC20Mock__factory.d.ts.map +1 -1
  47. package/build/contracts/typechain-types/factories/contracts/mock/erc20/ERC20Mock__factory.js +1 -1
  48. package/build/contracts/typechain-types/index.d.ts +10 -4
  49. package/build/contracts/typechain-types/index.d.ts.map +1 -1
  50. package/build/contracts/typechain-types/index.js +11 -5
  51. package/build/errors/errors.d.ts +3 -0
  52. package/build/errors/errors.d.ts.map +1 -1
  53. package/build/errors/errors.js +6 -0
  54. package/package.json +1 -1
  55. package/build/contracts/typechain-types/contracts/lib/Events.d.ts +0 -386
  56. package/build/contracts/typechain-types/contracts/lib/Events.d.ts.map +0 -1
  57. package/build/contracts/typechain-types/contracts/lib/Events.js +0 -2
  58. package/build/contracts/typechain-types/contracts/lib/MultisigLib.d.ts +0 -21
  59. package/build/contracts/typechain-types/contracts/lib/MultisigLib.d.ts.map +0 -1
  60. package/build/contracts/typechain-types/contracts/lib/MultisigLib.js +0 -2
  61. package/build/contracts/typechain-types/contracts/lib/index.d.ts +0 -3
  62. package/build/contracts/typechain-types/contracts/lib/index.d.ts.map +0 -1
  63. package/build/contracts/typechain-types/contracts/lib/index.js +0 -2
  64. package/build/contracts/typechain-types/factories/contracts/lib/Events__factory.d.ts +0 -373
  65. package/build/contracts/typechain-types/factories/contracts/lib/Events__factory.d.ts.map +0 -1
  66. package/build/contracts/typechain-types/factories/contracts/lib/Events__factory.js +0 -473
  67. package/build/contracts/typechain-types/factories/contracts/lib/MultisigLib__factory.d.ts +0 -55
  68. package/build/contracts/typechain-types/factories/contracts/lib/MultisigLib__factory.d.ts.map +0 -1
  69. package/build/contracts/typechain-types/factories/contracts/lib/MultisigLib__factory.js +0 -82
  70. package/build/contracts/typechain-types/factories/contracts/lib/index.d.ts +0 -3
  71. package/build/contracts/typechain-types/factories/contracts/lib/index.d.ts.map +0 -1
  72. package/build/contracts/typechain-types/factories/contracts/lib/index.js +0 -10
  73. package/build/entities/AdminOperationThresholds.d.ts +0 -12
  74. package/build/entities/AdminOperationThresholds.d.ts.map +0 -1
  75. package/build/entities/AdminOperationThresholds.js +0 -56
  76. package/build/entities/EscrowRoles.d.ts +0 -12
  77. package/build/entities/EscrowRoles.d.ts.map +0 -1
  78. package/build/entities/EscrowRoles.js +0 -57
  79. package/build/entities/GlobalTimelock.d.ts +0 -14
  80. package/build/entities/GlobalTimelock.d.ts.map +0 -1
  81. package/build/entities/GlobalTimelock.js +0 -64
  82. package/build/entities/GranularTimelock .d.ts +0 -12
  83. package/build/entities/GranularTimelock .d.ts.map +0 -1
  84. package/build/entities/GranularTimelock .js +0 -56
  85. package/build/entities/OperationType.d.ts +0 -18
  86. package/build/entities/OperationType.d.ts.map +0 -1
  87. package/build/entities/OperationType.js +0 -50
  88. package/build/entities/RoleHash.d.ts +0 -11
  89. package/build/entities/RoleHash.d.ts.map +0 -1
  90. package/build/entities/RoleHash.js +0 -52
  91. package/build/entities/Signatures.d.ts +0 -16
  92. package/build/entities/Signatures.d.ts.map +0 -1
  93. package/build/entities/Signatures.js +0 -72
  94. package/build/entities/TokenExecutionThresholds.d.ts +0 -16
  95. package/build/entities/TokenExecutionThresholds.d.ts.map +0 -1
  96. 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 = "0x608080604052346013576039908160188239f35b5f80fdfe5f80fdfea26469706673582212208e24049145c9185989f8abd9c00ee44eae1461a3447dd62a7c4bdeef2dccdf8e64736f6c634300081c0033";
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) {
@@ -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 = "0x608080604052346015576104e6908161001a8239f35b5f80fdfe60806040526004361015610011575f80fd5b5f5f3560e01c806331993fdf1461021a5780633644e515146101fe578063ac21242d146101465763d37dbaa214610046575f80fd5b3461014357610054366103e9565b94806080604096939495965161006981610355565b6001815260208101948552604081019760018060a01b03168852606081019660018060a01b031687520193845261012f57602061011d8787878787519260018060a01b039051169160018060a01b0390511690519060405192878401947f30df4329ee18debd99f937f6d70edc594d2957d5c194e77ab788df398c193af28652600160408601526060850152608084015260a083015260c082015260c0815261011360e082610371565b5190205f54610435565b6040516001600160a01b039091168152f35b634e487b7160e01b81526021600452602490fd5b80fd5b346101fa57602061011d610159366103e9565b93608060405161016881610355565b5f8082528982019384526001600160a01b03968716604080840191825296881660608085019182529490930186905293519351915186517fe35cf8b8df51aa49768d4a7859037953b72f9188d7c60825dfd506ac7c8d430c818d0190815297810192909252928101939093528516608083015290931660a084015260c08084019190915282529061011360e082610371565b5f80fd5b346101fa575f3660031901126101fa5760205f54604051908152f35b346101fa5760403660031901126101fa5760043567ffffffffffffffff81116101fa5761024b903690600401610393565b60243567ffffffffffffffff81116101fa5761026b903690600401610393565b9060ff7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005460401c1615610346576040516080810181811067ffffffffffffffff821117610332576040528181528260208201524660408201526060309101526020815191012090602081519101206040519060208201927f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f8452604083015260608201524660808201523060a082015260a0815261032b60c082610371565b5190205f55005b634e487b7160e01b5f52604160045260245ffd5b631afcd79f60e31b5f5260045ffd5b60a0810190811067ffffffffffffffff82111761033257604052565b90601f8019910116810190811067ffffffffffffffff82111761033257604052565b81601f820112156101fa5780359067ffffffffffffffff821161033257604051926103c8601f8401601f191660200185610371565b828452602083830101116101fa57815f926020809301838601378301015290565b60e06003198201126101fa57600435916024356001600160a01b03811681036101fa57916044356001600160a01b03811681036101fa579160606064359260831901126101fa57608490565b9060405190602082019261190160f01b84526022830152604282015260428152610460606282610371565b5190209080359060ff82168092036101fa5760209260406080925f9482519384528684015285810135828401520135606082015282805260015afa156104a5575f5190565b6040513d5f823e3d90fdfea26469706673582212207971ec261023fbacbe90d76b22d09f866c6bff08ff1b51b344fb8e5ae16327ae64736f6c634300081c0033";
17
+ static readonly bytecode = "0x6080604052348015600e575f5ffd5b5061065c8061001c5f395ff3fe608060405234801561000f575f5ffd5b506004361061004a575f3560e01c806331993fdf1461004e5780633644e51514610063578063ac21242d1461007e578063d37dbaa2146100a9575b5f5ffd5b61006161005c3660046104b9565b6100bc565b005b61006b5f5481565b6040519081526020015b60405180910390f35b61009161008c366004610539565b6100fc565b6040516001600160a01b039091168152602001610075565b6100916100b7366004610539565b610170565b6100c46101c5565b6100f66040518060800160405280848152602001838152602001468152602001306001600160a01b0316815250610215565b5f555050565b5f5f6101506040518060a001604052805f600281111561011e5761011e610596565b8152602001898152602001886001600160a01b03168152602001876001600160a01b03168152602001868152506102b0565b805160208201209091506101648185610316565b98975050505050505050565b5f5f6101506040518060a001604052806001600281111561019357610193610596565b8152602001898152602001886001600160a01b03168152602001876001600160a01b03168152602001868152506103ca565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff1661021357604051631afcd79f60e31b815260040160405180910390fd5b565b5f7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f825f015180519060200120836020015180519060200120846040015185606001516040516020016102939594939291909485526020850193909352604084019190915260608301526001600160a01b0316608082015260a00190565b604051602081830303815290604052805190602001209050919050565b60607fe35cf8b8df51aa49768d4a7859037953b72f9188d7c60825dfd506ac7c8d430c825f01518360200151846040015185606001518660800151604051602001610300969594939291906105aa565b6040516020818303038152906040529050919050565b5f805460405161190160f01b6020820152602281019190915260428101849052819060620160408051601f19818403018152919052805160209182012091506001908290610366908601866105ff565b604080515f815260208181018084529490945260ff9092168282015291860135606082015290850135608082015260a0016020604051602081039080840390855afa1580156103b7573d5f5f3e3d5ffd5b5050604051601f19015195945050505050565b60607f30df4329ee18debd99f937f6d70edc594d2957d5c194e77ab788df398c193af2825f01518360200151846040015185606001518660800151604051602001610300969594939291906105aa565b634e487b7160e01b5f52604160045260245ffd5b5f82601f83011261043d575f5ffd5b813567ffffffffffffffff8111156104575761045761041a565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156104865761048661041a565b60405281815283820160200185101561049d575f5ffd5b816020850160208301375f918101602001919091529392505050565b5f5f604083850312156104ca575f5ffd5b823567ffffffffffffffff8111156104e0575f5ffd5b6104ec8582860161042e565b925050602083013567ffffffffffffffff811115610508575f5ffd5b6105148582860161042e565b9150509250929050565b80356001600160a01b0381168114610534575f5ffd5b919050565b5f5f5f5f5f85870360e081121561054e575f5ffd5b8635955061055e6020880161051e565b945061056c6040880161051e565b93506060878101359350607f1982011215610585575f5ffd5b506080860190509295509295909350565b634e487b7160e01b5f52602160045260245ffd5b86815260c08101600387106105cd57634e487b7160e01b5f52602160045260245ffd5b602082019690965260408101949094526001600160a01b0392831660608501529116608083015260a090910152919050565b5f6020828403121561060f575f5ffd5b813560ff8116811461061f575f5ffd5b939250505056fea26469706673582212207a6616592a7bca78e5544687fcdda2ed055cde0273947730a0f0872fa13f1e9d64736f6c634300081c0033";
18
18
  static readonly abi: readonly [{
19
19
  readonly inputs: readonly [];
20
20
  readonly name: "InvalidInitialization";
@@ -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,wgFAAa;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"}
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"}
@@ -173,7 +173,7 @@ const _abi = [
173
173
  type: "function",
174
174
  },
175
175
  ];
176
- const _bytecode = "0x608080604052346015576104e6908161001a8239f35b5f80fdfe60806040526004361015610011575f80fd5b5f5f3560e01c806331993fdf1461021a5780633644e515146101fe578063ac21242d146101465763d37dbaa214610046575f80fd5b3461014357610054366103e9565b94806080604096939495965161006981610355565b6001815260208101948552604081019760018060a01b03168852606081019660018060a01b031687520193845261012f57602061011d8787878787519260018060a01b039051169160018060a01b0390511690519060405192878401947f30df4329ee18debd99f937f6d70edc594d2957d5c194e77ab788df398c193af28652600160408601526060850152608084015260a083015260c082015260c0815261011360e082610371565b5190205f54610435565b6040516001600160a01b039091168152f35b634e487b7160e01b81526021600452602490fd5b80fd5b346101fa57602061011d610159366103e9565b93608060405161016881610355565b5f8082528982019384526001600160a01b03968716604080840191825296881660608085019182529490930186905293519351915186517fe35cf8b8df51aa49768d4a7859037953b72f9188d7c60825dfd506ac7c8d430c818d0190815297810192909252928101939093528516608083015290931660a084015260c08084019190915282529061011360e082610371565b5f80fd5b346101fa575f3660031901126101fa5760205f54604051908152f35b346101fa5760403660031901126101fa5760043567ffffffffffffffff81116101fa5761024b903690600401610393565b60243567ffffffffffffffff81116101fa5761026b903690600401610393565b9060ff7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005460401c1615610346576040516080810181811067ffffffffffffffff821117610332576040528181528260208201524660408201526060309101526020815191012090602081519101206040519060208201927f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f8452604083015260608201524660808201523060a082015260a0815261032b60c082610371565b5190205f55005b634e487b7160e01b5f52604160045260245ffd5b631afcd79f60e31b5f5260045ffd5b60a0810190811067ffffffffffffffff82111761033257604052565b90601f8019910116810190811067ffffffffffffffff82111761033257604052565b81601f820112156101fa5780359067ffffffffffffffff821161033257604051926103c8601f8401601f191660200185610371565b828452602083830101116101fa57815f926020809301838601378301015290565b60e06003198201126101fa57600435916024356001600160a01b03811681036101fa57916044356001600160a01b03811681036101fa579160606064359260831901126101fa57608490565b9060405190602082019261190160f01b84526022830152604282015260428152610460606282610371565b5190209080359060ff82168092036101fa5760209260406080925f9482519384528684015285810135828401520135606082015282805260015afa156104a5575f5190565b6040513d5f823e3d90fdfea26469706673582212207971ec261023fbacbe90d76b22d09f866c6bff08ff1b51b344fb8e5ae16327ae64736f6c634300081c0033";
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) {