diff --git a/README.md b/README.md index a011e515..6a762ade 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ See the [FAQ](FAQ.md) for more details about common questions. This wallet uses [Subresource Integrity](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity). Current bundle hashes: -* Main bundle: `bundle.js -> sha256-cfsv9SRbFLtp/2QNHtXRspFfT0CWoQGuzRjpYFVoa5g=` +* Main bundle: `bundle.js -> sha256-Ngw8NQ+5oLUiNQNCCERG+FSNVVq24Bd9hPEGvAY3xSs=` * Optional Ledger bundle: `bundle-ledger.js -> sha256-ahGOG1h2KTAtylviHC6GYqCX9Pa2NUleoytU5knhB6E=` -* Optional WalletConnect bundle: `bundle-walletconnect.js -> sha256-kVaIBg1VnFS9BbDBG+rYYoaxayOyUEsWmgxWrQXMZh4=` +* Optional WalletConnect bundle: `bundle-walletconnect.js -> sha256-+AVcAW+OMgp8zlJvAoxB+7Kuf66Z9OpgtwAlwcVlgHU=` Advanced users can verify the source integrity by comparing the hashes in their page source to these values. diff --git a/src/config.ts b/src/config.ts index cb3527c0..7ca70728 100644 --- a/src/config.ts +++ b/src/config.ts @@ -45,10 +45,10 @@ interface Config { const desktopUrls = { windows: - 'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.3.4/Celo-Wallet-1.3.4-win-x64.exe', - mac: 'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.3.4/Celo-Wallet-1.3.4-mac.dmg', + 'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.3.5/Celo-Wallet-1.3.5-win-x64.exe', + mac: 'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.3.5/Celo-Wallet-1.3.5-mac.dmg', linux: - 'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.3.4/Celo-Wallet-1.3.4-linux-x86_64.AppImage', + 'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.3.5/Celo-Wallet-1.3.5-linux-x86_64.AppImage', } // eslint-disable-next-line @typescript-eslint/no-unused-vars