feat: Mirror Protocol tokens (#142)

* feat: Mirror Protocol tokens

* added .tap to builder
This commit is contained in:
Jacob Evans
2021-02-17 10:14:38 +10:00
committed by GitHub
parent d509604b52
commit c6919eb25a
8 changed files with 72 additions and 90 deletions

View File

@@ -5,7 +5,7 @@ import { BlockParamLiteral, SupportedProvider, ZeroExProvider } from 'ethereum-t
import * as _ from 'lodash';
import { artifacts } from './artifacts';
import { BRIDGE_ADDRESSES_BY_CHAIN, constants, INVALID_SIGNATURE } from './constants';
import { constants, INVALID_SIGNATURE } from './constants';
import {
AssetSwapperContractAddresses,
MarketBuySwapQuote,
@@ -102,7 +102,6 @@ export class SwapQuoter {
this._rfqtOptions = rfqt;
this._contractAddresses = options.contractAddresses || {
...getContractAddressesForChainOrThrow(chainId),
...BRIDGE_ADDRESSES_BY_CHAIN[chainId],
};
this._protocolFeeUtils = ProtocolFeeUtils.getInstance(
constants.PROTOCOL_FEE_UTILS_POLLING_INTERVAL_IN_MS,