Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VM execution error #490

Open
askucher opened this issue Nov 9, 2020 · 0 comments
Open

VM execution error #490

askucher opened this issue Nov 9, 2020 · 0 comments

Comments

@askucher
Copy link

askucher commented Nov 9, 2020

I got this for fresh new setup of token bridge for example.yml

Unhandled Rejection (Error): Returned error: VM execution error.
▶ 8 stack frames were collapsed.
    RootStore
src/stores/RootStore.js:14
  11 | class RootStore {
  12 |   constructor() {
  13 |     this.bridgeModeInitialized = false
> 14 |     this.setBridgeMode()
  15 |     this.alertStore = new AlertStore()
  16 |     this.web3Store = new Web3Store(this)
  17 |     this.homeStore = new HomeStore(this)
View compiled
    ./src/stores/RootStore.js
src/stores/RootStore.js:33
  30 |   }
  31 | }
  32 | 
> 33 | export default new RootStore()
  34 | 
View compiled
    __webpack_require__
/mono/ui/webpack/bootstrap:781
  778 | };
  779 | 
  780 | // Execute the module function
> 781 | modules[moduleId].call(module.exports, module, module.exports, hotCreateRequire(moduleId));
      | ^  782 | 
  783 | // Flag the module as loaded
  784 | module.l = true;
<img width="1535" alt="Screenshot 2020-11-09 at 20 09 07" src="https://user-images.githubusercontent.com/4496793/98579511-6e578d80-22c7-11eb-89e3-f33de3f40a3c.png">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant