File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ See the [FAQ](FAQ.md) for more details about common questions.
1414
1515This wallet uses [ Subresource Integrity] ( https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity ) . Current bundle hashes:
1616
17- * Main bundle: ` bundle.js -> sha256-aLKIDUok0hgMOMrcYg5j6lVNIxCP6cxkUsg1WSgOKME = `
17+ * Main bundle: ` bundle.js -> sha256-9g5XZSyd+78PL16fgMzX+1Mi0CyHhZB6KTTJXZmuTe4 = `
1818* Optional Ledger bundle: ` bundle-ledger.js -> sha256-YAYhd7BrnvEu1hpJP4wn75W3ARqRZ2Mmli7im5oyKJY= `
1919
2020Advanced users can verify the source integrity by comparing the hashes in their page source to these values.
Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ interface Config {
4545
4646const desktopUrls = {
4747 windows :
48- 'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.1.1 /Celo-Wallet-1.1.1 -win.exe' ,
48+ 'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.1.2 /Celo-Wallet-1.1.2 -win.exe' ,
4949 mac :
50- 'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.1.1 /Celo-Wallet-1.1.1 -mac.dmg' ,
50+ 'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.1.2 /Celo-Wallet-1.1.2 -mac.dmg' ,
5151 linux :
52- 'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.1.1 /Celo-Wallet-1.1.1 -linux-x86_64.AppImage' ,
52+ 'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.1.2 /Celo-Wallet-1.1.2 -linux-x86_64.AppImage' ,
5353}
5454
5555// eslint-disable-next-line @typescript-eslint/no-unused-vars
You can’t perform that action at this time.
0 commit comments