@rhinestone/sdk 0.13.5 → 0.13.6

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.
@@ -246,7 +246,7 @@ async function signUserOp(config, sourceChain, targetChain, accountAddress, sign
246
246
  async function submitUserOp(config, sourceChain, targetChain, userOp, signature, orderPath) {
247
247
  if (!orderPath) {
248
248
  const publicClient = (0, viem_1.createPublicClient)({
249
- chain: sourceChain,
249
+ chain: targetChain,
250
250
  transport: (0, viem_1.http)(),
251
251
  });
252
252
  const bundlerClient = (0, utils_1.getBundlerClient)(config, publicClient);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhinestone/sdk",
3
- "version": "0.13.5",
3
+ "version": "0.13.6",
4
4
  "description": "End-to-end chain abstraction and modularity toolkit",
5
5
  "author": {
6
6
  "name": "Rhinestone",