Skip to content

Commit

Permalink
Remove wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed Nov 12, 2024
1 parent 514394e commit de5fb0c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
11 changes: 1 addition & 10 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "cea9641f58d9d633c6fa2e1285325a58f7d718edd6fe202ad7b8d75b337aca44",
"originHash" : "f3249e1a536ee6e8dbb38e511a584a952ad70dd2ca47f9b2313e3410784259cc",
"pins" : [
{
"identity" : "alamofire",
Expand All @@ -18,15 +18,6 @@
"revision" : "57ce9af6db14e0114af631ace25231a9d0ccccbd",
"version" : "0.18.0"
}
},
{
"identity" : "wallet-core",
"kind" : "remoteSourceControl",
"location" : "https://github.com/trustwallet/wallet-core",
"state" : {
"branch" : "master",
"revision" : "6be89c9b0dc46bcafeb57fc68c333148f06df9e0"
}
}
],
"version" : 3
Expand Down
3 changes: 0 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,13 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/21-DOT-DEV/swift-secp256k1", .upToNextMinor(from: "0.18.0")),
.package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "5.2.0")),
.package(url: "https://github.com/trustwallet/wallet-core", branch: "master"),
],
targets: [
.target(name: "keccak"),
.target(
name: "XyoClient",
dependencies: [
.product(name: "secp256k1", package: "swift-secp256k1"),
.product(name: "WalletCore", package: "wallet-core"),
.product(name: "SwiftProtobuf", package: "wallet-core"),
"Alamofire",
"keccak",
]
Expand Down
3 changes: 1 addition & 2 deletions Sources/XyoClient/Wallet/Wallet.swift
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import Foundation
import WalletCore

public class Wallet {

// public class Wallet: WalletInstance, WalletStatic {
// public class Wallet: WalletInstance, WalletStatic {
// private let _wallet: HDWallet

init() {
Expand Down

0 comments on commit de5fb0c

Please sign in to comment.