Updated on 2026-08-14

This commit is contained in:
Tangem 2026-05-26 12:24:43 +02:00
parent 4ba8525f23
commit a2d9c5118b
3 changed files with 109 additions and 1 deletions

View file

@ -11,4 +11,9 @@ object P2PEthPoolStakingConfig {
val activeNetwork: P2PEthPoolNetwork
get() = if (USE_TESTNET) P2PEthPoolNetwork.TESTNET else P2PEthPoolNetwork.MAINNET
/** Vault addresses returned by the backend that should not be shown to users (test/stub vaults). Stored in lowercase. */
val TEST_VAULT_ADDRESSES: Set<String> = setOf(
"0xb72668d6ff7a0e318f83097a754c6aed0f8af034",
)
}