Skip to content
Merged
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 src/modules/gas-estimator/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const NONCE_VALIDATION_AND_UPDATION_GAS_LIMIT = 30_000n; // 3k gas buffer

// SMART SESSIONS GAS LIMITS
// Reference from tx (base sepolia): 0x6e4048c5844afa83e47d1a5bc787c8011d460065ded2172cfb0106cae53b831d
export const FIXED_SMART_SESSIONS_USE_MODE_GAS_LIMIT = 65_000n; // 10k gas buffer approx
export const FIXED_SMART_SESSIONS_USE_MODE_GAS_LIMIT = 120_000n; // 50k gas buffer approx

// This is a approximately safe high value. As the size of calldata changes, this can change
export const APPROXIMATE_SMART_SESSION_SINGLE_CALLDATA_DECODING_GAS_LIMIT =
Expand Down