Skip to content

22.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Mar 21:09
30129d3

@metamask/analytics 0.4.0

Changed

  • use merged integration types in analytics (#223)

@metamask/connect-evm 0.8.0

Changed

  • BREAKING getInfuraRpcUrls now accepts a single options object { infuraApiKey, chainIds? } instead of a positional infuraApiKey string. The optional chainIds parameter accepts hex chain IDs to filter the output (#211)
  • use merged integration types in analytics (#223)

Fixed

  • fix: Fix react-native-playground consumption of PACKAGE_VERSION build-time constant in connect packages (#221)

@metamask/connect-multichain 0.10.0

Changed

  • BREAKING getInfuraRpcUrls now accepts a single options object { infuraApiKey, caipChainIds? } instead of a positional infuraApiKey string. The optional caipChainIds parameter filters the output to only the specified CAIP-2 chain IDs (#211)
  • use merged integration types in analytics (#223)

Fixed

  • fix: Fix react-native-playground consumption of PACKAGE_VERSION build-time constant in connect packages (#221)

@metamask/connect-solana 0.6.0

Fixed

  • fix: Fix react-native-playground consumption of PACKAGE_VERSION build-time constant in connect packages (#221)

@metamask/browser-playground 0.5.0

Changed

  • Update getInfuraRpcUrls calls to use new options object parameter (#211)