You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we want modules in lib/ to be reusable and composable, they can't each set their own web3 provider.
They should accept an initalized web3. Actually, we need a web3 wrapper which is lazily and intelligently initialized, acts as a mock, etc, uses promises, etc.
The text was updated successfully, but these errors were encountered:
If we want modules in lib/ to be reusable and composable, they can't each set their own web3 provider.
They should accept an initalized web3. Actually, we need a web3 wrapper which is lazily and intelligently initialized, acts as a mock, etc, uses promises, etc.
The text was updated successfully, but these errors were encountered: