update pods

This commit is contained in:
ivan grachev 2024-06-09 13:17:19 +03:00
parent 8041632032
commit 67d8b6df29
8 changed files with 16 additions and 12 deletions

View File

@ -2,11 +2,11 @@ PODS:
- BigInt (5.2.0)
- Kingfisher (7.11.0)
- SwiftProtobuf (1.26.0)
- TrustWalletCore (4.0.43):
- TrustWalletCore/Core (= 4.0.43)
- TrustWalletCore/Core (4.0.43):
- TrustWalletCore (4.0.44):
- TrustWalletCore/Core (= 4.0.44)
- TrustWalletCore/Core (4.0.44):
- TrustWalletCore/Types
- TrustWalletCore/Types (4.0.43):
- TrustWalletCore/Types (4.0.44):
- SwiftProtobuf
DEPENDENCIES:
@ -25,7 +25,7 @@ SPEC CHECKSUMS:
BigInt: f668a80089607f521586bbe29513d708491ef2f7
Kingfisher: b9c985d864d43515f404f1ef4a8ce7d802ace3ac
SwiftProtobuf: 5e8349171e7c2f88f5b9e683cb3cb79d1dc780b3
TrustWalletCore: bb9bcef78ba7250baa6b9be4da3eff4363538d1e
TrustWalletCore: a74d979857c97574e1705d333ef364eec133d746
PODFILE CHECKSUM: 72f7eb26206c881e6d2dfc7cb8e849024520dc10

10
Pods/Manifest.lock generated
View File

@ -2,11 +2,11 @@ PODS:
- BigInt (5.2.0)
- Kingfisher (7.11.0)
- SwiftProtobuf (1.26.0)
- TrustWalletCore (4.0.43):
- TrustWalletCore/Core (= 4.0.43)
- TrustWalletCore/Core (4.0.43):
- TrustWalletCore (4.0.44):
- TrustWalletCore/Core (= 4.0.44)
- TrustWalletCore/Core (4.0.44):
- TrustWalletCore/Types
- TrustWalletCore/Types (4.0.43):
- TrustWalletCore/Types (4.0.44):
- SwiftProtobuf
DEPENDENCIES:
@ -25,7 +25,7 @@ SPEC CHECKSUMS:
BigInt: f668a80089607f521586bbe29513d708491ef2f7
Kingfisher: b9c985d864d43515f404f1ef4a8ce7d802ace3ac
SwiftProtobuf: 5e8349171e7c2f88f5b9e683cb3cb79d1dc780b3
TrustWalletCore: bb9bcef78ba7250baa6b9be4da3eff4363538d1e
TrustWalletCore: a74d979857c97574e1705d333ef364eec133d746
PODFILE CHECKSUM: 72f7eb26206c881e6d2dfc7cb8e849024520dc10

View File

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.0.43</string>
<string>4.0.44</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>

View File

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.0.43</string>
<string>4.0.44</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>

View File

@ -166,4 +166,5 @@ public enum CoinType: UInt32, CaseIterable {
case lightlink = 1890
case blast = 81457
case bounceBit = 6001
case zkLinkNova = 810180
}

View File

@ -34,6 +34,7 @@ public enum EthereumChainID: UInt32, CaseIterable {
case linea = 59144
case blast = 81457
case scroll = 534352
case zklinknova = 810180
case wanchain = 888
case cronos = 25
case optimism = 10

View File

@ -185,6 +185,7 @@ enum TWCoinType {
TWCoinTypeLightlink = 1890,
TWCoinTypeBlast = 81457,
TWCoinTypeBounceBit = 6001,
TWCoinTypeZkLinkNova = 810180,
// end_of_tw_coin_type_marker_do_not_modify
};

View File

@ -41,6 +41,7 @@ enum TWEthereumChainID {
TWEthereumChainIDLinea = 59144,
TWEthereumChainIDBlast = 81457,
TWEthereumChainIDScroll = 534352,
TWEthereumChainIDZklinknova = 810180,
TWEthereumChainIDWanchain = 888,
TWEthereumChainIDCronos = 25,
TWEthereumChainIDOptimism = 10,