anymal-protocol 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/index.js CHANGED
@@ -622,8 +622,8 @@ function useVerifyAccount() {
622
622
  data: callData
623
623
  }
624
624
  ],
625
- maxPriorityFeePerGas: (0, import_viem.parseGwei)("0.001"),
626
- maxFeePerGas: (0, import_viem.parseGwei)("0.001")
625
+ maxPriorityFeePerGas: (0, import_viem.parseGwei)("0.099"),
626
+ maxFeePerGas: (0, import_viem.parseGwei)("0.099")
627
627
  });
628
628
  await bundlerClient.waitForUserOperationReceipt({
629
629
  hash: userOpHash
@@ -700,7 +700,7 @@ function useFetchUserData() {
700
700
  accountType
701
701
  }
702
702
  }
703
- `;
703
+ `;
704
704
  const response = await fetch(endpoint, {
705
705
  method: "POST",
706
706
  headers: {
package/dist/index.mjs CHANGED
@@ -583,8 +583,8 @@ function useVerifyAccount() {
583
583
  data: callData
584
584
  }
585
585
  ],
586
- maxPriorityFeePerGas: parseGwei("0.001"),
587
- maxFeePerGas: parseGwei("0.001")
586
+ maxPriorityFeePerGas: parseGwei("0.099"),
587
+ maxFeePerGas: parseGwei("0.099")
588
588
  });
589
589
  await bundlerClient.waitForUserOperationReceipt({
590
590
  hash: userOpHash
@@ -661,7 +661,7 @@ function useFetchUserData() {
661
661
  accountType
662
662
  }
663
663
  }
664
- `;
664
+ `;
665
665
  const response = await fetch(endpoint, {
666
666
  method: "POST",
667
667
  headers: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anymal-protocol",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -13,7 +13,7 @@ export function useFetchUserData() {
13
13
  accountType
14
14
  }
15
15
  }
16
- `;
16
+ `;
17
17
 
18
18
  const response = await fetch(endpoint, {
19
19
  method: "POST",
@@ -42,8 +42,8 @@ export function useVerifyAccount() {
42
42
  data: callData,
43
43
  },
44
44
  ],
45
- maxPriorityFeePerGas: parseGwei("0.001"),
46
- maxFeePerGas: parseGwei("0.001"),
45
+ maxPriorityFeePerGas: parseGwei("0.099"),
46
+ maxFeePerGas: parseGwei("0.099"),
47
47
  });
48
48
 
49
49
  await bundlerClient.waitForUserOperationReceipt({