UNPKG

@fleupold/dex-contracts

Version:

Contracts for dFusion multi-token batch auction exchange

14 lines (13 loc) 611 B
/** * This module re-exports the contract type definitions and Truffle artifacts * for the main Gnosis Protocol contracts: * - `BatchExchange`: The main contract for the Gnosis Protocol that handles all * the balances and auctions. * - `BatchExchangeViewer`: A supplementary viewer contract with more efficient * methods for reading EVM data. * * @packageDocumentation */ import BatchExchangeArtifact from "../build/contracts/BatchExchange.json"; import BatchExchangeViewerArtifact from "../build/contracts/BatchExchangeViewer.json"; export { BatchExchangeArtifact, BatchExchangeViewerArtifact, };