Skip to content

Commit 52c1e73

Browse files
committed
increased gas limit
1 parent 2418605 commit 52c1e73

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

apps/box/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ android {
8282
applicationId "land.fx.blox"
8383
minSdkVersion rootProject.ext.minSdkVersion
8484
targetSdkVersion rootProject.ext.targetSdkVersion
85-
versionCode 241
86-
versionName "2.1.3"
85+
versionCode 242
86+
versionName "2.1.4"
8787
// buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
8888

8989
testBuildType System.getProperty('testBuildType', 'debug')

apps/box/ios/Box.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@
665665
"$(inherited)",
666666
"@executable_path/Frameworks",
667667
);
668-
MARKETING_VERSION = 2.1.3;
668+
MARKETING_VERSION = 2.1.4;
669669
OTHER_LDFLAGS = (
670670
"$(inherited)",
671671
"-ObjC",
@@ -702,7 +702,7 @@
702702
"$(inherited)",
703703
"@executable_path/Frameworks",
704704
);
705-
MARKETING_VERSION = 2.1.3;
705+
MARKETING_VERSION = 2.1.4;
706706
OTHER_LDFLAGS = (
707707
"$(inherited)",
708708
"-ObjC",

apps/box/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "box",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"private": true,
55
"dependencies": {
66
"@functionland/fula-sec": "*",

apps/box/src/contracts/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export const METHOD_GAS_LIMITS = {
138138
leavePool: 850000,
139139
cancelJoinRequest: 100000,
140140
voteJoinRequest: 120000,
141-
claimRewards: 1100000, // Increased from 500000 to provide buffer for token transfers (was using 490,622)
141+
claimRewards: 30000000, // Increased from 500000 to provide buffer for token transfers (was using 490,622)
142142
createPool: 250000,
143143
} as const;
144144

0 commit comments

Comments
 (0)