Description
openedon Apr 29, 2024
The specs need to be updated with the SuperchainERC20Factory
spec. We know some things about this factory but still need to make some decisions. This factory should make it really easy to spin up interoperable tokens across the superchain
- Is is a predeploy, what is its address?
- It should be create3 based to prevent coupling to bytecode
- Where should the bytecode live that ends up being deployed? A predeploy?
- The salt should commit to the unique erc20 properties - name, symbol, decimals
- Should the salt also commit to a version? Leaves open to add extensions to the interface in the future
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done