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
Problem: For now, Voting DApp uses a link to poaexplorer.com on the page New Ballot / Emission Funds Ballot. Since the issue in Blockscout with displaying invalid balances was fixed, now we can use the link to blockscout.com.
Solution: Use eth-net-props npm package to get explorer URL for a network by its ID (the method getExplorerAccountLinkFor(addr, networkID)).
The text was updated successfully, but these errors were encountered:
Problem: For now,
Voting DApp
uses a link topoaexplorer.com
on the pageNew Ballot / Emission Funds Ballot
. Since the issue in Blockscout with displaying invalid balances was fixed, now we can use the link toblockscout.com
.Solution: Use eth-net-props npm package to get explorer URL for a network by its ID (the method
getExplorerAccountLinkFor(addr, networkID)
).The text was updated successfully, but these errors were encountered: