Updated on 2026-08-14
This commit is contained in:
parent
016b1e18d2
commit
1f233c091b
5 changed files with 33 additions and 7 deletions
|
|
@ -32,6 +32,9 @@ data class ExchangeProvider(
|
|||
|
||||
@Json(name = "slippage")
|
||||
val slippage: BigDecimal?,
|
||||
|
||||
@Json(name = "exchangeOnlyWithinSingleAddress")
|
||||
val isExchangeOnlyWithinSingleAddress: Boolean = false,
|
||||
)
|
||||
|
||||
@JsonClass(generateAdapter = false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue