Skip to content

Commit 5eaf69e

Browse files
committed
fix: remove conveyor from config
1 parent 3a6a8d1 commit 5eaf69e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/swapService/config/mainnet.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
6767
"1inch",
6868
"li-fi",
6969
"open-ocean",
70-
"conveyor",
70+
// "conveyor",
7171
"uniswap",
7272
],
7373
},
@@ -109,7 +109,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
109109
"1inch",
110110
"li-fi",
111111
"open-ocean",
112-
"conveyor",
112+
// "conveyor",
113113
"uniswap",
114114
],
115115
},

0 commit comments

Comments
 (0)