vulpemventures / marina

Liquid Wallet browser extension
MIT License
37 stars 19 forks source link

`settings/networks` sends restoreMessage to background #451

Closed louisinger closed 1 year ago

louisinger commented 1 year ago

This PR removes the sync calls made in UI and send "restore" messages to background. In other words, the restoration after a network change is made in background.

Bonus: pkg.json now fetch marina-provider from NPM.

it closes #447

@bordalix @tiero please review