ROSE Wallet MV3 Extension beta
Pre-release
Pre-release
·
145 commits
to master
since this release
To install beta version as a separate extension:
- open chrome://extensions/
- click top right to enable Developer mode
- download rose-wallet-ext-mv3.zip (assets below)
- drag it into chrome://extensions/
To copy saved wallets from old extension:
- extensions and instructions like these could be malicious and steal your tokens - don't blindly trust them
- open chrome-extension://ppdadbejkmjnefldpcdjhnkpbjkikoip/manifest.json and open console and run:
if (location.href !== 'chrome-extension://ppdadbejkmjnefldpcdjhnkpbjkikoip/manifest.json') throw 'Is this the new extension instead of old one?'; copy(` if (location.href !== 'chrome-extension://jeooipjboldjebnajiegnfpklodgimmf/manifest.json') throw 'Is this old extension instead of new one?'; const chromeStorageLocal = ${JSON.stringify(localStorage['oasis_wallet_persist_v1'])}; localStorage['oasis_wallet_persist_v1'] = chromeStorageLocal; window.close(); `) console.log('Go to chrome-extension://jeooipjboldjebnajiegnfpklodgimmf/manifest.json and open the console and paste');
- chrome-extension://jeooipjboldjebnajiegnfpklodgimmf/manifest.json open console and paste.
- click the new extension