mirror of
https://github.com/oceanprotocol/react.git
synced 2025-02-14 21:10:38 +01:00
6 lines
174 B
TypeScript
6 lines
174 B
TypeScript
import { ICoreOptions } from 'web3modal/dist/helpers/types'
|
|
|
|
export async function getDefaultProviders(): Promise<Partial<ICoreOptions>> {
|
|
return { cacheProvider: true }
|
|
}
|