anymal-protocol 1.0.20 → 1.0.21
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 +4 -4
- package/dist/index.mjs +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -624,8 +624,8 @@ function useVerifyAccount() {
|
|
|
624
624
|
data: callData
|
|
625
625
|
}
|
|
626
626
|
],
|
|
627
|
-
maxPriorityFeePerGas: (0, import_viem.parseGwei)("
|
|
628
|
-
maxFeePerGas: (0, import_viem.parseGwei)("
|
|
627
|
+
maxPriorityFeePerGas: (0, import_viem.parseGwei)("5.599"),
|
|
628
|
+
maxFeePerGas: (0, import_viem.parseGwei)("5.599")
|
|
629
629
|
});
|
|
630
630
|
await bundlerClient.waitForUserOperationReceipt({
|
|
631
631
|
hash: userOpHash
|
|
@@ -927,8 +927,8 @@ function useMintAnymalNFT() {
|
|
|
927
927
|
data: callData
|
|
928
928
|
}
|
|
929
929
|
],
|
|
930
|
-
maxPriorityFeePerGas: (0, import_viem2.parseGwei)("
|
|
931
|
-
maxFeePerGas: (0, import_viem2.parseGwei)("
|
|
930
|
+
maxPriorityFeePerGas: (0, import_viem2.parseGwei)("5.599"),
|
|
931
|
+
maxFeePerGas: (0, import_viem2.parseGwei)("5.599")
|
|
932
932
|
});
|
|
933
933
|
await bundlerClient.waitForUserOperationReceipt({
|
|
934
934
|
hash: userOpHash
|
package/dist/index.mjs
CHANGED
|
@@ -583,8 +583,8 @@ function useVerifyAccount() {
|
|
|
583
583
|
data: callData
|
|
584
584
|
}
|
|
585
585
|
],
|
|
586
|
-
maxPriorityFeePerGas: parseGwei("
|
|
587
|
-
maxFeePerGas: parseGwei("
|
|
586
|
+
maxPriorityFeePerGas: parseGwei("5.599"),
|
|
587
|
+
maxFeePerGas: parseGwei("5.599")
|
|
588
588
|
});
|
|
589
589
|
await bundlerClient.waitForUserOperationReceipt({
|
|
590
590
|
hash: userOpHash
|
|
@@ -886,8 +886,8 @@ function useMintAnymalNFT() {
|
|
|
886
886
|
data: callData
|
|
887
887
|
}
|
|
888
888
|
],
|
|
889
|
-
maxPriorityFeePerGas: parseGwei2("
|
|
890
|
-
maxFeePerGas: parseGwei2("
|
|
889
|
+
maxPriorityFeePerGas: parseGwei2("5.599"),
|
|
890
|
+
maxFeePerGas: parseGwei2("5.599")
|
|
891
891
|
});
|
|
892
892
|
await bundlerClient.waitForUserOperationReceipt({
|
|
893
893
|
hash: userOpHash
|
package/package.json
CHANGED