1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

component updates

This commit is contained in:
Matthias Kretschmann 2020-01-13 10:50:12 +01:00
parent 201507c2cf
commit d242fe3e33
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 4 additions and 4 deletions

View File

@ -22,9 +22,9 @@ before_script:
- git clone https://github.com/oceanprotocol/barge - git clone https://github.com/oceanprotocol/barge
- cd barge - cd barge
- export AQUARIUS_VERSION=v1.0.5 - export AQUARIUS_VERSION=v1.0.5
- export BRIZO_VERSION=v0.7.2 - export BRIZO_VERSION=v0.8.0
- export KEEPER_VERSION=v0.13.2 - export KEEPER_VERSION=v0.13.2
- export EVENTS_HANDLER_VERSION=v0.3.4 - export EVENTS_HANDLER_VERSION=v0.4.0
- export KEEPER_OWNER_ROLE_ADDRESS="0xe2DD09d719Da89e5a3D0F2549c7E24566e947260" - export KEEPER_OWNER_ROLE_ADDRESS="0xe2DD09d719Da89e5a3D0F2549c7E24566e947260"
- rm -rf "${HOME}/.ocean/keeper-contracts/artifacts" - rm -rf "${HOME}/.ocean/keeper-contracts/artifacts"
- bash -x start_ocean.sh --no-commons --no-dashboard 2>&1 > start_ocean.log & - bash -x start_ocean.sh --no-commons --no-dashboard 2>&1 > start_ocean.log &

View File

@ -11,7 +11,7 @@
}, },
{ {
"name": "brizo", "name": "brizo",
"version": "~0.7.2" "version": "~0.8.0"
}, },
{ {
"name": "aquarius", "name": "aquarius",
@ -19,7 +19,7 @@
}, },
{ {
"name": "events-handler", "name": "events-handler",
"version": "~0.3.4" "version": "~0.4.0"
} }
] ]
} }