From eaa05f598ecaf95f955995813e716774a411340f Mon Sep 17 00:00:00 2001 From: hewigovens <360470+hewigovens@users.noreply.github.com> Date: Tue, 22 Dec 2020 07:28:26 +0800 Subject: [PATCH] Fix bscscan write contract (#114) --- dist/trust-min.js | 4 ++-- ios/Podfile.lock | 16 ++++++++-------- ios/TrustWeb3Provider.xcodeproj/project.pbxproj | 8 +++++--- .../xcschemes/TrustWeb3Provider-Example.xcscheme | 2 +- src/index.js | 8 ++++++-- 5 files changed, 22 insertions(+), 16 deletions(-) diff --git a/dist/trust-min.js b/dist/trust-min.js index 2b9bb635..49f7d1e5 100644 --- a/dist/trust-min.js +++ b/dist/trust-min.js @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6fa92304a0135af876702ecfe6a9582ff78c65f504289fc9bccd866ceba51017 -size 535161 +oid sha256:036a32854868cbd331c3d5bb65dad5c2c3b683ffd812ad7162d16b2feae6cd44 +size 535231 diff --git a/ios/Podfile.lock b/ios/Podfile.lock index e0c76c34..a3cbec3e 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1,10 +1,10 @@ PODS: - - SwiftProtobuf (1.12.0) - - TrustWalletCore (2.2.10): - - TrustWalletCore/Core (= 2.2.10) - - TrustWalletCore/Core (2.2.10): + - SwiftProtobuf (1.14.0) + - TrustWalletCore (2.4.1): + - TrustWalletCore/Core (= 2.4.1) + - TrustWalletCore/Core (2.4.1): - TrustWalletCore/Types - - TrustWalletCore/Types (2.2.10): + - TrustWalletCore/Types (2.4.1): - SwiftProtobuf - TrustWeb3Provider (0.4.0) @@ -23,10 +23,10 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - SwiftProtobuf: 4ef85479c18ca85b5482b343df9c319c62bda699 - TrustWalletCore: 307d24dbe596bdeb2ae27b64e7b37f908d430773 + SwiftProtobuf: ed465ed18402f998fd117f631da27e0168e6b59c + TrustWalletCore: f75b9dad34c938a2139996b016373f880dee5fb2 TrustWeb3Provider: c4fd1102867679e39224abf4449748cb4bd2a3a3 PODFILE CHECKSUM: 8983898624024172b19a1e0acdeeb4229d50f3fd -COCOAPODS: 1.9.3 +COCOAPODS: 1.10.0 diff --git a/ios/TrustWeb3Provider.xcodeproj/project.pbxproj b/ios/TrustWeb3Provider.xcodeproj/project.pbxproj index 73ac6101..b6278d7b 100644 --- a/ios/TrustWeb3Provider.xcodeproj/project.pbxproj +++ b/ios/TrustWeb3Provider.xcodeproj/project.pbxproj @@ -225,7 +225,7 @@ isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0830; - LastUpgradeCheck = 1170; + LastUpgradeCheck = 1210; ORGANIZATIONNAME = CocoaPods; TargetAttributes = { 607FACCF1AFB9204008FA782 = { @@ -427,6 +427,7 @@ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; @@ -452,7 +453,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -483,6 +484,7 @@ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; @@ -501,7 +503,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_COMPILATION_MODE = wholemodule; diff --git a/ios/TrustWeb3Provider.xcodeproj/xcshareddata/xcschemes/TrustWeb3Provider-Example.xcscheme b/ios/TrustWeb3Provider.xcodeproj/xcshareddata/xcschemes/TrustWeb3Provider-Example.xcscheme index 32e0ea02..70c63f5c 100644 --- a/ios/TrustWeb3Provider.xcodeproj/xcshareddata/xcschemes/TrustWeb3Provider-Example.xcscheme +++ b/ios/TrustWeb3Provider.xcodeproj/xcshareddata/xcschemes/TrustWeb3Provider-Example.xcscheme @@ -1,6 +1,6 @@