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

keeper contracts v0.3.16

This commit is contained in:
Sebastian Gerske 2018-11-06 12:10:02 +01:00
parent b60307102f
commit c722ccf587
3 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/squid",
"version": "0.1.1",
"version": "0.1.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -120,9 +120,9 @@
}
},
"@oceanprotocol/keeper-contracts": {
"version": "0.3.15",
"resolved": "https://registry.npmjs.org/@oceanprotocol/keeper-contracts/-/keeper-contracts-0.3.15.tgz",
"integrity": "sha512-vGG+k7lz2hYvRgSKzt6Q6LpZqxtosDoloa4ka6Bb0e8xgbHrYp57FM9018cc4KjVS0p5CaxZgYI47y6P+N36Rg=="
"version": "0.3.16",
"resolved": "https://registry.npmjs.org/@oceanprotocol/keeper-contracts/-/keeper-contracts-0.3.16.tgz",
"integrity": "sha512-aEXJcyqj59YhaCg4me9GEyTF9xX6dYAg4413puVE3sBcOpQUsX27W+uVOd9nQe+b95+Yq7I+dmg1kjN0Xtthpg=="
},
"@oceanprotocol/secret-store-client": {
"version": "0.0.7",

View File

@ -51,7 +51,7 @@
"node": ">=8 <10"
},
"dependencies": {
"@oceanprotocol/keeper-contracts": "^0.3.15",
"@oceanprotocol/keeper-contracts": "^0.3.16",
"@oceanprotocol/secret-store-client": "0.0.7",
"bignumber.js": "^8.0.1",
"eth-crypto": "^1.2.5",

View File

@ -15,7 +15,7 @@ export default class ServiceAgreement extends ContractBase {
return this.send("setupAgreementTemplate", ownerAddress, [
methodReflections.map((r) => r.address), methodReflections.map((r) => r.signature),
dependencyMatrix, name,
dependencyMatrix, name, [0], 0,
])
}