From 47e9c834cad36b3911c4a798da297356bc06e640 Mon Sep 17 00:00:00 2001 From: Ninjatosba Date: Mon, 26 Feb 2024 16:16:32 +0300 Subject: [PATCH] update readme --- contracts/minters/multi-mint-oem/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/minters/multi-mint-oem/README.md b/contracts/minters/multi-mint-oem/README.md index f62b454..1a05dc3 100644 --- a/contracts/minters/multi-mint-oem/README.md +++ b/contracts/minters/multi-mint-oem/README.md @@ -6,7 +6,7 @@ Multi minter contract is a Open edition minter contract with configurable token Drop is a configuration for a set of tokens. It includes the following parameters: -- `token_details`: Token details such as name, symbol, description, and preview_uri. +- `new_token_details`: Token details such as name, symbol, description, and preview_uri. - `price`: The price of the token. - `start_time`: The start time of the trading. - `end_time`: The end time of the trading.