bum contracts & add sapphire mainnet

This commit is contained in:
alexcos20 2023-10-02 13:58:15 +03:00
parent 5062c19a93
commit db65e6dbbd
2 changed files with 9 additions and 8 deletions

14
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "3.0.9",
"license": "Apache-2.0",
"dependencies": {
"@oceanprotocol/contracts": "^2.0.0-next.13",
"@oceanprotocol/contracts": "^2.0.0-next.14",
"@oceanprotocol/lib": "^2.7.0",
"cross-fetch": "^3.1.6",
"ethereumjs-util": "^7.1.5"
@ -3142,9 +3142,9 @@
}
},
"node_modules/@oceanprotocol/contracts": {
"version": "2.0.0-next.13",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-2.0.0-next.13.tgz",
"integrity": "sha512-e8o93dWPrL+wCzlzwUJOlAx8t/yW14jIHkWU/vVqm8fW7mrCKkPfPuc/TNxym5uB07JbVlC3qTnt4abOyjx+dQ==",
"version": "2.0.0-next.14",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-2.0.0-next.14.tgz",
"integrity": "sha512-g10Y+jg2taaLRUoWMq1AupHhZhCwa4otXQRLoI+uqIlXIytEfAYZoQUOG6EaUVtSjHnt5jzIvMY4XUw6xpopGw==",
"dependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
@ -26132,9 +26132,9 @@
"requires": {}
},
"@oceanprotocol/contracts": {
"version": "2.0.0-next.13",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-2.0.0-next.13.tgz",
"integrity": "sha512-e8o93dWPrL+wCzlzwUJOlAx8t/yW14jIHkWU/vVqm8fW7mrCKkPfPuc/TNxym5uB07JbVlC3qTnt4abOyjx+dQ==",
"version": "2.0.0-next.14",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-2.0.0-next.14.tgz",
"integrity": "sha512-g10Y+jg2taaLRUoWMq1AupHhZhCwa4otXQRLoI+uqIlXIytEfAYZoQUOG6EaUVtSjHnt5jzIvMY4XUw6xpopGw==",
"requires": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-etherscan": "^3.1.7",

View File

@ -18,6 +18,7 @@
"quickstart:gen-x-testnet": "node ./scripts/generatenetworkssubgraphs.js gen-x-testnet && 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",
"quickstart:oasis_saphire": "node ./scripts/generatenetworkssubgraphs.js oasis_saphire && 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",
@ -75,7 +76,7 @@
"typescript": "^5.0.4"
},
"dependencies": {
"@oceanprotocol/contracts": "^2.0.0-next.13",
"@oceanprotocol/contracts": "^2.0.0-next.14",
"@oceanprotocol/lib": "^2.7.0",
"cross-fetch": "^3.1.6",
"ethereumjs-util": "^7.1.5"