mirror of
https://github.com/oceanprotocol/market.git
synced 2024-11-15 09:44:53 +01:00
10 lines
154 B
TypeScript
10 lines
154 B
TypeScript
import web3Mock from './web3'
|
|
|
|
export default {
|
|
web3: web3Mock,
|
|
ethProviderStatus: -1,
|
|
account: '0x0000',
|
|
balance: '',
|
|
web3Connect: {} as any
|
|
}
|