Skip to content

Commit f6a0a25

Browse files
committed
Update hashes and links for 1.3.5
1 parent cf581ca commit f6a0a25

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ 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-cfsv9SRbFLtp/2QNHtXRspFfT0CWoQGuzRjpYFVoa5g=`
17+
* Main bundle: `bundle.js -> sha256-Ngw8NQ+5oLUiNQNCCERG+FSNVVq24Bd9hPEGvAY3xSs=`
1818
* Optional Ledger bundle: `bundle-ledger.js -> sha256-ahGOG1h2KTAtylviHC6GYqCX9Pa2NUleoytU5knhB6E=`
19-
* Optional WalletConnect bundle: `bundle-walletconnect.js -> sha256-kVaIBg1VnFS9BbDBG+rYYoaxayOyUEsWmgxWrQXMZh4=`
19+
* Optional WalletConnect bundle: `bundle-walletconnect.js -> sha256-+AVcAW+OMgp8zlJvAoxB+7Kuf66Z9OpgtwAlwcVlgHU=`
2020

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

src/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ interface Config {
4545

4646
const desktopUrls = {
4747
windows:
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',
48+
'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.3.5/Celo-Wallet-1.3.5-win-x64.exe',
49+
mac: 'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.3.5/Celo-Wallet-1.3.5-mac.dmg',
5050
linux:
51-
'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.3.4/Celo-Wallet-1.3.4-linux-x86_64.AppImage',
51+
'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.3.5/Celo-Wallet-1.3.5-linux-x86_64.AppImage',
5252
}
5353

5454
// eslint-disable-next-line @typescript-eslint/no-unused-vars

0 commit comments

Comments
 (0)