@electra.finance/contracts
Version:
Electra Finance contracts typings
11 lines (10 loc) • 548 B
TypeScript
export type { CFDPriceOracle } from "./CFDPriceOracle";
export type { CFDVault } from "./CFDVault";
export type { CrossMarginCFD } from "./CrossMarginCFD";
export type { DelegateStorage } from "./DelegateStorage";
export type { ERC20 } from "./ERC20";
export type { ElectraConverter } from "./ElectraConverter";
export type { ElectraReferral } from "./ElectraReferral";
export type { IsolatedMarginCFD } from "./IsolatedMarginCFD";
export type { VeELT } from "./VeELT";
export type { VeTokenYieldDistributorV4 } from "./VeTokenYieldDistributorV4";