mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-14 14:12:35 +03:00
fix: fix small typo
This commit is contained in:
@@ -523,7 +523,7 @@ class BlockchainService {
|
||||
{ headers: this.basicAuthHeaders }
|
||||
);
|
||||
|
||||
ф = ({ assetIn, assetOut, targetChainId }: MinLockAmount) => fetchWithValidation(
|
||||
getMinLockAmountForCCS = ({ assetIn, assetOut, targetChainId }: MinLockAmount) => fetchWithValidation(
|
||||
`${this.apiUrl}/api/atomic/min-lock-amount?assetIn=${assetIn}&assetOut=${assetOut}&targetChainId=${targetChainId}`,
|
||||
z.number(),
|
||||
{ headers: this.basicAuthHeaders }
|
||||
|
||||
Reference in New Issue
Block a user