Skip to content

Commit

Permalink
Update validium mode env name
Browse files Browse the repository at this point in the history
  • Loading branch information
ilitteri committed Jan 2, 2024
1 parent 85d293c commit c261eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/zk/src/contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export async function deployL1(args: any[]) {
'CONTRACTS_L1_WETH_BRIDGE_PROXY_ADDR',
'CONTRACTS_L1_ALLOW_LIST_ADDR',
'CONTRACTS_L1_MULTICALL3_ADDR',
'VALIDIUM_MODE'
'ETH_SENDER_SENDER_VALIDIUM_MODE'
];
const updatedContracts = updateContractsEnv(deployLog, envVars);

Expand Down

0 comments on commit c261eff

Please sign in to comment.