Skip to content

Commit

Permalink
chore: sdk versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aaitor committed Jun 15, 2023
1 parent 7ff501a commit e853d66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 50 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"ncli": "./dist/src/index.js"
},
"dependencies": {
"@nevermined-io/sdk": "1.4.2",
"@nevermined-io/sdk-dtp": "0.4.19",
"@nevermined-io/sdk": "1.4.4",
"@nevermined-io/sdk-dtp": "0.4.20",
"@truffle/hdwallet-provider": "^2.0.9",
"chalk": "^4.1.2",
"cross-fetch": "~3.1.5",
Expand Down
50 changes: 2 additions & 48 deletions resources/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,30 +44,7 @@
"gasMultiplier": 0,
"gasPriceMultiplier": 0,
"externalNetwork": true
},
"arbitrum-one": {
"envDescription": "The Arbitrum production environment where users can interact with Nevermined protocol.",
"envUrl": "https://arbitrum.io/",
"isProduction": true,
"nvm": {
"web3ProviderUri": "https://arb1.arbitrum.io/rpc",
"marketplaceUri": "https://marketplace-api.arbitrum-one.public.nevermined.rocks",
"graphHttpUri": "https://api.thegraph.com/subgraphs/name/nevermined-io/public",
"neverminedNodeUri": "https://node.arbitrum-one.public.nevermined.rocks",
"neverminedNodeAddress": "0xD1bF18059D590dE610D3E2D0F43Dd63C0eB2aA86",
"verbose": true
},
"nativeToken": "ETH",
"networkId": "42161",
"networkName": "arbitrum-one",
"contractsVersion": "2.1.0",
"tagName": "public",
"etherscanUrl": "https://arbiscan.io/",
"erc20TokenAddress": "0xe11A86849d99F524cAC3E7A0Ec1241828e332C62",
"gasMultiplier": 0,
"gasPriceMultiplier": 0,
"externalNetwork": true
},
},
"goerli": {
"envDescription": "The Ethereum testnet environment where users can interact with Nevermined protocol.",
"envUrl": "https://goerli.net/",
Expand All @@ -90,30 +67,7 @@
"gasMultiplier": 0,
"gasPriceMultiplier": 0,
"externalNetwork": true
},
"arbitrum-goerli": {
"envDescription": "The Arbitrum testnet environment where users can interact with Nevermined protocol.",
"envUrl": "https://arbitrum.io/",
"isProduction": false,
"nvm": {
"web3ProviderUri": "https://goerli-rollup.arbitrum.io/rpc",
"marketplaceUri": "https://marketplace-api.arbitrum-goerli.public.nevermined.rocks",
"graphHttpUri": "https://api.thegraph.com/subgraphs/name/nevermined-io/public",
"neverminedNodeUri": "https://node.arbitrum-goerli.public.nevermined.rocks",
"neverminedNodeAddress": "0xB82dc620BB4dE6712376055a5cfc0DF11112D442",
"verbose": true
},
"nativeToken": "ETH",
"networkId": "421613",
"networkName": "arbitrum-goerli",
"contractsVersion": "2.1.0",
"tagName": "public",
"etherscanUrl": "https://goerli-rollup-explorer.arbitrum.io/",
"erc20TokenAddress": "0xe11A86849d99F524cAC3E7A0Ec1241828e332C62",
"gasMultiplier": 0,
"gasPriceMultiplier": 0,
"externalNetwork": true
},
},
"geth-localnet": {
"envDescription": "This environment is used for local development. If you want to have a fully functional environment running on your computer, please visit https://github.com/nevermined-io/tools/",
"isProduction": false,
Expand Down

0 comments on commit e853d66

Please sign in to comment.