rainlanguage / arb-bot

NodeJS app that finds arbitrage trades for Rain orderbook orders against major DeFi platforms liquidity
7 stars 4 forks source link

Add Lynex support #179

Closed rouzwelt closed 1 month ago

rouzwelt commented 1 month ago

Lynex has 2 versions, v1 is plain univ2 protocl, which can be added by simply adding the dex literals. V2 is based on Algebra v2, we already have support for algebra v1, so algebra v2 is pretty similar with some minor changes form router perspective, once that is added, Lynex v2 can be added simply by adding its dex literals, just like the case we had with quickswap v3

todo:

rouzwelt commented 1 month ago

includes: #180 #181