Skip to content

Commit

Permalink
feat: thor streaming swaps quote (#5106)
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre authored Aug 19, 2023
1 parent badb5c7 commit 18d145e
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 18d145e

Please sign in to comment.