Skip to content

Commit

Permalink
Change thorswap default server
Browse files Browse the repository at this point in the history
  • Loading branch information
paullinator committed Nov 2, 2023
1 parent 3ff8753 commit 217b163
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/swap/defi/thorchainDa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,7 @@ const asThorSwapQuoteResponse = asObject({
})

const DA_VOLATILITY_SPREAD_DEFAULT = 0.03
const THORSWAP_DEFAULT_SERVERS = [
'https://aggregator-prod-aulilvmdlq-uc.a.run.app'
]
const THORSWAP_DEFAULT_SERVERS = ['https://api.thorswap.net/aggregator']

type ExchangeInfo = ReturnType<typeof asExchangeInfo>

Expand Down

0 comments on commit 217b163

Please sign in to comment.