Skip to content

Commit

Permalink
[app/wc] remove wallet-connect app once again (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
zviadm authored May 17, 2021
1 parent ce9cb68 commit 1ef9baf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "celoterminal",
"version": "1.9.3",
"version": "1.9.4",
"license": "MIT",
"repository": {
"url": "https://github.com/zviadm/celoterminal"
Expand Down
4 changes: 2 additions & 2 deletions src/renderer/apps/apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { MultiSig } from './multisig/def'
import { Portfolio } from './portfolio/def'
import { SavingsCELO } from './savingscelo/def'
import { SendReceive } from './send-receive/def'
import { WalletConnect } from './wallet-connect/def'
// import { WalletConnect } from './wallet-connect/def'
import { Crasher } from './test-crasher/def'

export const AppList: AppDefinition[] = [
Expand All @@ -18,7 +18,7 @@ export const AppList: AppDefinition[] = [
SendReceive,
Locker,
Governance,
WalletConnect,
// WalletConnect,

// Optional Apps.
Mento,
Expand Down

0 comments on commit 1ef9baf

Please sign in to comment.