Network · 02
Wallet connection
Wallet connection uses the EIP-1193 provider injected by a compatible browser wallet.
Requested permissions
apro requests accounts with eth_requestAccounts and reads the active chain with eth_chainId. It never asks for a seed phrase or private key.
Network switch
The wallet_switchEthereumChain method selects chain 0x1237. If the wallet does not know the network, wallet_addEthereumChain uses the canonical RPC and explorer values.
Account data
The visible address and native ETH balance are returned by the wallet provider. Disconnect requests permission revocation when the wallet implements it.