mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
Matthias Kretschmann
56f5e77c49
* asset teaser test, story, useUserPreferences Jest mock * fixtures & mocks * more tests * cleanup * more tests * more tests * more tests * more tests * typing fix * package updates * reorg * more tests * more tests * more tests * more tests * reorg, more tests * reorg fixes * more tests * rebase fix * subgraph query typing fix * restore some storybook stories * more tests * more tests * package lock fix * graphql override
34 lines
908 B
TypeScript
34 lines
908 B
TypeScript
export default {
|
|
accountEns: 'jellymcjellyfish.eth',
|
|
accountEnsAvatar:
|
|
'https://metadata.ens.domains/mainnet/avatar/jellymcjellyfish.eth',
|
|
accountId: '0x99840Df5Cb42faBE0Feb8811Aaa4BC99cA6C84e0',
|
|
approvedBaseTokens: [
|
|
{
|
|
address: '0xcfdda22c9837ae76e0faa845354f33c62e03653a',
|
|
symbol: 'OCEAN',
|
|
name: 'Ocean Token',
|
|
decimals: 18
|
|
}
|
|
],
|
|
balance: { eth: '0', ocean: '1000' },
|
|
block: 7751969,
|
|
chainId: 5,
|
|
connect: jest.fn(),
|
|
isSupportedOceanNetwork: true,
|
|
isTestnet: true,
|
|
logout: jest.fn(),
|
|
networkData: { name: 'Görli', title: 'Ethereum Testnet Görli', chain: 'ETH' },
|
|
networkDisplayName: 'ETH Görli',
|
|
networkId: 5,
|
|
web3: { currentProvider: {} },
|
|
web3Loading: false,
|
|
web3Modal: { show: false, eventController: {}, connect: jest.fn() },
|
|
web3Provider: {},
|
|
web3ProviderInfo: {
|
|
id: 'injected',
|
|
name: 'MetaMask',
|
|
logo: ''
|
|
}
|
|
}
|