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
Don’t assume same keys on every chain. Creates conflicts
Op-e2e existing keys: op-e2e/e2eutils/secret.go is a bad pattern. Don't recreate that.
Funding a new key from a faucet should be easy.
Accessing existing keys (used in the deployment/configuration of the L2) should be easy. Maybe use the devkeys package just for key identifiers (and not assume there’s one global mnemonic, if network is set up differently)
The text was updated successfully, but these errors were encountered:
op-e2e/e2eutils/secret.go
is a bad pattern. Don't recreate that.devkeys
package just for key identifiers (and not assume there’s one global mnemonic, if network is set up differently)The text was updated successfully, but these errors were encountered: