Skip to content

Commit

Permalink
Merge branch 'main' into ci-goerli
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuba authored Aug 3, 2022
2 parents 8c0c77d + cb75201 commit 11c9d66
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 @@ -117,14 +117,15 @@ const config: HardhatUserConfig = {
},
namedAccounts: {
deployer: {
default: 0, // take the first account as deployer
default: 1, // take the first account as deployer
goerli: 0,
// mainnet: "0x123694886DBf5Ac94DDA07135349534536D14cAf",
},
thresholdCouncil: {
mainnet: "0x9F6e831c8F8939DC0C830C6e492e7cEf4f9C2F5f",
},
keepRegistryKeeper: {
default: 0, // same as the deployer
default: 1, // same as the deployer
ropsten: "0x923C5Dbf353e99394A21Aa7B67F3327Ca111C67D",
goerli: "0x68ad60CC5e8f3B7cC53beaB321cf0e6036962dBc",
},
Expand Down

0 comments on commit 11c9d66

Please sign in to comment.