mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
fix lint errors
This commit is contained in:
@@ -92,7 +92,7 @@ export interface AMMInfoResponse extends BaseResponse {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The total outstanding balance of liquidity provider tokens from this AMM instance.
|
* The total outstanding balance of liquidity provider tokens from this AMM instance.
|
||||||
* The holders of these tokens can vote on the AMM's trading fee in proportion to their holdings,
|
* The holders of these tokens can vote on the AMM's trading fee in proportion to their holdings,
|
||||||
* or redeem the tokens for a share of the AMM's assets which grows with the trading fees collected.
|
* or redeem the tokens for a share of the AMM's assets which grows with the trading fees collected.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable complexity -- required for validateAMMBid */
|
||||||
import { ValidationError } from '../../errors'
|
import { ValidationError } from '../../errors'
|
||||||
import { Amount, Issue } from '../common'
|
import { Amount, Issue } from '../common'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user