You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 superchainThe text was updated successfully, but these errors were encountered: