File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 6
6
using : composite
7
7
steps :
8
8
- name : Setup node
9
- uses : actions/setup-node@v3
9
+ uses : actions/setup-node@v4
10
10
with :
11
- node-version : " 16.18 .x"
11
+ node-version : " 20 .x"
12
12
cache : npm
13
+
13
14
- name : Install packages
14
15
run : npm install
15
16
shell : bash
Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ export = async (deployer: Deployer) => {
21
21
const voting = await deployProxy ( deployer , Voting__factory , "Voting" ) ;
22
22
23
23
await voting . __Voting_init (
24
- config . tssSigner ,
25
- config . chainName ,
26
24
config . registrationSMT ,
27
25
await proposalsState . getAddress ( ) ,
28
26
await votingVerifier . getAddress ( ) ,
@@ -35,8 +33,6 @@ export = async (deployer: Deployer) => {
35
33
const bioPassportVoting = await deployProxy ( deployer , BioPassportVoting__factory , "BioPassportVoting" ) ;
36
34
37
35
await bioPassportVoting . __BioPassportVoting_init (
38
- config . tssSigner ,
39
- config . chainName ,
40
36
config . registrationSMT ,
41
37
await proposalsState . getAddress ( ) ,
42
38
await bioPassportVotingVerifier . getAddress ( ) ,
You can’t perform that action at this time.
0 commit comments