@fleupold/dex-contracts
Version:
Contracts for dFusion multi-token batch auction exchange
21 lines (20 loc) • 1.02 kB
JavaScript
;
/**
* 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
*/
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.BatchExchangeViewerArtifact = exports.BatchExchangeArtifact = void 0;
const BatchExchange_json_1 = __importDefault(require("../build/contracts/BatchExchange.json"));
exports.BatchExchangeArtifact = BatchExchange_json_1.default;
const BatchExchangeViewer_json_1 = __importDefault(require("../build/contracts/BatchExchangeViewer.json"));
exports.BatchExchangeViewerArtifact = BatchExchangeViewer_json_1.default;