1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

add oceanprotocol contracts

This commit is contained in:
Ahmed Ali 2020-06-12 16:53:42 +02:00
parent 34290c831f
commit 992096e8e4
2 changed files with 7 additions and 0 deletions

6
package-lock.json generated
View File

@ -583,6 +583,12 @@
"fastq": "^1.6.0"
}
},
"@oceanprotocol/contracts": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-0.2.0.tgz",
"integrity": "sha512-7nKNlD2z4FyjQbzBaFJ4JO5jiu3BQG4gESy8ARsq2sXrkSfhDa4RQPuRU9IxubvPZebUkumzmgRt+7afNn+Oew==",
"dev": true
},
"@octokit/auth-token": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.4.1.tgz",

View File

@ -47,6 +47,7 @@
},
"devDependencies": {
"@release-it/bumper": "^1.1.0",
"@oceanprotocol/contracts": "0.2.0",
"@truffle/hdwallet-provider": "^1.0.33",
"@types/chai": "^4.2.11",
"@types/chai-spies": "^1.0.1",