Skip to content

Commit

Permalink
Fix solpp config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Litteri authored and Ivan Litteri committed Jan 24, 2024
1 parent 75cb368 commit c87348b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l1-contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default {
return {
...systemParams,
...defs,
process.env.VALIDIUM_MODE,
VALIDIUM_MODE: process.env.VALIDIUM_MODE,
};
})(),
},
Expand Down

0 comments on commit c87348b

Please sign in to comment.