Skip to content

Commit

Permalink
added salt
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh committed Feb 20, 2024
1 parent c085074 commit a89c031
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ import 'solidity-coverage'

import * as fs from 'fs'

const SALT = '0x90d8084deab30c2a37c45e8d47f49f2f7965183cb6990a98943ef94940681de3'
process.env.SALT = process.env.SALT ?? SALT

task('deploy', 'Deploy contracts')
.addFlag('simpleAccountFactory', 'deploy sample factory (by default, enabled only on localhost)')

Expand Down

0 comments on commit a89c031

Please sign in to comment.