Skip to content

v3.0.0

Choose a tag to compare

@whymarrh whymarrh released this 11 Sep 14:00
ea731e0

This release updates the NetworkController to use v3 of Infura's API (see #267).

Breaking change:

A project ID is now required for all instantiations of the NetworkController that are backed by Infura.

const controller = new NetworkController({
  infuraProjectId: 'foo',
}, {
  network: '1',
  provider: { type: 'mainnet' },
});