1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-11-15 01:34:57 +01:00
market/tests/unit/__mocks__/web3provider.ts
2020-05-07 09:03:30 +03:00

10 lines
154 B
TypeScript

import web3Mock from './web3'
export default {
web3: web3Mock,
ethProviderStatus: -1,
account: '0x0000',
balance: '',
web3Connect: {} as any
}