Update action list

This commit is contained in:
Serkan Reis 2023-06-08 08:49:11 +03:00
parent 55f5a4b0a5
commit 26663e4f24

View File

@ -31,6 +31,7 @@ export const ACTION_TYPES = [
'batch_mint_for',
'shuffle',
'airdrop',
'airdrop_specific',
'burn_remaining',
'update_token_metadata',
'batch_update_token_metadata',
@ -183,6 +184,11 @@ export const VENDING_ACTION_LIST: ActionListItem[] = [
name: 'Airdrop Tokens',
description: 'Airdrop tokens to given addresses',
},
{
id: 'airdrop_specific',
name: 'Airdrop Specific Tokens',
description: 'Airdrop specific tokens to given addresses',
},
{
id: 'burn_remaining',
name: 'Burn Remaining Tokens',