We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b3827d + 6f83285 commit cb75201Copy full SHA for cb75201
hardhat.config.ts
@@ -117,14 +117,15 @@ const config: HardhatUserConfig = {
117
},
118
namedAccounts: {
119
deployer: {
120
- default: 0, // take the first account as deployer
+ default: 1, // take the first account as deployer
121
+ goerli: 0,
122
// mainnet: "0x123694886DBf5Ac94DDA07135349534536D14cAf",
123
124
thresholdCouncil: {
125
mainnet: "0x9F6e831c8F8939DC0C830C6e492e7cEf4f9C2F5f",
126
127
keepRegistryKeeper: {
- default: 0, // same as the deployer
128
+ default: 1, // same as the deployer
129
ropsten: "0x923C5Dbf353e99394A21Aa7B67F3327Ca111C67D",
130
goerli: "0x68ad60CC5e8f3B7cC53beaB321cf0e6036962dBc",
131
0 commit comments