Update freeze() description

This commit is contained in:
Serkan Reis 2023-03-18 13:22:34 +03:00
parent 006d4d61fd
commit 3abed21beb

View File

@ -59,7 +59,7 @@ export const EXECUTE_LIST: ExecuteListItem[] = [
{
id: 'freeze',
name: 'Freeze',
description: `Freeze the current state of the whitelist`,
description: `Freeze the current state of the contract admin list`,
},
]