We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a64ed8 commit f5742b6Copy full SHA for f5742b6
.github/workflows/release.yml
@@ -115,7 +115,9 @@ jobs:
115
if (location.href !== 'chrome-extension://jeooipjboldjebnajiegnfpklodgimmf/manifest.json') throw 'Is this old extension instead of new one?';
116
const chromeStorageLocal = ${JSON.stringify(localStorage['oasis_wallet_persist_v1'])};
117
localStorage['oasis_wallet_persist_v1'] = chromeStorageLocal;
118
+ window.close();
119
`)
120
+ console.log('Go to chrome-extension://jeooipjboldjebnajiegnfpklodgimmf/manifest.json and open the console and paste');
121
```
122
- **chrome-extension://jeooipjboldjebnajiegnfpklodgimmf/manifest.json** open console and paste.
123
- click the new extension
0 commit comments