UNPKG

bitcore-wallet-service

Version:
9 lines (6 loc) 224 B
import { BitPay } from './bitpay'; import { IProvider } from './provider'; // import { Bitstamp } from './bitstamp'; export const providers: IProvider[] = [ BitPay // the first in the array is the default rate source ];