We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e4b51 commit 18bb42aCopy full SHA for 18bb42a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nevermined-io/sdk",
3
- "version": "3.0.49-rc0",
+ "version": "3.0.49-rc1",
4
"description": "Javascript SDK for connecting with Nevermined Data Platform ",
5
"main": "./dist/node/sdk.js",
6
"typings": "./dist/node/sdk.d.ts",
src/nevermined/utils/BlockchainViemUtils.ts
@@ -555,7 +555,7 @@ export async function createKernelClient(
555
},
556
entryPoint: getEntryPoint(ENTRY_POINT_VERSION),
557
kernelVersion: KERNEL_V2_4,
558
- address,
+ address: address ? address : signer.selectedAddress,
559
})
560
561
return createKernelAccountClient({
0 commit comments