0x3930…4f59

All memos sent from and to 0x3930…4f59.

UIP-011: Enable Transferability of the UNION Token # Abstract - Disable the whitelist of the UNION token to enable the transferability on Mainnet, Arbitrum, and Optimism. # Specification - Enable the transferability on Mainnet by calling UnionToken.disableWhitelist(). - Enable the transferability on Arbitrum by calling ArbUnion.disableWhitelist(). - Enable transferability on Optimism by calling OpUnion.disableWhitelist(). # Implementation For Mainnet: - Call [UnionToken.disableWhitelist()](https://etherscan.io/address/0x5Dfe42eEA70a3e6f93EE54eD9C321aF07A85535C#writeContract) from the Timelock. For Arbitrum: - Send cross-chain transaction to [ArbUnion.disableWhitelist()](https://arbiscan.io/address/0x6DBDe0E7e563E34A53B1130D6B779ec8eD34B4B9#writeContract). For Optimism: - Send cross-chain transaction to [OpUnion.disableWhitelist()](https://optimistic.etherscan.io/address/0xB025ee78b54B5348BD638Fe4a6D77Ec2F813f4f9#writeContract).