Updated on 2026-08-14

This commit is contained in:
Tangem 2023-03-20 12:35:36 +03:00
parent a30e44b1cf
commit 0907ba002c
23 changed files with 217 additions and 65 deletions

View file

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="com.tangem.feature.swap.api" />

View file

@ -0,0 +1,7 @@
package com.tangem.feature.swap.api
/** Feature toggles manager of "swap" feature */
interface SwapFeatureToggleManager {
val isOptimismSwapEnabled: Boolean
}