@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.js
CHANGED
|
@@ -18264,7 +18264,7 @@ function defaultIdempotencyKey() {
|
|
|
18264
18264
|
}
|
|
18265
18265
|
|
|
18266
18266
|
// src/wallet/auth.ts
|
|
18267
|
-
var GAS_CAP_BUFFER =
|
|
18267
|
+
var GAS_CAP_BUFFER = 200000n;
|
|
18268
18268
|
function computeTotalGasCap(calls) {
|
|
18269
18269
|
return calls.reduce((sum, c) => sum + (c.gasLimit ?? 0n), 0n) + GAS_CAP_BUFFER;
|
|
18270
18270
|
}
|