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
11 lines
208 B
TypeScript
11 lines
208 B
TypeScript
export default {
|
|
debug: true,
|
|
currency: 'EUR',
|
|
locale: 'en-US',
|
|
chainIds: [5, 1, 137, 56, 1285, 246],
|
|
bookmarks: [],
|
|
privacyPolicySlug: '/privacy/en',
|
|
showPPC: true,
|
|
infiniteApproval: false
|
|
}
|