From c544eaf4467e90508ec2c404631ae63b059b471c Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Fri, 30 Apr 2021 16:00:34 +0300 Subject: [PATCH] lock ocean-contracts to 0.5.16 (#781) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b9b6fe25..38213291 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ }, "dependencies": { "@ethereum-navigator/navigator": "^0.5.2", - "@oceanprotocol/contracts": "^0.5.16", + "@oceanprotocol/contracts": "0.5.16", "@types/crypto-js": "^4.0.1", "cross-fetch": "^3.1.2", "crypto-js": "^4.0.0",