Updated on 2026-08-14
This commit is contained in:
parent
fabd706b12
commit
8f4e5ed3e0
2 changed files with 13 additions and 15 deletions
|
|
@ -27,8 +27,8 @@ enum class ExpressProviderType(val typeName: String) {
|
|||
fun ExpressProviderType.shouldStoreSwapTransaction() = when (this) {
|
||||
CEX,
|
||||
DEX_BRIDGE,
|
||||
-> true
|
||||
DEX,
|
||||
-> true
|
||||
ONRAMP,
|
||||
-> false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue