Skip to content

Managed Dev Wallet (Trusted Mode)

This page defines ZEVM trusted mode’s exact deterministic managed dev-wallet contract.

Normative sources: docs/specs/prd.md and docs/specs/json-rpc-contract.md.

This page is an operational summary. For API-contract disputes, follow those normative sources.

  • mode scope: trusted mode only
  • mnemonic: test test test test test test test test test test test junk
  • derivation path root: m/44'/60'/0'/0/
  • initial index: 0
  • account count: 10
  • eth_accounts returns the managed addresses below in ascending index order
  • eth_sendTransaction signs only for these managed accounts; unmanaged impersonated sends use explicit sender metadata with an unsigned legacy envelope
IndexAddressPrivate key
00xf39Fd6e51aad88F6F4ce6aB8827279cffFb922660xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
10x70997970C51812dc3A010C7d01b50e0d17dc79C80x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d
20x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC0x5de4111afa1a4b94908f83103eb1f1706367c2e68ca870fc3fb9a804cdab365a
30x90F79bf6EB2c4f870365E785982E1f101E93b9060x7c852118294e51e653712a81e05800f419141751be58f605c371e15141b007a6
40x15d34AAf54267DB7D7c367839AAf71A00a2C6A650x47e179ec197488593b187f80a00eb0da91f1b9d0b13f8733639f19c30a34926a
50x9965507D1a55bcC2695C58ba16FB37d819B0A4dc0x8b3a350cf5c34c9194ca85829a2df0ec3153be0318b5e2d3348e872092edffba
60x976EA74026E726554dB657fA54763abd0C3a0aa90x92db14e403b83dfe3df233f83dfa3a0d7096f21ca9b0d6d6b8d88b2b4ec1564e
70x14dC79964da2C08b23698B3D3cc7Ca32193d99550x4bbbf85ce3377467afe5d46f804f221813b2bb87f24d81f60f1fcdbf7cbf4356
80x23618e81E3f5cdF7f54C3d65f7FBc0aBf5B21E8f0xdbda1821b80551c9d65939329250298aa3472ba22feea921c0cf5d620ea67b97
90xa0Ee7A142d267C1f36714E4a8F75612F20a797200x2a871d0798f97d79848a013d4936a73bf4cc922c825d33c1cf7073dff6d409c6

Trusted Runtime Defaults (Not Wallet-Contract Fields)

Section titled “Trusted Runtime Defaults (Not Wallet-Contract Fields)”
  • default chain ID: 31337 (0x7a69)
  • initial balance per managed account at startup: 10000000000000000000000 wei (10000 ETH)
  • eth_coinbase returns the managed account at coinbaseIndex (default 0)
  • coinbaseIndex must be in 0..9.
  • In light mode, wallet-dependent trusted methods are unavailable and fail with -32010.

These keys are public development-only keys and are never safe for public networks.