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,9 +14,9 @@ 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-El6CPPixhSrm0K75Jqrrbe95EiviOtx+kqAjbKnI7Sg = `
17+ * Main bundle: ` bundle.js -> sha256-cfsv9SRbFLtp/2QNHtXRspFfT0CWoQGuzRjpYFVoa5g = `
1818* Optional Ledger bundle: ` bundle-ledger.js -> sha256-ahGOG1h2KTAtylviHC6GYqCX9Pa2NUleoytU5knhB6E= `
19- * Optional WalletConnect bundle: ` bundle-walletconnect.js -> sha256-5dlmgwhbUw51fBGUKFs61JutprKLMkcr8YXxgT5lkxI = `
19+ * Optional WalletConnect bundle: ` bundle-walletconnect.js -> sha256-kVaIBg1VnFS9BbDBG+rYYoaxayOyUEsWmgxWrQXMZh4 = `
2020
2121Advanced users can verify the source integrity by comparing the hashes in their page source to these values.
2222
Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ interface Config {
4545
4646const desktopUrls = {
4747 windows :
48- 'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.3.3 /Celo-Wallet-1.3.3 -win-x64.exe' ,
49- mac : 'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.3.3 /Celo-Wallet-1.3.3 -mac.dmg' ,
48+ 'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.3.4 /Celo-Wallet-1.3.4 -win-x64.exe' ,
49+ mac : 'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.3.4 /Celo-Wallet-1.3.4 -mac.dmg' ,
5050 linux :
51- 'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.3.3 /Celo-Wallet-1.3.3 -linux-x86_64.AppImage' ,
51+ 'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.3.4 /Celo-Wallet-1.3.4 -linux-x86_64.AppImage' ,
5252}
5353
5454// eslint-disable-next-line @typescript-eslint/no-unused-vars
You can’t perform that action at this time.
0 commit comments