@oceanprotocol/lib 5.0.0 → 5.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25,7 +25,7 @@ export declare class AccesslistFactory extends SmartContractWithAddress {
25
25
  * @param {string} owner Owner of the access list.
26
26
  * @param {string[]} user Users of the access lists as addresses.
27
27
  * @param {Boolean} [estimateGas] if True, return gas estimate
28
- * @return {Promise<string|BigNumber>} The transaction hash or the gas estimate.
28
+ * @return {Promise<string|BigNumber>} Deployed contract address
29
29
  */
30
30
  deployAccessListContract<G extends boolean = false>(nameAccessList: string, symbolAccessList: string, tokenURI: string[], transferable: boolean, owner: string, user: string[], estimateGas?: G): Promise<G extends false ? string : BigNumberish>;
31
31
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oceanprotocol/lib",
3
3
  "source": "./src/index.ts",
4
- "version": "5.0.0",
4
+ "version": "5.0.2",
5
5
  "description": "JavaScript client library for Ocean Protocol",
6
6
  "main": "./dist/lib.cjs",
7
7
  "umd:main": "dist/lib.umd.js",