Skip to content

Commit

Permalink
Merge pull request #330 from EdgeApp/paul/addRangoExchange
Browse files Browse the repository at this point in the history
Add Rango Exchange plugin (take 2)
  • Loading branch information
paullinator authored Jun 24, 2024
2 parents 397713a + 6f7be5e commit 292bab9
Show file tree
Hide file tree
Showing 4 changed files with 595 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import { makeSideshiftPlugin } from './swap/central/sideshift'
import { makeSwapuzPlugin } from './swap/central/swapuz'
import { makeCosmosIbcPlugin } from './swap/defi/cosmosIbc'
import { makeLifiPlugin } from './swap/defi/lifi'
import { makeRangoPlugin } from './swap/defi/rango'
import { makeThorchainPlugin } from './swap/defi/thorchain'
import { makeThorchainDaPlugin } from './swap/defi/thorchainDa'
import { makeSpookySwapPlugin } from './swap/defi/uni-v2-based/plugins/spookySwap'
Expand All @@ -28,6 +29,7 @@ const plugins = {
godex: makeGodexPlugin,
letsexchange: makeLetsExchangePlugin,
lifi: makeLifiPlugin,
rango: makeRangoPlugin,
sideshift: makeSideshiftPlugin,
spookySwap: makeSpookySwapPlugin,
swapuz: makeSwapuzPlugin,
Expand Down
Loading

0 comments on commit 292bab9

Please sign in to comment.