File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
- declare module "eth-provider" ;
2
- declare module "@myetherwallet/mewconnect-web-client" ;
1
+ declare module 'eth-provider' ;
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { useTheme } from '@mui/system';
10
10
import makeBlockie from 'ethereum-blockies-base64' ;
11
11
import React , { useEffect , useState } from 'react' ;
12
12
import useGetEns from 'src/libs/hooks/use-get-ens' ;
13
- import { useWeb3Context } from 'src/libs/web3-data-provider' ;
13
+ import { useWeb3Context } from 'src/libs/web3-data-provider/Web3ContextProvider ' ;
14
14
import { getNetworkConfig } from 'src/utils/marketsAndNetworksConfig' ;
15
15
16
16
import { ColorModeContext } from './MainLayout' ;
@@ -84,7 +84,7 @@ export default function WalletWidget() {
84
84
window . open ( explorerLink , '_blank' ) ;
85
85
setAnchorEl ( null ) ;
86
86
} ;
87
-
87
+ console . log ( '-------------' , window . ethereum . request ) ;
88
88
return (
89
89
< div >
90
90
< Button
You can’t perform that action at this time.
0 commit comments