@@ -18,9 +18,9 @@ actions:
1818 creationCode :
1919 type : " constructor-encode"
2020 arguments :
21- creationCode : " {{Contract(./build-info/beta-2/stage-1.json:Stage1Module).creationCode}}"
22- types : ["address"]
23- values : ["{{factory.address}}"]
21+ creationCode : " {{Contract(./build-info/beta-2/stage-1-4337 .json:Stage1Module).creationCode}}"
22+ types : ["address", "address" ]
23+ values : ["{{factory.address}}", "{{address-zero}}" ]
2424 output : true
2525
2626 - name : " stage-1-module-4337-07"
@@ -94,12 +94,12 @@ actions:
9494 depends_on : ["stage-1-module"]
9595 arguments :
9696 address : " {{stage-1-module.address}}"
97- contract : " {{Contract(./build-info/beta-2/stage-1.json:Stage1Module)}}"
97+ contract : " {{Contract(./build-info/beta-2/stage-1-4337 .json:Stage1Module)}}"
9898 constructorArguments :
9999 type : " constructor-encode"
100100 arguments :
101- types : ["address"]
102- values : ["{{factory.address}}"]
101+ types : ["address", "address" ]
102+ values : ["{{factory.address}}", "{{address-zero}}" ]
103103 output : false
104104
105105 - name : " verify-stage-2-module"
@@ -112,7 +112,12 @@ actions:
112112 to : " {{stage-1-module.address}}"
113113 signature : " STAGE_2_IMPLEMENTATION() returns (address)"
114114 values : []
115- contract : " {{Contract(./build-info/beta-2/stage-1.json:Stage2Module)}}"
115+ contract : " {{Contract(./build-info/beta-2/stage-1-4337.json:Stage2Module)}}"
116+ constructorArguments :
117+ type : " constructor-encode"
118+ arguments :
119+ types : ["address"]
120+ values : ["{{address-zero}}"]
116121 output : false
117122
118123 # It fails for some unknown reason
0 commit comments