Skip to content

Commit

Permalink
Delete rate plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
swansontec committed Oct 24, 2023
1 parent 5a82e3e commit e27e10f
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 1,040 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased

- changed: Simplify our React Native integration.
- removed: Delete all rate plugins.

## 0.22.0 (2023-10-24)

Expand Down
24 changes: 0 additions & 24 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,6 @@ import 'regenerator-runtime/runtime'

import type { EdgeCorePlugins } from 'edge-core-js/types'

import { makeBitMaxPlugin } from './rate/bitmax'
import { makeCoinbasePlugin } from './rate/coinbase'
import { makeCoincapPlugin } from './rate/coincap'
import { makeCoinGeckoPlugin } from './rate/coingecko'
import { makeCoinmonitorPlugin } from './rate/coinmonitor'
import { makeCompoundPlugin } from './rate/compound'
import { makeConstantRatePlugin } from './rate/constantRate'
import { makeCurrencyconverterapiPlugin } from './rate/currencyconverterapi'
import { makeEdgeRatesPlugin } from './rate/edgeRates'
import { makeNomicsPlugin } from './rate/nomics'
import { makeWazirxPlugin } from './rate/wazirx'
import { makeChangeHeroPlugin } from './swap/changehero'
import { makeChangeNowPlugin } from './swap/changenow'
import { makeLifiPlugin } from './swap/defi/lifi'
Expand All @@ -30,19 +19,6 @@ import { makeSwapuzPlugin } from './swap/swapuz'
import { makeTransferPlugin } from './swap/transfer'

const plugins = {
// Rate plugins:
bitmax: makeBitMaxPlugin,
coinbase: makeCoinbasePlugin,
coincap: makeCoincapPlugin,
coingecko: makeCoinGeckoPlugin,
coinmonitor: makeCoinmonitorPlugin,
compound: makeCompoundPlugin,
constantRate: makeConstantRatePlugin,
currencyconverterapi: makeCurrencyconverterapiPlugin,
edgeRates: makeEdgeRatesPlugin,
nomics: makeNomicsPlugin,
wazirx: makeWazirxPlugin,

// Swap plugins:
changehero: makeChangeHeroPlugin,
changenow: makeChangeNowPlugin,
Expand Down
45 changes: 0 additions & 45 deletions src/rate/bitmax.ts

This file was deleted.

50 changes: 0 additions & 50 deletions src/rate/coinbase.ts

This file was deleted.

105 changes: 0 additions & 105 deletions src/rate/coincap.ts

This file was deleted.

Loading

0 comments on commit e27e10f

Please sign in to comment.