anymal-protocol 1.0.106 → 1.0.109
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1829,7 +1829,7 @@ function useCreateOrganizationBase() {
|
|
|
1829
1829
|
],
|
|
1830
1830
|
maxPriorityFeePerGas: (0, import_viem4.parseGwei)("0.001"),
|
|
1831
1831
|
// Low priority fee
|
|
1832
|
-
maxFeePerGas: (0, import_viem4.parseGwei)("0.
|
|
1832
|
+
maxFeePerGas: (0, import_viem4.parseGwei)("0.030")
|
|
1833
1833
|
// Max fee cap
|
|
1834
1834
|
});
|
|
1835
1835
|
const txReceipt = await bundlerClient.waitForUserOperationReceipt({
|
package/dist/index.mjs
CHANGED
|
@@ -1766,7 +1766,7 @@ function useCreateOrganizationBase() {
|
|
|
1766
1766
|
],
|
|
1767
1767
|
maxPriorityFeePerGas: parseGwei4("0.001"),
|
|
1768
1768
|
// Low priority fee
|
|
1769
|
-
maxFeePerGas: parseGwei4("0.
|
|
1769
|
+
maxFeePerGas: parseGwei4("0.030")
|
|
1770
1770
|
// Max fee cap
|
|
1771
1771
|
});
|
|
1772
1772
|
const txReceipt = await bundlerClient.waitForUserOperationReceipt({
|
package/package.json
CHANGED