Skip to content

Commit f4f5b60

Browse files
committed
Update download links
1 parent ccca73c commit f4f5b60

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See the [FAQ](FAQ.md) for more details about common questions.
1414

1515
This 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

2020
Advanced users can verify the source integrity by comparing the hashes in their page source to these values.

src/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ interface Config {
4242

4343
const 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

0 commit comments

Comments
 (0)