mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
9 lines
146 B
TypeScript
9 lines
146 B
TypeScript
|
const marketMock = {
|
||
|
totalAssets: 1000,
|
||
|
categories: ['category'],
|
||
|
network: 'Pacific',
|
||
|
networkMatch: true
|
||
|
}
|
||
|
|
||
|
export { marketMock }
|