You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added additional confirmation of a transaction for `send()` adn `sendBatch()` methods via RPC request using wait `waitForTransactionReceipt` method
8
+
9
+
## Why was changed/added?
10
+
11
+
- Bundler sometimes go ahead in state that RPC node. It cause an issue when RPC try to fetch a wallet balance, but got zero result as a node still work with an old block
12
+
13
+
## How to use the change?
14
+
15
+
- It will be used by default under the hood for `send()` and `sendBatch()` methods of the SDK
0 commit comments