Skip to content

Commit

Permalink
Merge pull request #4486 from tangem/releases/5.19.3
Browse files Browse the repository at this point in the history
5.19.3 into develop
  • Loading branch information
tureck1y authored Jan 16, 2025
2 parents 739ad4c + 88f09fd commit 1ba2f0f
Show file tree
Hide file tree
Showing 13 changed files with 82 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Tangem/App/Models/UserWallet/Implementations/Wallet2Config.swift
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,16 @@ extension Wallet2Config: UserWalletConfig {
// Neiro on ETH
case "AF98":
return cardsCount == 2 ? Assets.Cards.neiroDouble : Assets.Cards.neiroTriple
// Winter 2
case "AF85", "AF86", "AF87", "AF990011", "AF990012", "AF990013":
return cardsCount == 2 ? Assets.Cards.winter2Double : Assets.Cards.winter2Triple
// USA
case "AF91":
return cardsCount == 2 ? Assets.Cards.usaDouble : Assets.Cards.usaTriple
// Gets Mine
case "BB000008":
return cardsCount == 2 ? Assets.Cards.getsmineDouble : Assets.Cards.getsmineTriple

// Tangem Wallet 2.0
default:

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "Property 1=Variant145.png",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "Property 1=Variant144.png",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "Property 1=Variant135.png",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "Property 1=Variant134.png",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "Property 1=Variant137.png",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "Property 1=Variant136.png",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1ba2f0f

Please sign in to comment.