File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " celo-web-wallet" ,
3- "version" : " 0.9.1 " ,
3+ "version" : " 1.0.0 " ,
44 "description" : " A lightweight web and desktop wallet for the Celo network" ,
55 "main" : " main.js" ,
66 "keywords" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " celo-web-wallet" ,
3- "version" : " 0.9.1 " ,
3+ "version" : " 1.0.0 " ,
44 "description" : " A lightweight web and desktop wallet for the Celo network" ,
55 "keywords" : [
66 " Celo" ,
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.0 /Celo-Wallet-0.9.0 -win.exe' ,
45+ 'https://github.com/celo-tools/celo-web-wallet/releases/download/v0.9.1 /Celo-Wallet-0.9.1 -win.exe' ,
4646 mac :
47- 'https://github.com/celo-tools/celo-web-wallet/releases/download/v0.9.0 /Celo-Wallet-0.9.0 -mac.dmg' ,
47+ 'https://github.com/celo-tools/celo-web-wallet/releases/download/v0.9.1 /Celo-Wallet-0.9.1 -mac.dmg' ,
4848 linux :
49- 'https://github.com/celo-tools/celo-web-wallet/releases/download/v0.9.0 /Celo-Wallet-0.9.0 -linux-x86_64.AppImage' ,
49+ 'https://github.com/celo-tools/celo-web-wallet/releases/download/v0.9.1 /Celo-Wallet-0.9.1 -linux-x86_64.AppImage' ,
5050}
5151
5252// TODO find a nice way to switch btwn configs at build/run time
@@ -106,8 +106,8 @@ const configAlfajores: Config = {
106106 [ CeloContract . StableToken ] : '0x874069Fa1Eb16D44d622F2e0Ca25eeA172369bC1' ,
107107 [ CeloContract . Validators ] : '0x9acF2A99914E083aD0d610672E93d14b0736BBCc' ,
108108 } ,
109- defaultAccount :
110- 'dirt detail century filter bid truly jazz benefit alpha palm vote segment loan three coil art task battle pen tornado fever hover buyer lyrics' ,
109+ // defaultAccount:
110+ // 'dirt detail century filter bid truly jazz benefit alpha palm vote segment loan three coil art task battle pen tornado fever hover buyer lyrics',
111111}
112112
113113export const config = Object . freeze ( configMainnet )
You can’t perform that action at this time.
0 commit comments