anymal-protocol 1.0.38 → 1.0.39
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.js +8 -8
- package/dist/index.mjs +8 -8
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -91,8 +91,8 @@ function useVerifyAccount() {
|
|
|
91
91
|
data: callData
|
|
92
92
|
}
|
|
93
93
|
],
|
|
94
|
-
maxPriorityFeePerGas: (0, import_viem.parseGwei)("
|
|
95
|
-
maxFeePerGas:
|
|
94
|
+
maxPriorityFeePerGas: (0, import_viem.parseGwei)("0.001")
|
|
95
|
+
// maxFeePerGas: parseGwei("5.599"),
|
|
96
96
|
});
|
|
97
97
|
await bundlerClient.waitForUserOperationReceipt({
|
|
98
98
|
hash: userOpHash,
|
|
@@ -468,8 +468,8 @@ function useMintAnymalNFT() {
|
|
|
468
468
|
data: callData
|
|
469
469
|
}
|
|
470
470
|
],
|
|
471
|
-
maxPriorityFeePerGas: (0, import_viem2.parseGwei)("
|
|
472
|
-
maxFeePerGas:
|
|
471
|
+
maxPriorityFeePerGas: (0, import_viem2.parseGwei)("0.001")
|
|
472
|
+
// maxFeePerGas: parseGwei("5.599"),
|
|
473
473
|
});
|
|
474
474
|
await bundlerClient.waitForUserOperationReceipt({
|
|
475
475
|
hash: userOpHash,
|
|
@@ -824,8 +824,8 @@ function useProcessPartialKibblePayment() {
|
|
|
824
824
|
data: callData
|
|
825
825
|
}
|
|
826
826
|
],
|
|
827
|
-
maxPriorityFeePerGas: (0, import_viem3.parseGwei)("0.001")
|
|
828
|
-
maxFeePerGas:
|
|
827
|
+
maxPriorityFeePerGas: (0, import_viem3.parseGwei)("0.001")
|
|
828
|
+
// maxFeePerGas: parseGwei("0.01"),
|
|
829
829
|
});
|
|
830
830
|
await bundlerClient.waitForUserOperationReceipt({
|
|
831
831
|
hash: userOpHash,
|
|
@@ -870,8 +870,8 @@ function useApproveKibbleToken() {
|
|
|
870
870
|
data: callData
|
|
871
871
|
}
|
|
872
872
|
],
|
|
873
|
-
maxPriorityFeePerGas: (0, import_viem4.parseGwei)("0.001")
|
|
874
|
-
maxFeePerGas:
|
|
873
|
+
maxPriorityFeePerGas: (0, import_viem4.parseGwei)("0.001")
|
|
874
|
+
// maxFeePerGas: parseGwei("0.01"),
|
|
875
875
|
});
|
|
876
876
|
await bundlerClient.waitForUserOperationReceipt({
|
|
877
877
|
hash: userOpHash,
|
package/dist/index.mjs
CHANGED
|
@@ -46,8 +46,8 @@ function useVerifyAccount() {
|
|
|
46
46
|
data: callData
|
|
47
47
|
}
|
|
48
48
|
],
|
|
49
|
-
maxPriorityFeePerGas: parseGwei("
|
|
50
|
-
maxFeePerGas: parseGwei("5.599")
|
|
49
|
+
maxPriorityFeePerGas: parseGwei("0.001")
|
|
50
|
+
// maxFeePerGas: parseGwei("5.599"),
|
|
51
51
|
});
|
|
52
52
|
await bundlerClient.waitForUserOperationReceipt({
|
|
53
53
|
hash: userOpHash,
|
|
@@ -423,8 +423,8 @@ function useMintAnymalNFT() {
|
|
|
423
423
|
data: callData
|
|
424
424
|
}
|
|
425
425
|
],
|
|
426
|
-
maxPriorityFeePerGas: parseGwei2("
|
|
427
|
-
maxFeePerGas:
|
|
426
|
+
maxPriorityFeePerGas: parseGwei2("0.001")
|
|
427
|
+
// maxFeePerGas: parseGwei("5.599"),
|
|
428
428
|
});
|
|
429
429
|
await bundlerClient.waitForUserOperationReceipt({
|
|
430
430
|
hash: userOpHash,
|
|
@@ -779,8 +779,8 @@ function useProcessPartialKibblePayment() {
|
|
|
779
779
|
data: callData
|
|
780
780
|
}
|
|
781
781
|
],
|
|
782
|
-
maxPriorityFeePerGas: parseGwei3("0.001")
|
|
783
|
-
maxFeePerGas:
|
|
782
|
+
maxPriorityFeePerGas: parseGwei3("0.001")
|
|
783
|
+
// maxFeePerGas: parseGwei("0.01"),
|
|
784
784
|
});
|
|
785
785
|
await bundlerClient.waitForUserOperationReceipt({
|
|
786
786
|
hash: userOpHash,
|
|
@@ -825,8 +825,8 @@ function useApproveKibbleToken() {
|
|
|
825
825
|
data: callData
|
|
826
826
|
}
|
|
827
827
|
],
|
|
828
|
-
maxPriorityFeePerGas: parseGwei4("0.001")
|
|
829
|
-
maxFeePerGas:
|
|
828
|
+
maxPriorityFeePerGas: parseGwei4("0.001")
|
|
829
|
+
// maxFeePerGas: parseGwei("0.01"),
|
|
830
830
|
});
|
|
831
831
|
await bundlerClient.waitForUserOperationReceipt({
|
|
832
832
|
hash: userOpHash,
|
package/package.json
CHANGED