We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea3219 commit ed3cac5Copy full SHA for ed3cac5
src/swapService/config/mainnet.ts
@@ -42,6 +42,28 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
42
},
43
match: { isPendlePT: true },
44
45
+
46
+ // RLP - only include odos for RLP, otherwise rate limits are hit
47
+ {
48
+ strategy: StrategyBalmySDK.name(),
49
+ config: {
50
+ sourcesFilter: {
51
+ includeSources: [
52
+ "kyberswap",
53
+ "paraswap",
54
+ "odos",
55
+ "1inch",
56
+ "li-fi",
57
+ "open-ocean",
58
+ "uniswap",
59
+ ],
60
+ },
61
62
+ match: {
63
+ tokensInOrOut: [RLP_MAINNET],
64
65
66
67
// DEFAULTS
68
{
69
strategy: StrategyBalmySDK.name(),
0 commit comments