Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 1cd6f3f

Browse files
committed
fix: msig
1 parent 6879edf commit 1cd6f3f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

hardhat.config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ dotenv();
1111

1212
const config: HardhatUserConfig = {
1313
namedAccounts: {
14-
deployer: { default: 0 }
14+
deployer: { default: 0 },
15+
multisig: {
16+
34443: "0x8Fba84867Ba458E7c6E2c024D2DE3d0b5C3ea1C2"
17+
}
1518
},
1619
solidity: {
1720
compilers: [

0 commit comments

Comments
 (0)