bump ocean.js & add polygon (#429)

This commit is contained in:
Alex Coseru 2022-05-10 09:23:41 +03:00 committed by GitHub
parent 2ff87797ac
commit 232c9387f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 412 additions and 709 deletions

1118
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,7 @@
"quickstart:ropsten": "node ./scripts/generatenetworkssubgraphs.js ropsten && npm run codegen && npm run create:local && npm run deploy:local",
"quickstart:mumbai": "node ./scripts/generatenetworkssubgraphs.js mumbai && npm run codegen && npm run create:local && npm run deploy:local",
"quickstart:moonbase": "node ./scripts/generatenetworkssubgraphs.js moonbase && npm run codegen && npm run create:local && npm run deploy:local",
"quickstart:polygon": "node ./scripts/generatenetworkssubgraphs.js polygon && 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",
@ -53,7 +54,7 @@
"typescript": "^4.6.4"
},
"dependencies": {
"@oceanprotocol/lib": "^1.0.0-next.33",
"@oceanprotocol/lib": "^1.0.0-next.42",
"cross-fetch": "^3.1.4"
},
"repository": {