From bab19670ef8d5e20ec440baed63d4faf2deb9b1c Mon Sep 17 00:00:00 2001 From: Akshay Patel Date: Tue, 2 Aug 2022 13:38:06 +0000 Subject: [PATCH] GitBook: [#13] No subject --- .../create-datatoken-with-fixed-pricing.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/building-with-ocean/using-ocean-libraries/create-datatoken-with-fixed-pricing.md b/building-with-ocean/using-ocean-libraries/create-datatoken-with-fixed-pricing.md index 58921b8f..fba660e9 100644 --- a/building-with-ocean/using-ocean-libraries/create-datatoken-with-fixed-pricing.md +++ b/building-with-ocean/using-ocean-libraries/create-datatoken-with-fixed-pricing.md @@ -10,6 +10,10 @@ See [this](configuration.md) guide on defining a `.env` file and a configuration Create a new file in the same working directory where configuration file (`config.py`/`config.js`) and `.env` files are present, and copy the code as listed below. +{% hint style="info" %} +**Fees**: The code snippets below define fees related parameters. Please refer [fees page ](../../core-concepts/fees.md)for more details +{% endhint %} + {% tabs %} {% tab title="ocean.js" %} {% code title="create_datatoken_with_fre.js" %}