You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am importing hardhat-anvil, but the additional params (ex: launch) aren't recognized by typescript. It also is not using the accounts I specify (I've tried accounts: { mnemonic: ... } as well as the array of private keys).
I am importing hardhat-anvil, but the additional params (ex:
launch
) aren't recognized by typescript. It also is not using the accounts I specify (I've triedaccounts: { mnemonic: ... }
as well as the array of private keys).Stripped-down version of my config:
I can get it to connect if I start anvil in a separate terminal, but I still need to be able to deploy from the
ADMIN_PRIVATE_KEY
account. Any ideas?The text was updated successfully, but these errors were encountered: