You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The new implementation solidity contract path and name, eg: contracts/examples/MultichainAclUpgradedExample.sol:MultichainAclUpgradedExample",
118
118
)
119
-
.addOptionalParam(
120
-
"reinitializeArgs",
121
-
`The reinitialize arguments for the new implementation, a list in JSON format, eg: '[ "arg1", { "arg2Field1": "arg2Value1" }, [{ "arg3Field1": "arg3Value1"}] ]'`,
122
-
[],
123
-
types.json,
124
-
)
125
119
.addOptionalParam(
126
120
"useInternalProxyAddress",
127
121
"If proxy address from the /addresses directory should be used",
"The new implementation solidity contract path and name, eg: contracts/examples/CiphertextCommitsUpgradedExample.sol:CiphertextCommitsUpgradedExample",
177
158
)
178
-
.addOptionalParam(
179
-
"reinitializeArgs",
180
-
`The reinitialize arguments for the new implementation, a list in JSON format, eg: '[ "arg1", { "arg2Field1": "arg2Value1" }, [{ "arg3Field1": "arg3Value1"}] ]'`,
181
-
[],
182
-
types.json,
183
-
)
184
159
.addOptionalParam(
185
160
"useInternalProxyAddress",
186
161
"If proxy address from the /addresses directory should be used",
"The new implementation solidity contract path and name, eg: contracts/examples/DecryptionUpgradedExample.sol:DecryptionUpgradedExample",
236
198
)
237
-
.addOptionalParam(
238
-
"reinitializeArgs",
239
-
`The reinitialize arguments for the new implementation, a list in JSON format, eg: '[ "arg1", { "arg2Field1": "arg2Value1" }, [{ "arg3Field1": "arg3Value1"}] ]'`,
240
-
[],
241
-
types.json,
242
-
)
243
199
.addOptionalParam(
244
200
"useInternalProxyAddress",
245
201
"If proxy address from the /addresses directory should be used",
"The new implementation solidity contract path and name, eg: contracts/examples/GatewayConfigUpgradedExample.sol:GatewayConfigUpgradedExample",
295
238
)
296
-
.addOptionalParam(
297
-
"reinitializeArgs",
298
-
`The reinitialize arguments for the new implementation, a list in JSON format, eg: '[ "arg1", { "arg2Field1": "arg2Value1" }, [{ "arg3Field1": "arg3Value1"}] ]'`,
299
-
[],
300
-
types.json,
301
-
)
302
239
.addOptionalParam(
303
240
"useInternalProxyAddress",
304
241
"If proxy address from the /addresses directory should be used",
"The new implementation solidity contract path and name, eg: contracts/examples/KmsManagementUpgradedExample.sol:KmsManagementUpgradedExample",
354
291
)
355
-
.addOptionalParam(
356
-
"reinitializeArgs",
357
-
`The reinitialize arguments for the new implementation, a list in JSON format, eg: '[ "arg1", { "arg2Field1": "arg2Value1" }, [{ "arg3Field1": "arg3Value1"}] ]'`,
358
-
[],
359
-
types.json,
360
-
)
361
292
.addOptionalParam(
362
293
"useInternalProxyAddress",
363
294
"If proxy address from the /addresses directory should be used",
"The new implementation solidity contract path and name, eg: contracts/examples/InputVerificationUpgradedExample.sol:InputVerificationUpgradedExample",
413
331
)
414
-
.addOptionalParam(
415
-
"reinitializeArgs",
416
-
`The reinitialize arguments for the new implementation, a list in JSON format, eg: '[ "arg1", { "arg2Field1": "arg2Value1" }, [{ "arg3Field1": "arg3Value1"}] ]'`,
417
-
[],
418
-
types.json,
419
-
)
420
332
.addOptionalParam(
421
333
"useInternalProxyAddress",
422
334
"If proxy address from the /addresses directory should be used",
0 commit comments