From e5815035935c382c5e50164d8fdff45486904b71 Mon Sep 17 00:00:00 2001 From: enzo Date: Fri, 26 May 2023 11:53:14 +0000 Subject: [PATCH] GITBOOK-315: change request with no subject merged in GitBook --- developers/ocean.js/publish.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developers/ocean.js/publish.md b/developers/ocean.js/publish.md index 5d2e2e0f..8740a269 100644 --- a/developers/ocean.js/publish.md +++ b/developers/ocean.js/publish.md @@ -21,7 +21,7 @@ The code utilizes methods such as `NftFactory` and `Datatoken` from the Ocean li The `createFRE()` performs the following: -1. Creates a web3 instance with [Web3](https://web3js.readthedocs.io/en/v1.10.0/). +1. Creates a web3 instance and import Ocean configs. 2. Retrieves the accounts from the web3 instance and sets the publisher. 3. Defines parameters for the data NFT, including name, symbol, template index, token URI, transferability, and owner. 4. Defines parameters for the datatoken, including name, symbol, template index, cap, fee amount, payment collector address, fee token address, minter, and multi-party fee address.