viem 0.3.27 → 0.3.28

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.
@@ -45,8 +45,8 @@ async function waitForTransactionReceipt(client, { confirmations = 1, hash, onRe
45
45
  if (transaction.blockNumber)
46
46
  blockNumber = transaction.blockNumber;
47
47
  }, {
48
- delay: ({ count }) => ~~(1 << count) * 100,
49
- retryCount: 3,
48
+ delay: ({ count }) => ~~(1 << count) * 200,
49
+ retryCount: 4,
50
50
  });
51
51
  receipt = await (0, getTransactionReceipt_js_1.getTransactionReceipt)(client, { hash });
52
52
  if (confirmations > 0 &&
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
- exports.version = '0.3.27';
4
+ exports.version = '0.3.28';
5
5
  //# sourceMappingURL=version.js.map
@@ -42,8 +42,8 @@ export async function waitForTransactionReceipt(client, { confirmations = 1, has
42
42
  if (transaction.blockNumber)
43
43
  blockNumber = transaction.blockNumber;
44
44
  }, {
45
- delay: ({ count }) => ~~(1 << count) * 100,
46
- retryCount: 3,
45
+ delay: ({ count }) => ~~(1 << count) * 200,
46
+ retryCount: 4,
47
47
  });
48
48
  receipt = await getTransactionReceipt(client, { hash });
49
49
  if (confirmations > 0 &&
@@ -1,2 +1,2 @@
1
- export const version = '0.3.27';
1
+ export const version = '0.3.28';
2
2
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "0.3.27";
1
+ export declare const version = "0.3.28";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "isomorphic-ws": "5.0.0",
13
13
  "ws": "8.12.0"
14
14
  },
15
- "version": "0.3.27",
15
+ "version": "0.3.28",
16
16
  "files": [
17
17
  "dist",
18
18
  "!dist/**/*.tsbuildinfo",
@@ -164,8 +164,8 @@ export async function waitForTransactionReceipt<
164
164
  },
165
165
  {
166
166
  // exponential backoff
167
- delay: ({ count }) => ~~(1 << count) * 100,
168
- retryCount: 3,
167
+ delay: ({ count }) => ~~(1 << count) * 200,
168
+ retryCount: 4,
169
169
  },
170
170
  )
171
171
 
@@ -1 +1 @@
1
- export const version = '0.3.27'
1
+ export const version = '0.3.28'