Skip to content

Commit

Permalink
feat: thor streaming swaps quote
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Aug 18, 2023
1 parent c51714b commit 5ef39d7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import type {
ThornodeQuoteResponseSuccess,
} from 'lib/swapper/swappers/ThorchainSwapper/types'
import {
DEFAULT_STREAMING_INTERVAL,
THORCHAIN_AFFILIATE_NAME,
THORCHAIN_FIXED_PRECISION,
} from 'lib/swapper/swappers/ThorchainSwapper/utils/constants'
Expand Down Expand Up @@ -61,6 +62,7 @@ export const getQuote = async ({
destination: parsedReceiveAddress,
affiliate_bps: affiliateBps,
affiliate: THORCHAIN_AFFILIATE_NAME,
streaming_interval: DEFAULT_STREAMING_INTERVAL,
})
const daemonUrl = getConfig().REACT_APP_THORCHAIN_NODE_URL
const maybeData = (
Expand Down

0 comments on commit 5ef39d7

Please sign in to comment.