Skip to content

Commit

Permalink
fix: remove bundler from incorrect place
Browse files Browse the repository at this point in the history
  • Loading branch information
eruizgar91 committed Jan 21, 2025
1 parent 340f87c commit a845669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nevermined-io/sdk",
"version": "3.0.49-rc4",
"version": "3.0.49-rc5",
"description": "Javascript SDK for connecting with Nevermined Data Platform ",
"main": "./dist/node/sdk.js",
"typings": "./dist/node/sdk.d.ts",
Expand Down
4 changes: 1 addition & 3 deletions src/Instantiable.abstract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ export async function getWeb3ViemClients(
const walletClient = createWalletClient({
// cacheTime: 0 as number,
chain,
transport: config.zeroDevProjectId
? http(`https://rpc.zerodev.app/api/v2/bundler/${config.zeroDevProjectId}`)
: providerTransport,
transport: config.zeroDevProjectId ? http() : providerTransport,
})

return {
Expand Down

0 comments on commit a845669

Please sign in to comment.