Update action list
This commit is contained in:
parent
55f5a4b0a5
commit
26663e4f24
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user