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
Enable goerli deploy and remove deprecated testnets (#569)
* WIP goerli deploy setup and remove deprecated testnets
* fix: get factory events
* lint fix
* fix deployment code
* require node version
* add identities as part of the logs to help with verification. TODO: add DaoRegistry identity contract
* fix verification script
Co-authored-by: Felipe Forbeck <[email protected]>
Co-authored-by: david roon <[email protected]>
Copy file name to clipboardexpand all lines: signers/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Signers
2
2
3
-
A Signer Provider can be used to sign transactions using a private key managed by an external service, so that transaction can be send to the network using any sort of Network Provider.
3
+
A Signer Provider can be used to sign transactions using a private key managed by an external service, so that transaction can be sent to the network using any sort of Network Provider.
4
4
5
5
In this hardhat plugin we currently support two types of Signers: OZ Defender Signer and Google KMS Signer.
6
6
@@ -9,10 +9,10 @@ Both signers are acting as external signers only. We don't use them to forward t
9
9
In order to enable a signer for a particular network set the `signerId` to the network config in the `hardhat.config.ts` file:
0 commit comments