@volr/react 0.1.104 → 0.1.105
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -18288,7 +18288,7 @@ function defaultIdempotencyKey() {
|
|
|
18288
18288
|
}
|
|
18289
18289
|
|
|
18290
18290
|
// src/wallet/auth.ts
|
|
18291
|
-
var GAS_CAP_BUFFER =
|
|
18291
|
+
var GAS_CAP_BUFFER = 200000n;
|
|
18292
18292
|
function computeTotalGasCap(calls) {
|
|
18293
18293
|
return calls.reduce((sum, c) => sum + (c.gasLimit ?? 0n), 0n) + GAS_CAP_BUFFER;
|
|
18294
18294
|
}
|