|
@@ -54,6 +54,9 @@ const config: HardhatUserConfig = {
|
|
defaultNetwork: "hardhat",
|
|
defaultNetwork: "hardhat",
|
|
networks: {
|
|
networks: {
|
|
hardhat: {
|
|
hardhat: {
|
|
|
|
+ accounts: {
|
|
|
|
+ mnemonic,
|
|
|
|
+ },
|
|
chainId: chainIds.hardhat,
|
|
chainId: chainIds.hardhat,
|
|
},
|
|
},
|
|
goerli: createTestnetConfig("goerli"),
|
|
goerli: createTestnetConfig("goerli"),
|