Skip to content

Commit

Permalink
Merge branch 'develop' into feature/IOS-7656_blast_cyber_id
Browse files Browse the repository at this point in the history
  • Loading branch information
amuraveinik authored Aug 15, 2024
2 parents c880c57 + d06f299 commit 29cece0
Show file tree
Hide file tree
Showing 4 changed files with 994 additions and 57 deletions.
4 changes: 4 additions & 0 deletions BlockchainSdk.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
0A1399212B637DB900934D7D /* ShibariumExternalLinkProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A1399202B637DB900934D7D /* ShibariumExternalLinkProvider.swift */; };
0A158C022B74E44D0004DC23 /* BlockBookResponses.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A158C002B74E44D0004DC23 /* BlockBookResponses.swift */; };
0A158C052B74E4680004DC23 /* BitcoinCashNowNodesNetworkProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A158C042B74E4680004DC23 /* BitcoinCashNowNodesNetworkProvider.swift */; };
0A3BF8EA2C69F5D900163492 /* CosmosProtoMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A3BF8E92C69F5D900163492 /* CosmosProtoMessage.swift */; };
0A54FF452BB475B9000D293D /* TangemNetworkLoggerPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A54FF442BB475B9000D293D /* TangemNetworkLoggerPlugin.swift */; };
0A6272652BD96736003B2F4D /* SS58.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A6272642BD96736003B2F4D /* SS58.swift */; };
0A7084B82BF797E900FD519D /* TONAddressService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A7084B72BF797E900FD519D /* TONAddressService.swift */; };
Expand Down Expand Up @@ -912,6 +913,7 @@
0A1399202B637DB900934D7D /* ShibariumExternalLinkProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShibariumExternalLinkProvider.swift; sourceTree = "<group>"; };
0A158C002B74E44D0004DC23 /* BlockBookResponses.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BlockBookResponses.swift; sourceTree = "<group>"; };
0A158C042B74E4680004DC23 /* BitcoinCashNowNodesNetworkProvider.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BitcoinCashNowNodesNetworkProvider.swift; sourceTree = "<group>"; };
0A3BF8E92C69F5D900163492 /* CosmosProtoMessage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CosmosProtoMessage.swift; sourceTree = "<group>"; };
0A54FF442BB475B9000D293D /* TangemNetworkLoggerPlugin.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TangemNetworkLoggerPlugin.swift; sourceTree = "<group>"; };
0A6272642BD96736003B2F4D /* SS58.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SS58.swift; sourceTree = "<group>"; };
0A7084B72BF797E900FD519D /* TONAddressService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TONAddressService.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -3360,6 +3362,7 @@
DA60AF1129E8308E0013F5AC /* CosmosWalletAssembly.swift */,
DA67A69529E51FEA001B6799 /* CosmosWalletManager.swift */,
DC0468FB2B87CC6C00C785D1 /* OtherChains */,
0A3BF8E92C69F5D900163492 /* CosmosProtoMessage.swift */,
);
path = Cosmos;
sourceTree = "<group>";
Expand Down Expand Up @@ -4694,6 +4697,7 @@
DC5E646D2B16098C00E81AA5 /* RIPEMD160+.swift in Sources */,
DC5E65072B1650F400E81AA5 /* OP_2DIV.swift in Sources */,
2DA4A4422BB5431700E55526 /* RadiantTransactionBuilder.swift in Sources */,
0A3BF8EA2C69F5D900163492 /* CosmosProtoMessage.swift in Sources */,
EF3B19342AA85CE90084AA1C /* DogecoinExternalLinkProvider.swift in Sources */,
EF2D9DA52BC3F6770055C485 /* EthereumTransactionParams.swift in Sources */,
EF0DA78C285246A90081092A /* DashMainNetworkParams.swift in Sources */,
Expand Down
Loading

0 comments on commit 29cece0

Please sign in to comment.