Used to ban addresses from interacting with implementing contracts.
Taiko L2 blacklist: 0xfA5EA6f9A13532cd64e805996a941F101CCaAc9a
When deploying the Blacklist, the following fields are required in ./script/blacklist/Deploy.data.json
:
{
"admin": "0x...", // The admin of the blacklist,
"updater": "0x..." // The address allowed to update the blacklist,
"blacklist": [ // The initial blacklist
"0x0...",
"0x1...",
...
]
}