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

bump to keeper-contracts v0.13.1

This commit is contained in:
Matthias Kretschmann 2019-12-18 15:45:42 +01:00
parent 86c6a5a176
commit 60191ca85c
Signed by: m
GPG Key ID: 606EEEF3C479A91F
4 changed files with 6 additions and 6 deletions

View File

@ -23,7 +23,7 @@ before_script:
- cd barge
- export AQUARIUS_VERSION=v1.0.5
- export BRIZO_VERSION=v0.7.2
- export KEEPER_VERSION=v0.13.0
- export KEEPER_VERSION=v0.13.1
- export EVENTS_HANDLER_VERSION=v0.3.4
- export KEEPER_OWNER_ROLE_ADDRESS="0xe2DD09d719Da89e5a3D0F2549c7E24566e947260"
- rm -rf "${HOME}/.ocean/keeper-contracts/artifacts"

View File

@ -7,7 +7,7 @@
"dependencies": [
{
"name": "keeper-contracts",
"version": "~0.13.0"
"version": "~0.13.1"
},
{
"name": "brizo",

6
package-lock.json generated
View File

@ -190,9 +190,9 @@
}
},
"@oceanprotocol/keeper-contracts": {
"version": "0.13.0",
"resolved": "https://registry.npmjs.org/@oceanprotocol/keeper-contracts/-/keeper-contracts-0.13.0.tgz",
"integrity": "sha512-PsiMRmRAK9veEgR5G7UAsAgA9Wgd0RWskYSpjNTbpaJaVTANSlwQYaCU8Zybg/U0uKVzmyXwFAYnH7iv4NSzMQ=="
"version": "0.13.1",
"resolved": "https://registry.npmjs.org/@oceanprotocol/keeper-contracts/-/keeper-contracts-0.13.1.tgz",
"integrity": "sha512-HIpNyYe9Q3as5uSM8lwh4RI8WvmcZaR1MrzITlI5r3esJwLSXRA82SvSnpWf5N/kU2/ffzU8mP6qFi/8cDWrMA=="
},
"@oceanprotocol/secret-store-client": {
"version": "0.0.15",

View File

@ -52,7 +52,7 @@
"web3": "^1.2.3"
},
"dependencies": {
"@oceanprotocol/keeper-contracts": "^0.13.0",
"@oceanprotocol/keeper-contracts": "^0.13.1",
"@oceanprotocol/secret-store-client": "^0.0.15",
"bignumber.js": "^9.0.0",
"deprecated-decorator": "^0.1.6",