"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Symbol = exports.ErrorCode = void 0;
exports.ErrorCode = {
SampleError: { sampleerror: {} }
};
exports.Symbol = {
BTC: { btc: {} },
ETH: { eth: {} },
USDC: { usdc: {} }
};