Update Mint Token URI name & description on Collection Actions

This commit is contained in:
Serkan Reis 2023-01-05 14:14:42 +03:00
parent 67d414a55f
commit fa32649633

View File

@ -42,8 +42,8 @@ export interface ActionListItem {
export const BASE_ACTION_LIST: ActionListItem[] = [
{
id: 'mint_token_uri',
name: 'Mint Token URI',
description: `Mint a token with the given token URI`,
name: 'Append New Token',
description: `Append a new token to the collection`,
},
{
id: 'update_start_trading_time',