Skip to content

Commit

Permalink
Merge pull request #665 from nevermined-io/feat/change-default-provider
Browse files Browse the repository at this point in the history
feat: update node address in staging and testing to 0x5838B5512cF9f12…
  • Loading branch information
eruizgar91 authored May 14, 2024
2 parents 135451d + 68b8c0c commit fc16f64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.6",
"version": "3.0.7",
"description": "Javascript SDK for connecting with Nevermined Data Platform ",
"main": "./dist/node/sdk.js",
"typings": "./dist/node/sdk.d.ts",
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

0 comments on commit fc16f64

Please sign in to comment.