add oasis-saphire-testnet

This commit is contained in:
alexcos20 2023-07-04 15:26:50 +03:00
parent 0c11f31185
commit 519925b641
2 changed files with 21 additions and 8 deletions

26
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "3.0.7",
"license": "Apache-2.0",
"dependencies": {
"@oceanprotocol/contracts": "^1.1.12",
"@oceanprotocol/contracts": "^2.0.0-next.1",
"@oceanprotocol/lib": "^2.7.0",
"cross-fetch": "^3.1.4",
"ethereumjs-util": "^7.1.5"
@ -964,9 +964,9 @@
}
},
"node_modules/@oceanprotocol/contracts": {
"version": "1.1.12",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-1.1.12.tgz",
"integrity": "sha512-kvMLH4nOKvkqsNmob00yqVi2kD9xiYLoobw2ioezOA1p6wRPDFLzZd+w8+NZP2hMDFVITUY4YCdO/dRGKTihOA=="
"version": "2.0.0-next.1",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-2.0.0-next.1.tgz",
"integrity": "sha512-Ew6ZdN6rPstSxsIIqzIQTfR970u7IADA2zYCPsai/xXgh0xPagECbHlcXCbwuHwX8OvqagEVKNRnSXNSadeIVw=="
},
"node_modules/@oceanprotocol/lib": {
"version": "2.7.0",
@ -986,6 +986,11 @@
"web3": "^1.8.0"
}
},
"node_modules/@oceanprotocol/lib/node_modules/@oceanprotocol/contracts": {
"version": "1.1.14",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-1.1.14.tgz",
"integrity": "sha512-PJih7C6LHaWHHj1qgxZsSkEqKphhJrL3G7WuMOxl4N1daDrF6sooDDU+9dZkcHSVPc7cMjkFqLc5fP58NSAobw=="
},
"node_modules/@octokit/auth-token": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.3.tgz",
@ -15429,9 +15434,9 @@
}
},
"@oceanprotocol/contracts": {
"version": "1.1.12",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-1.1.12.tgz",
"integrity": "sha512-kvMLH4nOKvkqsNmob00yqVi2kD9xiYLoobw2ioezOA1p6wRPDFLzZd+w8+NZP2hMDFVITUY4YCdO/dRGKTihOA=="
"version": "2.0.0-next.1",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-2.0.0-next.1.tgz",
"integrity": "sha512-Ew6ZdN6rPstSxsIIqzIQTfR970u7IADA2zYCPsai/xXgh0xPagECbHlcXCbwuHwX8OvqagEVKNRnSXNSadeIVw=="
},
"@oceanprotocol/lib": {
"version": "2.7.0",
@ -15446,6 +15451,13 @@
"web3": "^1.8.1",
"web3-core": "^1.8.1",
"web3-eth-contract": "^1.8.1"
},
"dependencies": {
"@oceanprotocol/contracts": {
"version": "1.1.14",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-1.1.14.tgz",
"integrity": "sha512-PJih7C6LHaWHHj1qgxZsSkEqKphhJrL3G7WuMOxl4N1daDrF6sooDDU+9dZkcHSVPc7cMjkFqLc5fP58NSAobw=="
}
}
},
"@octokit/auth-token": {

View File

@ -15,6 +15,7 @@
"quickstart:moonriver": "node ./scripts/generatenetworkssubgraphs.js moonriver && npm run codegen && npm run create:local && npm run deploy:local",
"quickstart:energyweb": "node ./scripts/generatenetworkssubgraphs.js energyweb && npm run codegen && npm run create:local && npm run deploy:local",
"quickstart:bsc": "node ./scripts/generatenetworkssubgraphs.js bsc && npm run codegen && npm run create:local && npm run deploy:local",
"quickstart:oasis_saphire_testnet": "node ./scripts/generatenetworkssubgraphs.js oasis_saphire_testnet && npm run codegen && npm run create:local && npm run deploy:local",
"create:thegraph": "graph create oceanprotocol/ocean-subgraph --node https://api.thegraph.com/deploy/",
"create:local": "graph create oceanprotocol/ocean-subgraph --node http://127.0.0.1:8020",
"create:local-barge": "graph create oceanprotocol/ocean-subgraph --node http://172.15.0.15:8020",
@ -72,7 +73,7 @@
"typescript": "^5.0.4"
},
"dependencies": {
"@oceanprotocol/contracts": "^1.1.12",
"@oceanprotocol/contracts": "^2.0.0-next.1",
"@oceanprotocol/lib": "^2.7.0",
"cross-fetch": "^3.1.4",
"ethereumjs-util": "^7.1.5"