Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOS-8253 Send, Express: (Kaspa) no warning about 84 UTXO #4081

Merged
merged 1 commit into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ end
def blockchain_sdk_pods
# 'TangemWalletCore' dependency must be added via SPM

pod 'BlockchainSdk', :git => 'https://github.com/tangem/blockchain-sdk-swift.git', :tag => 'develop-705'
pod 'BlockchainSdk', :git => 'https://github.com/tangem/blockchain-sdk-swift.git', :tag => 'develop-706'
#pod 'BlockchainSdk', :path => '../blockchain-sdk-swift'

pod 'Solana.Swift', :git => 'https://github.com/tangem/Solana.Swift', :tag => '1.2.0-tangem11'
Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ DEPENDENCIES:
- AmplitudeSwift (= 1.6.2)
- BinanceChain (from `https://github.com/tangem/swiftbinancechain.git`, tag `0.0.11`)
- BitcoinCore.swift (from `https://github.com/tangem/bitcoincore.git`, tag `0.0.20`)
- BlockchainSdk (from `https://github.com/tangem/blockchain-sdk-swift.git`, tag `develop-705`)
- BlockchainSdk (from `https://github.com/tangem/blockchain-sdk-swift.git`, tag `develop-706`)
- BlockiesSwift (~> 0.1.2)
- CombineExt (~> 1.8.0)
- Firebase/Analytics (= 10.29.0)
Expand Down Expand Up @@ -278,7 +278,7 @@ EXTERNAL SOURCES:
:tag: 0.0.20
BlockchainSdk:
:git: https://github.com/tangem/blockchain-sdk-swift.git
:tag: develop-705
:tag: develop-706
Solana.Swift:
:git: https://github.com/tangem/Solana.Swift
:tag: 1.2.0-tangem11
Expand All @@ -301,7 +301,7 @@ CHECKOUT OPTIONS:
:tag: 0.0.20
BlockchainSdk:
:git: https://github.com/tangem/blockchain-sdk-swift.git
:tag: develop-705
:tag: develop-706
Solana.Swift:
:git: https://github.com/tangem/Solana.Swift
:tag: 1.2.0-tangem11
Expand Down Expand Up @@ -354,6 +354,6 @@ SPEC CHECKSUMS:
TangemSdk: 145675e87bf4720d13968510b19e03b5402ed028
WalletConnectSwiftV2: 5ea47db4d86e39fc749b66a05a661af9e87b277d

PODFILE CHECKSUM: f2a3d03a22939741d58c9ecf38775e3ceee71e82
PODFILE CHECKSUM: 740fc3c0e9ddbb9721352e01a478844644d3292a

COCOAPODS: 1.15.2
Loading