@@ -99,17 +99,17 @@ export interface TradeProviderSettings {
9999 pools : ZrxTradePool [ ]
100100}
101101
102- const uniswapV2Settings = createInternalSettings < string > ( `${ PLUGIN_IDENTIFIER } +tradeProvider+uniswap+v2` , '' )
103- const uniswapV3Settings = createInternalSettings < string > ( `${ PLUGIN_IDENTIFIER } +tradeProvider+uniswap+v3` , '' )
104- const zrxSettings = createInternalSettings < string > ( `${ PLUGIN_IDENTIFIER } +tradeProvider+zrx` , '' )
105- const sushiswapSettings = createInternalSettings < string > ( `${ PLUGIN_IDENTIFIER } +tradeProvider+sushiswap` , '' )
106- const sashimiswapSettings = createInternalSettings < string > ( `${ PLUGIN_IDENTIFIER } +tradeProvider+sashimiswap` , '' )
107- const quickswapSettings = createInternalSettings < string > ( `${ PLUGIN_IDENTIFIER } +tradeProvider+quickswap` , '' )
108- const pancakeswapSettings = createInternalSettings < string > ( `${ PLUGIN_IDENTIFIER } +tradeProvider+pancakeswap` , '' )
109- const balancerSettings = createInternalSettings < string > ( `${ PLUGIN_IDENTIFIER } +tradeProvider+balancer` , '' )
110- const dodoSettings = createInternalSettings < string > ( `${ PLUGIN_IDENTIFIER } +tradeProvider+dodo` , '' )
111- const bancorSettings = createInternalSettings < string > ( `${ PLUGIN_IDENTIFIER } +tradeProvider+bancor` , '' )
112- const oolongswapSettings = createInternalSettings < string > ( `${ PLUGIN_IDENTIFIER } +tradeProvider+oolongswap` , '' )
102+ const uniswapV2Settings = createInternalSettings < string > ( `${ PLUGIN_ID } +tradeProvider+uniswap+v2` , '' )
103+ const uniswapV3Settings = createInternalSettings < string > ( `${ PLUGIN_ID } +tradeProvider+uniswap+v3` , '' )
104+ const zrxSettings = createInternalSettings < string > ( `${ PLUGIN_ID } +tradeProvider+zrx` , '' )
105+ const sushiswapSettings = createInternalSettings < string > ( `${ PLUGIN_ID } +tradeProvider+sushiswap` , '' )
106+ const sashimiswapSettings = createInternalSettings < string > ( `${ PLUGIN_ID } +tradeProvider+sashimiswap` , '' )
107+ const quickswapSettings = createInternalSettings < string > ( `${ PLUGIN_ID } +tradeProvider+quickswap` , '' )
108+ const pancakeswapSettings = createInternalSettings < string > ( `${ PLUGIN_ID } +tradeProvider+pancakeswap` , '' )
109+ const balancerSettings = createInternalSettings < string > ( `${ PLUGIN_ID } +tradeProvider+balancer` , '' )
110+ const dodoSettings = createInternalSettings < string > ( `${ PLUGIN_ID } +tradeProvider+dodo` , '' )
111+ const bancorSettings = createInternalSettings < string > ( `${ PLUGIN_ID } +tradeProvider+bancor` , '' )
112+ const oolongswapSettings = createInternalSettings < string > ( `${ PLUGIN_ID } +tradeProvider+oolongswap` , '' )
113113
114114/**
115115 * The general settings of specific tarde provider
0 commit comments