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
Sorry for the delay. I'm running into an issue testing the simple 7702 example here: https://github.com/ithacaxyz/odyssey-examples/tree/main/chapter1/simple-7702 on the like kurtosis network instead of anvil. It gets stuck at forge create SimpleDelegateContract --private-key $BOB_PK --broadcast even with 100x gas price.
Extend the current signer flags to accept different kinds of signers, like AWS KMS and keystore signers.
Note that these flags should be mutually exclusive, e.g. if I pass
--secret-key
, I cannot also enable AWS KMS.Depends on #90
The text was updated successfully, but these errors were encountered: