File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,12 @@ actions:
5252 template : " erc-2470"
5353 arguments :
5454 salt : " {{salt-zero}}"
55- creationCode : " {{Contract(./build-info/beta-3/all-contracts.json:TrailsRouterShim).creationCode}}"
55+ creationCode :
56+ type : " constructor-encode"
57+ arguments :
58+ creationCode : " {{Contract(./build-info/beta-3/all-contracts.json:TrailsRouterShim).creationCode}}"
59+ types : ["address"]
60+ values : ["{{trails-multicall3-router.address}}"]
5661 output : true
5762
5863 - name : " verify-trails-router-shim"
@@ -61,5 +66,10 @@ actions:
6166 arguments :
6267 address : " {{trails-router-shim.address}}"
6368 contract : " {{Contract(./build-info/beta-3/all-contracts.json:TrailsRouterShim)}}"
69+ constructorArguments :
70+ type : " constructor-encode"
71+ arguments :
72+ types : ["address"]
73+ values : ["{{trails-multicall3-router.address}}"]
6474 output : false
6575
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments