seismic-viem 1.0.7 → 1.0.8
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/_cjs/index.js +2 -2
- package/dist/_esm/index.js +2 -2
- package/package.json +1 -1
package/dist/_cjs/index.js
CHANGED
|
@@ -16045,7 +16045,7 @@ async function sendShieldedTransaction(client, parameters) {
|
|
|
16045
16045
|
authorizationList,
|
|
16046
16046
|
blobs,
|
|
16047
16047
|
data,
|
|
16048
|
-
gas,
|
|
16048
|
+
gas = 30000000,
|
|
16049
16049
|
gasPrice,
|
|
16050
16050
|
maxFeePerBlobGas,
|
|
16051
16051
|
maxFeePerGas,
|
|
@@ -16130,7 +16130,7 @@ async function shieldedWriteContract(client, parameters) {
|
|
|
16130
16130
|
functionName,
|
|
16131
16131
|
args = [],
|
|
16132
16132
|
address,
|
|
16133
|
-
gas
|
|
16133
|
+
gas,
|
|
16134
16134
|
gasPrice
|
|
16135
16135
|
} = parameters;
|
|
16136
16136
|
let { nonce } = parameters;
|
package/dist/_esm/index.js
CHANGED
|
@@ -16016,7 +16016,7 @@ async function sendShieldedTransaction(client, parameters) {
|
|
|
16016
16016
|
authorizationList,
|
|
16017
16017
|
blobs,
|
|
16018
16018
|
data,
|
|
16019
|
-
gas,
|
|
16019
|
+
gas = 30000000,
|
|
16020
16020
|
gasPrice,
|
|
16021
16021
|
maxFeePerBlobGas,
|
|
16022
16022
|
maxFeePerGas,
|
|
@@ -16101,7 +16101,7 @@ async function shieldedWriteContract(client, parameters) {
|
|
|
16101
16101
|
functionName,
|
|
16102
16102
|
args = [],
|
|
16103
16103
|
address,
|
|
16104
|
-
gas
|
|
16104
|
+
gas,
|
|
16105
16105
|
gasPrice
|
|
16106
16106
|
} = parameters;
|
|
16107
16107
|
let { nonce } = parameters;
|