Skip to content

Commit

Permalink
Split the XRP DEX plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
swansontec committed Jan 31, 2024
1 parent eedf398 commit 98f06bb
Show file tree
Hide file tree
Showing 4 changed files with 239 additions and 231 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- fixed: Do not crash at load time if `BigInt` is not present.

## 2.0.1 (2023-01-09)

- fixed: Error when swapping from tokens
Expand Down
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import { makeThorchainDaPlugin } from './swap/defi/thorchainDa'
import { makeSpookySwapPlugin } from './swap/defi/uni-v2-based/plugins/spookySwap'
import { makeTombSwapPlugin } from './swap/defi/uni-v2-based/plugins/tombSwap'
import { makeVelodromePlugin } from './swap/defi/uni-v2-based/plugins/velodrome'
import { makeXrpDexPlugin } from './swap/defi/xrpDex'
import { makeTransferPlugin } from './swap/transfer'
import { xrpdex } from './swap/xrpDexInfo'

const plugins = {
// Swap plugins:
Expand All @@ -34,7 +34,7 @@ const plugins = {
tombSwap: makeTombSwapPlugin,
transfer: makeTransferPlugin,
velodrome: makeVelodromePlugin,
xrpdex: makeXrpDexPlugin
xrpdex
}

declare global {
Expand Down
Loading

0 comments on commit 98f06bb

Please sign in to comment.