@0x/asset-swapper: Reenable some curves.
This commit is contained in:
@@ -56,15 +56,13 @@ export const FEE_QUOTE_SOURCES = [
|
|||||||
* Mainnet Curve configuration
|
* Mainnet Curve configuration
|
||||||
*/
|
*/
|
||||||
export const MAINNET_CURVE_INFOS: { [name: string]: CurveInfo } = {
|
export const MAINNET_CURVE_INFOS: { [name: string]: CurveInfo } = {
|
||||||
// Busted?
|
DaiUsdc: {
|
||||||
// DaiUsdc: {
|
exchangeFunctionSelector: CurveFunctionSelectors.exchange_underlying,
|
||||||
// exchangeFunctionSelector: CurveFunctionSelectors.exchange_underlying,
|
sellQuoteFunctionSelector: CurveFunctionSelectors.get_dy_underlying,
|
||||||
// sellQuoteFunctionSelector: CurveFunctionSelectors.get_dy_underlying,
|
buyQuoteFunctionSelector: CurveFunctionSelectors.get_dx_underlying,
|
||||||
// buyQuoteFunctionSelector: CurveFunctionSelectors.get_dx_underlying,
|
poolAddress: '0xa2b47e3d5c44877cca798226b7b8118f9bfb7a56',
|
||||||
// poolAddress: '0xa2b47e3d5c44877cca798226b7b8118f9bfb7a56',
|
tokens: ['0x6b175474e89094c44da98b954eedeac495271d0f', '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'],
|
||||||
// tokens: ['0x6b175474e89094c44da98b954eedeac495271d0f', '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'],
|
},
|
||||||
// },
|
|
||||||
// Busted?
|
|
||||||
// DaiUsdcUsdt: {
|
// DaiUsdcUsdt: {
|
||||||
// exchangeFunctionSelector: CurveFunctionSelectors.exchange_underlying,
|
// exchangeFunctionSelector: CurveFunctionSelectors.exchange_underlying,
|
||||||
// sellQuoteFunctionSelector: CurveFunctionSelectors.get_dy_underlying,
|
// sellQuoteFunctionSelector: CurveFunctionSelectors.get_dy_underlying,
|
||||||
|
|||||||
Reference in New Issue
Block a user