MetaMask / providers

An Ethereum Provider that connects over a stream, as injected into websites by MetaMask
MIT License
217 stars 123 forks source link

Add `StreamProvider` to package exports #303

Closed Mrtenz closed 4 months ago

Mrtenz commented 4 months ago

In Snaps we import ./dist/StreamProvider for the Snaps execution environment bundles, to avoid adding a lot of unused code to the bundles. After #296 this was no longer possible, so I've re-added support for this. Once we refactor the Snaps execution environments build system to use Webpack we can remove this export again.