Updated on 2026-08-14
This commit is contained in:
parent
b004f8df6b
commit
1964b3cfad
22 changed files with 204 additions and 173 deletions
|
|
@ -16,14 +16,6 @@ object TangemBlogUrlBuilder {
|
|||
|
||||
val path: String
|
||||
|
||||
data object SeedNotify : Post {
|
||||
override val path: String = "seed-notify"
|
||||
}
|
||||
|
||||
data object SeedNotifySecond : Post {
|
||||
override val path: String = "tangem-resolves-log-issue"
|
||||
}
|
||||
|
||||
data object SeedPhraseRiskySolution : Post {
|
||||
override val path: String = "seed-phrase-faq"
|
||||
}
|
||||
|
|
@ -39,5 +31,21 @@ object TangemBlogUrlBuilder {
|
|||
data object HowToScan : Post {
|
||||
override val path: String = "scan-tangem-card"
|
||||
}
|
||||
|
||||
data object HowToStake : Post {
|
||||
override val path: String = "how-to-stake-cryptocurrency"
|
||||
}
|
||||
|
||||
data object GiveRevokePermission : Post {
|
||||
override val path: String = "give-revoke-permission"
|
||||
}
|
||||
|
||||
data object HowYieldModeWorks : Post {
|
||||
override val path: String = "yield-mode"
|
||||
}
|
||||
|
||||
data object AboutCrossChainBridges : Post {
|
||||
override val path: String = "an-overview-of-cross-chain-bridges"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue