Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deployment/v2/3_deployContracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async function main() {

/*
* Check deploy parameters
* Check that every necessary parameter is fullfilled
* Check that every necessary parameter is fulfilled
*/
const mandatoryDeploymentParameters = [
'timelockAdminAddress',
Expand Down
2 changes: 1 addition & 1 deletion deployment/v2/4_createRollup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ async function main() {

/*
* Check deploy parameters
* Check that every necessary parameter is fullfilled
* Check that every necessary parameter is fulfilled
*/
const mandatoryDeploymentParameters = [
'trustedSequencerURL',
Expand Down
2 changes: 1 addition & 1 deletion tools/grantRole/grantRole.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async function main() {

/*
* Check deploy parameters
* Check that every necessary parameter is fullfilled
* Check that every necessary parameter is fulfilled
*/
const mandatoryDeploymentParameters = [
'roleName',
Expand Down
4 changes: 2 additions & 2 deletions tools/updateRollup/updateRollup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const pathOutputJson = path.join(__dirname, `./updateRollupOutput-${dateStr}.jso
async function main() {
/*
* Check parameters
* Check that every necessary parameter is fullfilled
* Check that every necessary parameter is fulfilled
*/
const mandatoryDeploymentParameters = ['type', 'polygonRollupManagerAddress'];

Expand Down Expand Up @@ -118,7 +118,7 @@ async function main() {
const updateRollupParameters = updateRollupsParameters.rollups[i];
/*
* Check parameters
* Check that every necessary parameter is fullfilled
* Check that every necessary parameter is fulfilled
*/
const mandatoryParametersRollup = ['rollupAddress', 'newRollupTypeID', 'upgradeData'];

Expand Down
2 changes: 1 addition & 1 deletion upgrade/upgradeBanana/upgradeBanana.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async function main() {

/*
* Check upgrade parameters
* Check that every necessary parameter is fullfilled
* Check that every necessary parameter is fulfilled
*/
const mandatoryUpgradeParameters = ['rollupManagerAddress', 'timelockDelay'];

Expand Down
4 changes: 2 additions & 2 deletions upgrade/upgradeToV2/upgradeToV2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async function main() {

/*
* Check upgrade parameters
* Check that every necessary parameter is fullfilled
* Check that every necessary parameter is fulfilled
*/
const mandatoryUpgradeParameters = ['realVerifier', 'newForkID', 'timelockDelay', 'polTokenAddress'];

Expand All @@ -54,7 +54,7 @@ async function main() {

/*
* Check output parameters
* Check that every necessary parameter is fullfilled
* Check that every necessary parameter is fulfilled
*/
const mandatoryOutputParameters = [
'polygonZkEVMBridgeAddress',
Expand Down