Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CircleModularWalletsCore/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleShortVersionString</key>
<string>1.1.1</string>
<string>1.1.2</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleName</key>
Expand Down
2 changes: 1 addition & 1 deletion CircleModularWalletsCore/Sources/Helpers/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ let PUBLIC_KEY_OWN_WEIGHT = 1
/// The threshold weight.
let THRESHOLD_WEIGHT = 1

let MINIMUM_VERIFICATION_GAS_LIMIT = 600_000
let MINIMUM_VERIFICATION_GAS_LIMIT = 100_000
let MINIMUM_UNDEPLOY_VERIFICATION_GAS_LIMIT = 1_500_000
let SEPOLIA_MINIMUM_VERIFICATION_GAS_LIMIT = 600_000
let SEPOLIA_MINIMUM_UNDEPLOY_VERIFICATION_GAS_LIMIT = 2_000_000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import Foundation
#if SWIFT_PACKAGE
extension Bundle {
public enum SDK {
public static let version = "1.1.1"
public static let version = "1.1.2"
}
}
#else
Expand Down