From db65e6dbbd6f434c2e3f32710eea94d9dbff6910 Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Mon, 2 Oct 2023 13:58:15 +0300 Subject: [PATCH] bum contracts & add sapphire mainnet --- package-lock.json | 14 +++++++------- package.json | 3 ++- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 39001ec..e1c8452 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index c7fdf39..b6129dc 100644 --- a/package.json +++ b/package.json @@ -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"