Skip to content

Commit

Permalink
fix: staging network
Browse files Browse the repository at this point in the history
  • Loading branch information
aaitor committed Feb 12, 2024
1 parent 36f7b47 commit e8794b3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 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/cli",
"version": "2.0.1",
"version": "2.0.2",
"main": "index.js",
"repository": "[email protected]:nevermined-io/cli.git",
"author": "Nevermined",
Expand All @@ -25,7 +25,7 @@
"ncli": "./dist/src/index.js"
},
"dependencies": {
"@nevermined-io/sdk": "^2.1.0",
"@nevermined-io/sdk": "^2.1.3",
"@nevermined-io/sdk-dtp": "^0.7.0-rc5",
"log4js": "^6.9.1",
"chalk": "^4.1.2",
Expand Down
26 changes: 13 additions & 13 deletions resources/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,23 +90,23 @@
},
"appStaging": {
"envDescription": "Nevermined One internal environment where Nevermined developers can integrate new versions of the application.",
"envUrl": "https://goerli.nevermined.one/",
"envUrl": "https://staging.nevermined.app/",
"isProduction": false,
"nvm": {
"web3ProviderUri": "https://goerli-rollup.arbitrum.io/rpc",
"marketplaceUri": "https://marketplace-api.goerli.nevermined.one",
"web3ProviderUri": "https://sepolia-rollup.arbitrum.io/rpc",
"marketplaceUri": "https://marketplace-api.staging.nevermined.app",
"graphHttpUri": "",
"neverminedNodeUri": "https://node.goerli.nevermined.one",
"neverminedNodeUri": "https://node.staging.nevermined.app",
"neverminedNodeAddress": "0x046d0698926aFa3ab6D6591f03063488F3Fb4327",
"verbose": true
},
"nativeToken": "ETH",
"networkId": "421613",
"networkName": "arbitrum-goerli",
"contractsVersion": "3.5.5",
"networkId": "421614",
"networkName": "arbitrum-sepolia",
"contractsVersion": "3.5.6",
"tagName": "public",
"etherscanUrl": "https://goerli.arbiscan.io",
"erc20TokenAddress": "0xfd064A18f3BF249cf1f87FC203E90D8f650f2d63",
"etherscanUrl": "https://sepolia.arbiscan.io",
"erc20TokenAddress": "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d",
"gasMultiplier": 0,
"gasPriceMultiplier": 0,
"externalNetwork": true
Expand Down Expand Up @@ -171,8 +171,8 @@
},
"nativeToken": "ETH",
"networkId": "421614",
"networkName": "arbitrum-goerli",
"contractsVersion": "3.5.5",
"networkName": "arbitrum-sepolia",
"contractsVersion": "3.5.6",
"tagName": "public",
"etherscanUrl": "https://sepolia.arbiscan.io",
"erc20TokenAddress": "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d",
Expand All @@ -195,7 +195,7 @@
"nativeToken": "ETH",
"networkId": "42161",
"networkName": "arbitrum-one",
"contractsVersion": "3.5.5",
"contractsVersion": "3.5.6",
"tagName": "public",
"etherscanUrl": "https://arbiscan.io",
"erc20TokenAddress": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
Expand All @@ -218,7 +218,7 @@
"nativeToken": "xDAI",
"networkId": "100",
"networkName": "gnosis",
"contractsVersion": "3.5.4",
"contractsVersion": "3.5.6",
"tagName": "public",
"etherscanUrl": "https://gnosisscan.io",
"erc20TokenAddress": "0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83",
Expand Down

0 comments on commit e8794b3

Please sign in to comment.