Skip to content

v2.2.1

Choose a tag to compare

@gummy789j gummy789j released this 18 Mar 12:11
· 40 commits to main since this release
6db6c6b

agent-wallet v2.2.1

New Features

  • createWalletProvider / create_wallet_provider — New unified factory function that creates wallet providers from explicit options, supporting four modes:
    • Private key — Pass a hex private key + network directly
    • Mnemonic — Pass a BIP-39 mnemonic + network (+ optional account index)
    • Local (password) — Pass a password to use encrypted keystore
    • Env fallback — No explicit credentials, resolves from AGENT_WALLET_* environment variables (same behavior as resolveWalletProvider)