anymal-protocol 1.0.37 → 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 CHANGED
@@ -91,8 +91,8 @@ function useVerifyAccount() {
91
91
  data: callData
92
92
  }
93
93
  ],
94
- maxPriorityFeePerGas: (0, import_viem.parseGwei)("5.599"),
95
- maxFeePerGas: (0, import_viem.parseGwei)("5.599")
94
+ maxPriorityFeePerGas: (0, import_viem.parseGwei)("0.001")
95
+ // maxFeePerGas: parseGwei("5.599"),
96
96
  });
97
97
  await bundlerClient.waitForUserOperationReceipt({
98
98
  hash: userOpHash,
@@ -380,7 +380,6 @@ function useFetchNotifications() {
380
380
  AnymalNotification(groupBy: $groupBy, filter: $filter, order: $order) {
381
381
  anymalTxId
382
382
  title
383
- read
384
383
  _group {
385
384
  _docID
386
385
  source
@@ -469,8 +468,8 @@ function useMintAnymalNFT() {
469
468
  data: callData
470
469
  }
471
470
  ],
472
- maxPriorityFeePerGas: (0, import_viem2.parseGwei)("5.599"),
473
- maxFeePerGas: (0, import_viem2.parseGwei)("5.599")
471
+ maxPriorityFeePerGas: (0, import_viem2.parseGwei)("0.001")
472
+ // maxFeePerGas: parseGwei("5.599"),
474
473
  });
475
474
  await bundlerClient.waitForUserOperationReceipt({
476
475
  hash: userOpHash,
@@ -825,8 +824,8 @@ function useProcessPartialKibblePayment() {
825
824
  data: callData
826
825
  }
827
826
  ],
828
- maxPriorityFeePerGas: (0, import_viem3.parseGwei)("0.001"),
829
- maxFeePerGas: (0, import_viem3.parseGwei)("0.01")
827
+ maxPriorityFeePerGas: (0, import_viem3.parseGwei)("0.001")
828
+ // maxFeePerGas: parseGwei("0.01"),
830
829
  });
831
830
  await bundlerClient.waitForUserOperationReceipt({
832
831
  hash: userOpHash,
@@ -871,8 +870,8 @@ function useApproveKibbleToken() {
871
870
  data: callData
872
871
  }
873
872
  ],
874
- maxPriorityFeePerGas: (0, import_viem4.parseGwei)("0.001"),
875
- maxFeePerGas: (0, import_viem4.parseGwei)("0.01")
873
+ maxPriorityFeePerGas: (0, import_viem4.parseGwei)("0.001")
874
+ // maxFeePerGas: parseGwei("0.01"),
876
875
  });
877
876
  await bundlerClient.waitForUserOperationReceipt({
878
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("5.599"),
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,
@@ -335,7 +335,6 @@ function useFetchNotifications() {
335
335
  AnymalNotification(groupBy: $groupBy, filter: $filter, order: $order) {
336
336
  anymalTxId
337
337
  title
338
- read
339
338
  _group {
340
339
  _docID
341
340
  source
@@ -424,8 +423,8 @@ function useMintAnymalNFT() {
424
423
  data: callData
425
424
  }
426
425
  ],
427
- maxPriorityFeePerGas: parseGwei2("5.599"),
428
- maxFeePerGas: parseGwei2("5.599")
426
+ maxPriorityFeePerGas: parseGwei2("0.001")
427
+ // maxFeePerGas: parseGwei("5.599"),
429
428
  });
430
429
  await bundlerClient.waitForUserOperationReceipt({
431
430
  hash: userOpHash,
@@ -780,8 +779,8 @@ function useProcessPartialKibblePayment() {
780
779
  data: callData
781
780
  }
782
781
  ],
783
- maxPriorityFeePerGas: parseGwei3("0.001"),
784
- maxFeePerGas: parseGwei3("0.01")
782
+ maxPriorityFeePerGas: parseGwei3("0.001")
783
+ // maxFeePerGas: parseGwei("0.01"),
785
784
  });
786
785
  await bundlerClient.waitForUserOperationReceipt({
787
786
  hash: userOpHash,
@@ -826,8 +825,8 @@ function useApproveKibbleToken() {
826
825
  data: callData
827
826
  }
828
827
  ],
829
- maxPriorityFeePerGas: parseGwei4("0.001"),
830
- maxFeePerGas: parseGwei4("0.01")
828
+ maxPriorityFeePerGas: parseGwei4("0.001")
829
+ // maxFeePerGas: parseGwei("0.01"),
831
830
  });
832
831
  await bundlerClient.waitForUserOperationReceipt({
833
832
  hash: userOpHash,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anymal-protocol",
3
- "version": "1.0.37",
3
+ "version": "1.0.39",
4
4
  "description": "A React/TypeScript-based utility library for reusable functions and hooks inside of the Anymal Ecosystem.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",