Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
fix: cryptoassets exchange erc20 & coins import names (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Chabrolin authored Jan 6, 2022
1 parent b300cfc commit bf35c3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cryptoassets/src/exchange.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import coins from "../data/exchange/erc20";
import erc20 from "../data/exchange/coins";
import erc20 from "../data/exchange/erc20";
import coins from "../data/exchange/coins";
const all = [...coins, ...erc20];
const configs = {};

Expand Down

0 comments on commit bf35c3a

Please sign in to comment.