UNPKG

quiseos

Version:

EVM Networks & Node Providers Parameters Documentation

11 lines (9 loc) 370 B
import { ProviderPrivacyLevel } from '../enums' import { type RpcNodeProvider } from '../types/types' export const flareProvider = { name: 'Flare Network', provider: 'flareProvider', url: 'https://flare.network/', privacyLevel: ProviderPrivacyLevel.TBD, privacyPolicy: ['https://flare.network/privacy-policy/'], } as const satisfies RpcNodeProvider