Skip to content

Commit

Permalink
feat: update nodeAddress
Browse files Browse the repository at this point in the history
  • Loading branch information
eruizgar91 committed May 10, 2024
1 parent b174aee commit 1448b54
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nevermined-io/sdk",
"version": "3.0.3",
"version": "3.0.4",
"description": "Javascript SDK for connecting with Nevermined Data Platform ",
"main": "./dist/node/sdk.js",
"typings": "./dist/node/sdk.d.ts",
Expand Down Expand Up @@ -78,7 +78,7 @@
"stream-http": "^3.2.0",
"url": "^0.11.0",
"uuid": "^9.0.1",
"viem": "^2.9.31",
"viem": "^2.10.2",
"whatwg-url": "^14.0.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions src/nevermined/resources/AppNetworks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class AppDeploymentStaging extends NeverminedAppOptions {
marketplaceUri = 'https://marketplace-api.staging.nevermined.app'
graphHttpUri = 'https://api.thegraph.com/subgraphs/name/nevermined-io/public'
neverminedNodeUri = 'https://node.staging.nevermined.app'
neverminedNodeAddress = '0x046d0698926aFa3ab6D6591f03063488F3Fb4327'
neverminedNodeAddress = '0x5838B5512cF9f12FE9f2beccB20eb47211F9B0bc'
verbose = true
gasMultiplier = 0
gasPriceMultiplier = 0
Expand All @@ -45,7 +45,7 @@ export class AppDeploymentTesting extends NeverminedAppOptions {
marketplaceUri = 'https://marketplace-api.testing.nevermined.app'
graphHttpUri = 'https://api.thegraph.com/subgraphs/name/nevermined-io/public'
neverminedNodeUri = 'https://node.testing.nevermined.app'
neverminedNodeAddress = '0x046d0698926aFa3ab6D6591f03063488F3Fb4327'
neverminedNodeAddress = '0x5838B5512cF9f12FE9f2beccB20eb47211F9B0bc'
verbose = true
gasMultiplier = 0
gasPriceMultiplier = 0
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11246,10 +11246,10 @@ viem@2.8.6:
isows "1.0.3"
ws "8.13.0"

viem@^2.9.31:
version "2.9.31"
resolved "https://registry.yarnpkg.com/viem/-/viem-2.9.31.tgz#cfe8e1bb81d358c9117e5e1144d26a95d8aab3dd"
integrity sha512-8aJ8Dm/591Czwb/nRayo0z8Ls5KxqC4QYE33fmHwhx2tDUWC/hHcPZqjLRSTWFtAfi0aZKvP7BeB6UZ3ZkTRhQ==
viem@^2.10.2:
version "2.10.3"
resolved "https://registry.yarnpkg.com/viem/-/viem-2.10.3.tgz#7ddbbd6dd7ae356546b7afc1b878b8b054833c3b"
integrity sha512-GmPMH+D/SDSXpVSjLM0GN1H1/h4NUPHaIqnFLwAit8nkfCiDuajKflGFiMPCIs1h7QZlBICuKvON/rc09H+w6Q==
dependencies:
"@adraffy/ens-normalize" "1.10.0"
"@noble/curves" "1.2.0"
Expand Down

0 comments on commit 1448b54

Please sign in to comment.