Skip to content

Commit 7e1d361

Browse files
πŸ”„ synced file(s) with circlefin/modularwallets-ios-sdk-internal (#18)
synced local file(s) with [circlefin/modularwallets-ios-sdk-internal](https://github.com/circlefin/modularwallets-ios-sdk-internal). <details> <summary>Changed files</summary> <ul> <li>synced local directory <code>CircleModularWalletsCore/</code> with remote directory <code>CircleModularWalletsCore/</code></li> </ul> </details> --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#15059392177](https://github.com/circlefin/modularwallets-ios-sdk-internal/actions/runs/15059392177)
1 parent 0bfa1c0 commit 7e1d361

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

β€ŽCircleModularWalletsCore/Resources/Info.plistβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>CFBundleShortVersionString</key>
6-
<string>1.1.1</string>
6+
<string>1.1.2</string>
77
<key>CFBundleIdentifier</key>
88
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
99
<key>CFBundleName</key>

β€ŽCircleModularWalletsCore/Sources/Helpers/Constants.swiftβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ let PUBLIC_KEY_OWN_WEIGHT = 1
6868
/// The threshold weight.
6969
let THRESHOLD_WEIGHT = 1
7070

71-
let MINIMUM_VERIFICATION_GAS_LIMIT = 600_000
71+
let MINIMUM_VERIFICATION_GAS_LIMIT = 100_000
7272
let MINIMUM_UNDEPLOY_VERIFICATION_GAS_LIMIT = 1_500_000
7373
let SEPOLIA_MINIMUM_VERIFICATION_GAS_LIMIT = 600_000
7474
let SEPOLIA_MINIMUM_UNDEPLOY_VERIFICATION_GAS_LIMIT = 2_000_000

β€ŽCircleModularWalletsCore/Sources/Helpers/Extensions/Bundle+Extension.swiftβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import Foundation
2121
#if SWIFT_PACKAGE
2222
extension Bundle {
2323
public enum SDK {
24-
public static let version = "1.1.1"
24+
public static let version = "1.1.2"
2525
}
2626
}
2727
#else

0 commit comments

Comments
Β (0)