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.0

This commit is contained in:
Matthias Kretschmann 2019-12-17 09:03:35 +01:00
parent 216ae3330e
commit ebbf9797fe
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.12.7
- export KEEPER_VERSION=v0.13.0
- 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.12.7"
"version": "~0.13.0"
},
{
"name": "brizo",

6
package-lock.json generated
View File

@ -287,9 +287,9 @@
}
},
"@oceanprotocol/keeper-contracts": {
"version": "0.12.7",
"resolved": "https://registry.npmjs.org/@oceanprotocol/keeper-contracts/-/keeper-contracts-0.12.7.tgz",
"integrity": "sha512-7EUBO3iAkm78VnQHCp5pCrjZ4EQ0omg/bsWo2uiUO6oW8L4bptqSolS2b19HA1zb/ZsmJuW6e6JerPMRtQtqEg=="
"version": "0.13.0",
"resolved": "https://registry.npmjs.org/@oceanprotocol/keeper-contracts/-/keeper-contracts-0.13.0.tgz",
"integrity": "sha512-PsiMRmRAK9veEgR5G7UAsAgA9Wgd0RWskYSpjNTbpaJaVTANSlwQYaCU8Zybg/U0uKVzmyXwFAYnH7iv4NSzMQ=="
},
"@oceanprotocol/secret-store-client": {
"version": "0.0.15",

View File

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