@ixily/activ
Version:
Alpha Capture Trade Idea Verification. Blockchain ownership proven trade ideas and strategies.
23 lines (21 loc) • 734 B
Plain Text
import { IPricingProvider } from '../../interfaces'
export const PRICING_PROVIDERS: IPricingProvider[] = [
{
name: 'Binance',
reference: 'Binance',
url: 'https://www.binance.com/',
image: 'https://logospng.org/wp-content/uploads/binance.png',
},
{
name: 'IEX Exchange',
reference: 'IEX',
url: 'https://www.iexexchange.io/',
image: 'https://assets-global.website-files.com/6446df2ab25baae1e88f964e/6446df2ab25baa21258f9662_IEX%20Logo%20%3D%20White.svg',
},
{
name: 'IG Group',
reference: 'IG Group',
url: 'https://www.ig.com/',
image: 'https://cdn-ukwest.onetrust.com/logos/325f5627-4c8f-4290-b47d-ebd2466ce1c5/6dc2b76e-4bd0-4f24-9ca9-7cf8a6f502de/8df34c2a-33eb-4737-8bf0-1bcafd1c9b6c/IG-logo.png',
},
]