Skip to content

Commit cb75201

Browse files
authored
Merge pull request #120 from threshold-network/nammed-accounts-update
Start indexing default nammed accounts from 1
2 parents 7b3827d + 6f83285 commit cb75201

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

hardhat.config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,15 @@ const config: HardhatUserConfig = {
117117
},
118118
namedAccounts: {
119119
deployer: {
120-
default: 0, // take the first account as deployer
120+
default: 1, // take the first account as deployer
121+
goerli: 0,
121122
// mainnet: "0x123694886DBf5Ac94DDA07135349534536D14cAf",
122123
},
123124
thresholdCouncil: {
124125
mainnet: "0x9F6e831c8F8939DC0C830C6e492e7cEf4f9C2F5f",
125126
},
126127
keepRegistryKeeper: {
127-
default: 0, // same as the deployer
128+
default: 1, // same as the deployer
128129
ropsten: "0x923C5Dbf353e99394A21Aa7B67F3327Ca111C67D",
129130
goerli: "0x68ad60CC5e8f3B7cC53beaB321cf0e6036962dBc",
130131
},

0 commit comments

Comments
 (0)