Add an item to the list.
list.push(account, address(newEntry));
SentinelList
The storage pointer of the list.
address
The account address.
The entry to be added to the list.
None