Skip to content

Commit

Permalink
removed metamask
Browse files Browse the repository at this point in the history
  • Loading branch information
mrq1911 committed Nov 28, 2019
1 parent d0b4ab7 commit f6a558a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/reactions.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

import {
initializeWallet,
isWalletReady,
getWalletName,
} from './library/wallet';
import { flippening } from './library/bundle';

Expand Down Expand Up @@ -102,8 +100,10 @@ export default {
const walletState = ({ web3, ethereum }) => ({
wallet: {
isReady: Boolean(web3),
// isConnected: isWalletReady({ web3 }),
// name: getWalletName({ ethereum }),
isConnected: true,
name: "mocked",
name: "mock"
},
});

Expand Down

0 comments on commit f6a558a

Please sign in to comment.