Skip to content

Commit

Permalink
v0.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
swansontec committed Feb 24, 2023
1 parent 763c73b commit fe3898e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# edge-exchange-plugins

## 0.17.4 (2023-02-24)

- added: Add LI.FI DEX exchange.

## 0.17.3 (2023-02-21)

- Add Optimism support across swap plugins
- Add default mainnet transcription map
- added: Add Optimism support across swap plugins
- added: Add default mainnet transcription map

## 0.17.2 (2023-02-07)

- Fix: Send Ninerealms client-id when doing Thorchain queries
- Fix: Use Thornode servers instead of Midgard for inbound_addresses
- fixed: Send Ninerealms client-id when doing Thorchain queries
- fixed: Use Thornode servers instead of Midgard for inbound_addresses

## 0.17.1 (2023-02-01)

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edge-exchange-plugins",
"version": "0.17.3",
"version": "0.17.4",
"description": "Exchange-rate sources for the Edge core",
"repository": {
"type": "git",
Expand All @@ -16,12 +16,12 @@
"module": "lib/index.js",
"react-native": "lib/index.js",
"files": [
"CHANGELOG.md",
"index.js",
"lib/*",
"LICENSE",
"package.json",
"README.md"
"/CHANGELOG.md",
"/index.js",
"/lib/",
"/LICENSE",
"/package.json",
"/README.md"
],
"scripts": {
"build": "husky install && npm-run-all clean -p lib types",
Expand Down

0 comments on commit fe3898e

Please sign in to comment.