Skip to content

Commit

Permalink
Merge pull request #670 from nevermined-io/feat/arbitrum-node-address
Browse files Browse the repository at this point in the history
Update AppNetworks.ts
  • Loading branch information
eruizgar91 authored May 30, 2024
2 parents 4b30785 + e0f378d commit ba5a450
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.9",
"version": "3.0.10",
"description": "Javascript SDK for connecting with Nevermined Data Platform ",
"main": "./dist/node/sdk.js",
"typings": "./dist/node/sdk.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/nevermined/resources/AppNetworks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class AppDeploymentArbitrum extends NeverminedAppOptions {
marketplaceUri = 'https://marketplace-api.arbitrum.nevermined.app'
graphHttpUri = 'https://api.thegraph.com/subgraphs/name/nevermined-io/public'
neverminedNodeUri = 'https://node.arbitrum.nevermined.app'
neverminedNodeAddress = '0x0b5297b97655A29dE245700864F5591741e50d2c'
neverminedNodeAddress = '0x824dbcE5E9C96C5b8ce2A35a25a5ab87eD1D00b1'
verbose = true
gasMultiplier = 0
gasPriceMultiplier = 0
Expand Down

0 comments on commit ba5a450

Please sign in to comment.