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 9, 2023
1 parent 36f1f1c commit b2b29a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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 All @@ -148,9 +149,9 @@ const config: HardhatUserConfig = {
},
namedAccounts: {
deployer: 0,
governor: 0,
// governor: 0,
// governor: '0x00000000000000000000000000000000deadbeef',
// governor: 'privatekey://0x00000000000000000000000000000000deadbeef000000000000000000sample',
governor: 'privatekey://0xe3c1c8220c4ee4a6532d633296c3301db5397cff8a89a920da28f8bec97fcfb6',
// governor: 'trezor://0x0000000000000000000000000000000000000000',
},
networks: {
Expand Down

0 comments on commit b2b29a5

Please sign in to comment.