Update mint() subtitle for baseMinter/execute

This commit is contained in:
Serkan Reis 2022-12-09 22:58:07 +03:00
parent 1e6d6c4330
commit f19c6348e1

View File

@ -15,7 +15,7 @@ export const EXECUTE_LIST: ExecuteListItem[] = [
{
id: 'mint',
name: 'Mint',
description: `Mint new tokens for a given address`,
description: `Mint a token with the given token URI`,
},
{
id: 'update_start_trading_time',