Update web3swift library #4355

pull/4356/head
Krypto Pank 3 years ago
parent e8548d7fc2
commit f8c058a3cf
  1. 2
      Podfile
  2. 8
      Podfile.lock

@ -21,7 +21,7 @@ target 'AlphaWallet' do
pod 'TrezorCrypto', :git=>'https://github.com/AlphaWallet/trezor-crypto-ios.git', :commit => '50c16ba5527e269bbc838e80aee5bac0fe304cc7'
pod 'TrustKeystore', :git => 'https://github.com/AlphaWallet/latest-keystore-snapshot', :commit => 'c0bdc4f6ffc117b103e19d17b83109d4f5a0e764'
pod 'SwiftyJSON', '5.0.0'
pod 'web3swift', :git => 'https://github.com/AlphaWallet/web3swift.git', :commit=> '0b4cca278f9b7d29be1e880e75d7a8e6a8812d1c'
pod 'web3swift', :git => 'https://github.com/AlphaWallet/web3swift.git', :commit=> '183b97078b9f98dbc7e6029db08c0cd1247829fc'
pod 'SAMKeychain'
pod 'PromiseKit/CorePromise'
pod 'PromiseKit/Alamofire'

@ -160,7 +160,7 @@ DEPENDENCIES:
- TrustKeystore (from `https://github.com/AlphaWallet/latest-keystore-snapshot`, commit `c0bdc4f6ffc117b103e19d17b83109d4f5a0e764`)
- TrustWalletCore (= 2.6.34)
- WalletConnectSwift (from `https://github.com/WalletConnect/WalletConnectSwift.git`)
- web3swift (from `https://github.com/AlphaWallet/web3swift.git`, commit `0b4cca278f9b7d29be1e880e75d7a8e6a8812d1c`)
- web3swift (from `https://github.com/AlphaWallet/web3swift.git`, commit `183b97078b9f98dbc7e6029db08c0cd1247829fc`)
- xcbeautify
SPEC REPOS:
@ -234,7 +234,7 @@ EXTERNAL SOURCES:
WalletConnectSwift:
:git: https://github.com/WalletConnect/WalletConnectSwift.git
web3swift:
:commit: 0b4cca278f9b7d29be1e880e75d7a8e6a8812d1c
:commit: 183b97078b9f98dbc7e6029db08c0cd1247829fc
:git: https://github.com/AlphaWallet/web3swift.git
CHECKOUT OPTIONS:
@ -260,7 +260,7 @@ CHECKOUT OPTIONS:
:commit: f316e6dd91639d6e3e5a4c8860d823c08cc71bc3
:git: https://github.com/WalletConnect/WalletConnectSwift.git
web3swift:
:commit: 0b4cca278f9b7d29be1e880e75d7a8e6a8812d1c
:commit: 183b97078b9f98dbc7e6029db08c0cd1247829fc
:git: https://github.com/AlphaWallet/web3swift.git
SPEC CHECKSUMS:
@ -316,6 +316,6 @@ SPEC CHECKSUMS:
web3swift: 06118d4c4edc801444aaa995bbbddeda176b97ef
xcbeautify: b2c6b50c9cab6414296898e94cd153e4ea879662
PODFILE CHECKSUM: b78a8b75569fce6aa1c8a2313fd41e9a4236f96e
PODFILE CHECKSUM: c9dca8b2de301f26bcba0a4b13dde8a3c31bd285
COCOAPODS: 1.11.2

Loading…
Cancel
Save