witnet-solidity-bridge icon indicating copy to clipboard operation
witnet-solidity-bridge copied to clipboard

Use Singleton Factory (ERC-2470) for libraries and proxy

Open mariocao opened this issue 4 years ago • 0 comments

Some contracts are not modified often and therefore it is not required to deploy them often. Following the Singleton Factory specification those contracts could have the same addresses in different chains and it is even possible to have vanity addresses.

mariocao avatar May 10 '21 14:05 mariocao