Hi,
We are planning to develop a ERC20 token airdrop event using Merkle Tree. However, it's possible that the whitelist (wallet address + amount of tokens) will be updated during the event.
Can I use upgradable smart contract in this case? And if we can, does it mean that we only need to update the value of the top hash.
Thanks.