protofire / livepeer-alerts-frontend

Provide pro-active alert notifications that will help LPT token holders to be updated and understand how the transcoders they are delegating the tokens to are performing in near real time
https://livepeer.tools
MIT License
4 stars 2 forks source link

(Feature) Header fix #96

Closed Agupane closed 5 years ago

Agupane commented 5 years ago

Related to #90

Description

The header needs the information about web3. This was hardcoded before. Now I'd replaced it with the correct data from the web3Provider A refactor to this provider was needed, also, now the connection to metamask is stablished once the function loadWeb3 is executed within the HomeComponent. Before this, the connection was stablished directly when the web3Provider loads

Also in this pr

Agupane commented 5 years ago

Done @mariano-aguero