mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-05 04:28:16 +03:00
update getAtomicSwapFee url
This commit is contained in:
@@ -498,7 +498,7 @@ class BlockchainService {
|
||||
* @returns Fee in percents
|
||||
*/
|
||||
getAtomicSwapFee = () => fetchWithValidation(
|
||||
`${this.apiUrl}/api/v1/atomic/swap-fee`,
|
||||
`${this.apiUrl}/api/atomic/swap-fee`,
|
||||
z.string(),
|
||||
{ headers: this.basicAuthHeaders },
|
||||
errorSchema,
|
||||
|
||||
Reference in New Issue
Block a user