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-5RvnuFpT0ZEmdZ/ycnyat3En2noHppAkd/abSfy96QQ = `
17+ * Main bundle: ` bundle.js -> sha256-rol5iSLXYWon63dWxVpMh31hrl1RHfrpaM4MlOhkOqo = `
1818* Optional Ledger bundle: ` bundle-ledger.js -> sha256-Ue4vU1iTjNOEPSX51d7ofexxwCEBiiJmQUEX6Ewd4AQ= `
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 @@ -42,11 +42,11 @@ interface Config {
4242
4343const desktopUrls = {
4444 windows :
45- 'https://github.com/celo-tools/celo-web-wallet/releases/download/v0.9.1 /Celo-Wallet-0.9.1 -win.exe' ,
45+ 'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.0.0 /Celo-Wallet-1.0.0 -win.exe' ,
4646 mac :
47- 'https://github.com/celo-tools/celo-web-wallet/releases/download/v0.9.1 /Celo-Wallet-0.9.1 -mac.dmg' ,
47+ 'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.0.0 /Celo-Wallet-1.0.0 -mac.dmg' ,
4848 linux :
49- 'https://github.com/celo-tools/celo-web-wallet/releases/download/v0.9.1 /Celo-Wallet-0.9.1 -linux-x86_64.AppImage' ,
49+ 'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.0.0 /Celo-Wallet-1.0.0 -linux-x86_64.AppImage' ,
5050}
5151
5252// TODO find a nice way to switch btwn configs at build/run time
You can’t perform that action at this time.
0 commit comments