Skip to content

Commit

Permalink
fix(swaps): add hardcoded support for DAI
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Ranna committed Jun 24, 2019
1 parent d90f00e commit b68d88c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/swaps/Swaps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class Swaps extends EventEmitter {
BTC: 1,
LTC: 1,
WETH: 10 ** 10,
DAI: 10 ** 10,
};
/** The maximum time in milliseconds we will wait for a swap to be accepted before failing it. */
private static readonly SWAP_ACCEPT_TIMEOUT = 10000;
Expand Down

0 comments on commit b68d88c

Please sign in to comment.