mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-12-02 05:57:29 +01:00
parent
399c4ce5a9
commit
03055e4460
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -51,6 +51,8 @@ jobs:
|
|||||||
working-directory: ${{ github.workspace }}/barge
|
working-directory: ${{ github.workspace }}/barge
|
||||||
run: |
|
run: |
|
||||||
bash -x start_ocean.sh --with-thegraph --skip-subgraph-deploy --no-dashboard 2>&1 > start_ocean.log &
|
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
|
- run: npm ci
|
||||||
|
|
||||||
@ -61,7 +63,6 @@ jobs:
|
|||||||
sleep 10
|
sleep 10
|
||||||
[ -f "$HOME/.ocean/ocean-contracts/artifacts/ready" ] && break
|
[ -f "$HOME/.ocean/ocean-contracts/artifacts/ready" ] && break
|
||||||
done
|
done
|
||||||
|
|
||||||
- name: create and deploy subgraph
|
- name: create and deploy subgraph
|
||||||
run: |
|
run: |
|
||||||
npm run quickstart:barge
|
npm run quickstart:barge
|
||||||
|
4303
package-lock.json
generated
4303
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -52,7 +52,7 @@
|
|||||||
"typescript": "^4.5.5"
|
"typescript": "^4.5.5"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@oceanprotocol/lib": "^1.0.0-next.21",
|
"@oceanprotocol/lib": "^1.0.0-next.27",
|
||||||
"cross-fetch": "^3.1.4"
|
"cross-fetch": "^3.1.4"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Loading…
Reference in New Issue
Block a user