Skip to content

16.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Mar 22:25
8ac2143

Removed

  • BREAKING: Remove deprecated properties, networkChanged event, and offline send() net_version support (#306)
    • window.ethereum.chainId has been removed. Use the 'eth_chainId' RPC method instead.
    • window.ethereum.networkVersion has been removed. Use the 'net_version' RPC method instead.
    • window.ethereum.selectedAddress has been removed. Use the 'eth_accounts' RPC method instead.
    • networkChanged event has been removed. The closest equivalent is the chainChanged event.
    • window.ethereum.send() no longer resolves net_version offline (from cache).

Changed

  • Bump @metamask/json-rpc-engine from 7.3.2 to 7.3.3 (#305)