diff --git a/package-lock.json b/package-lock.json index efa6400..9d44a03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.0.7", "license": "Apache-2.0", "dependencies": { - "@oceanprotocol/contracts": "^2.0.0-next.1", + "@oceanprotocol/contracts": "^2.0.0-next.2", "@oceanprotocol/lib": "^2.7.0", "cross-fetch": "^3.1.4", "ethereumjs-util": "^7.1.5" @@ -964,9 +964,9 @@ } }, "node_modules/@oceanprotocol/contracts": { - "version": "2.0.0-next.1", - "resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-2.0.0-next.1.tgz", - "integrity": "sha512-Ew6ZdN6rPstSxsIIqzIQTfR970u7IADA2zYCPsai/xXgh0xPagECbHlcXCbwuHwX8OvqagEVKNRnSXNSadeIVw==" + "version": "2.0.0-next.2", + "resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-2.0.0-next.2.tgz", + "integrity": "sha512-VVIUtfiJbojKOP+YsWmGZw8s8R0TLO3OCyqn6MKrBN+ukdwkimLmg7/0LPtCQQjOSv8MrIyQb1dN7o+3hchNZg==" }, "node_modules/@oceanprotocol/lib": { "version": "2.7.0", @@ -15434,9 +15434,9 @@ } }, "@oceanprotocol/contracts": { - "version": "2.0.0-next.1", - "resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-2.0.0-next.1.tgz", - "integrity": "sha512-Ew6ZdN6rPstSxsIIqzIQTfR970u7IADA2zYCPsai/xXgh0xPagECbHlcXCbwuHwX8OvqagEVKNRnSXNSadeIVw==" + "version": "2.0.0-next.2", + "resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-2.0.0-next.2.tgz", + "integrity": "sha512-VVIUtfiJbojKOP+YsWmGZw8s8R0TLO3OCyqn6MKrBN+ukdwkimLmg7/0LPtCQQjOSv8MrIyQb1dN7o+3hchNZg==" }, "@oceanprotocol/lib": { "version": "2.7.0", diff --git a/package.json b/package.json index ad96af7..566156e 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "typescript": "^5.0.4" }, "dependencies": { - "@oceanprotocol/contracts": "^2.0.0-next.1", + "@oceanprotocol/contracts": "^2.0.0-next.2", "@oceanprotocol/lib": "^2.7.0", "cross-fetch": "^3.1.4", "ethereumjs-util": "^7.1.5"