Skip to content

Commit

Permalink
Merge pull request #78 from gnosis/oz-governor
Browse files Browse the repository at this point in the history
Add OpenZeppelin Governor for Goerli and some refactoring
  • Loading branch information
asgeir-s authored Nov 10, 2022
2 parents a7872f8 + cfe73c7 commit e970ea1
Show file tree
Hide file tree
Showing 12 changed files with 1,053 additions and 235 deletions.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const { network } = yargs
dotenv.config();
const { INFURA_KEY, MNEMONIC, ETHERSCAN_API_KEY, PK } = process.env;

import "./src/factory/singleton-deployment";
import "./src/tasks/singleton-deployment";

const DEFAULT_MNEMONIC =
"candy maple cake sugar pudding cream honey rich smooth crumble sweet treat";
Expand Down
Loading

0 comments on commit e970ea1

Please sign in to comment.