Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

devnet-sdk: improve wallet utils #14713

Open
protolambda opened this issue Mar 7, 2025 · 0 comments
Open

devnet-sdk: improve wallet utils #14713

protolambda opened this issue Mar 7, 2025 · 0 comments
Labels
A-devnet-sdk Area: devnet-sdk

Comments

@protolambda
Copy link
Contributor

  • 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)
@protolambda protolambda added the A-devnet-sdk Area: devnet-sdk label Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-devnet-sdk Area: devnet-sdk
Projects
None yet
Development

No branches or pull requests

1 participant