Feature/bump oceanlib to next 27 (#375)

* use ocean lib next 27
This commit is contained in:
Alex Coseru 2022-03-14 14:40:05 +02:00 committed by GitHub
parent 399c4ce5a9
commit 03055e4460
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1626 additions and 2682 deletions

View File

@ -51,6 +51,8 @@ jobs:
working-directory: ${{ github.workspace }}/barge
run: |
bash -x start_ocean.sh --with-thegraph --skip-subgraph-deploy --no-dashboard 2>&1 > start_ocean.log &
env:
CONTRACTS_VERSION: v4_rc1
- run: npm ci
@ -61,7 +63,6 @@ jobs:
sleep 10
[ -f "$HOME/.ocean/ocean-contracts/artifacts/ready" ] && break
done
- name: create and deploy subgraph
run: |
npm run quickstart:barge

4303
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -52,7 +52,7 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@oceanprotocol/lib": "^1.0.0-next.21",
"@oceanprotocol/lib": "^1.0.0-next.27",
"cross-fetch": "^3.1.4"
},
"repository": {