Skip to content

Commit

Permalink
config: enable literal content for RoninValidatorSet deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
nxqbao committed Nov 10, 2023
1 parent 36f1f1c commit 15ca9ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ const config: HardhatUserConfig = {
// and we want all generated code to be deterministic
// https://docs.soliditylang.org/en/v0.8.17/metadata.html
bytecodeHash: 'none',
useLiteralContent: true,
},
},
},
Expand Down

0 comments on commit 15ca9ee

Please sign in to comment.