UNPKG

quiseos

Version:

EVM Networks & Node Providers Parameters Documentation

13 lines (11 loc) 441 B
import { ProviderPrivacyLevel } from '../enums' import { type RpcNodeProvider } from '../types/types' export const fantomProvider = { name: 'Fantom Foundation', provider: 'fantomProvider', url: 'https://fantom.foundation/', privacyLevel: ProviderPrivacyLevel.TBD, privacyPolicy: [ 'https://app.termly.io/document/privacy-policy/761b18ba-cb88-4c57-af82-7c51466786dd/', ], } as const satisfies RpcNodeProvider