SharedStake / SharedStake-ui

SharedStake User Interface using vue.js
https://www.sharedstake.org/
GNU General Public License v3.0
16 stars 16 forks source link

[bug] Make website load on browsers without metamask #157

Closed chimera-defi closed 1 year ago

chimera-defi commented 1 year ago

old bug re-surfacing. Error pops up in the contracts index.js file with failure to init contracts. if the browser doesnt have a connected eth provider via mm browser console :

TypeError: Cannot read properties of undefined (reading 'validator')
    at Object.ae61 (index.js:140:60)

Uncaught in promise - obj -  code 4900 message:    "Not connected"
chimera-defi commented 1 year ago

Should be fixed now in #146 v2-dev