diff --git a/package-lock.json b/package-lock.json index 0a47eb8ce..fd6a10cf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3625,9 +3625,9 @@ "integrity": "sha512-0dasqU7PL8xZOxvn6ID2IJ6TgQZbkcwtZqiMiYvtsv9+fQr/n13qXYXwkmNEjQb3YL4IeSVUnHehk5KpGRPFWA==" }, "@oceanprotocol/lib": { - "version": "0.13.0", - "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.13.0.tgz", - "integrity": "sha512-+LoN16bo1hcqfxsxLV22ZEbObdif0RJXg5GlndlF/VQGNVrSm+XYxUp+si5HCWa8sBeYH/hOSQRnrD8YXnyWrw==", + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.14.0.tgz", + "integrity": "sha512-0CxrhQuu9tA4HNzytPDEGd+8ceCdFDSPuQJivvnuOH3GWtZNgfJb9wyQnl0YHQgdtWWHkIcnnPL0NsAXKLF+ew==", "requires": { "@ethereum-navigator/navigator": "^0.5.2", "@oceanprotocol/contracts": "^0.5.10", @@ -16704,7 +16704,7 @@ } }, "ethereumjs-abi": { - "version": "git+https://github.com/ethereumjs/ethereumjs-abi.git#1ce6a1d64235fabe2aaf827fd606def55693508f", + "version": "git+https://github.com/ethereumjs/ethereumjs-abi.git#1a27c59c15ab1e95ee8e5c4ed6ad814c49cc439e", "from": "git+https://github.com/ethereumjs/ethereumjs-abi.git", "requires": { "bn.js": "^4.11.8", diff --git a/package.json b/package.json index 0cbf5fbd3..102315ad7 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@coingecko/cryptoformat": "^0.4.2", "@loadable/component": "^5.14.1", "@oceanprotocol/art": "^3.0.0", - "@oceanprotocol/lib": "^0.13.0", + "@oceanprotocol/lib": "^0.14.0", "@oceanprotocol/typographies": "^0.1.0", "@portis/web3": "^3.0.3", "@sindresorhus/slugify": "^1.0.0", diff --git a/src/components/organisms/AssetActions/Compute/index.tsx b/src/components/organisms/AssetActions/Compute/index.tsx index e849e8b4c..8b37575b6 100644 --- a/src/components/organisms/AssetActions/Compute/index.tsx +++ b/src/components/organisms/AssetActions/Compute/index.tsx @@ -38,6 +38,7 @@ import { gql, useQuery } from '@apollo/client' import { FrePrice } from '../../../../@types/apollo/FrePrice' import { PoolPrice } from '../../../../@types/apollo/PoolPrice' import { secondsToString } from '../../../../utils/metadata' +import { ComputeAlgorithm } from '@oceanprotocol/lib/dist/node/ocean/interfaces/Compute' const SuccessAction = () => (