Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better support for EIP155 implementing chains #3

Open
jpalvarezl opened this issue Nov 3, 2021 · 0 comments
Open

Better support for EIP155 implementing chains #3

jpalvarezl opened this issue Nov 3, 2021 · 0 comments

Comments

@jpalvarezl
Copy link
Contributor

jpalvarezl commented Nov 3, 2021

Context

In order to deploy safes in chains where the addresses are not the ones we get using the usual deterministic deployment, we need to manually input the factory and singleton addresses. For example:

yarn safe create --l2 --factory 0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC --singleton 0xfb1bffC9d739B8D520DaF37dF666da4C687191EA

Even though these addresses are different, they are deterministically different, we can therefore somehow signal to use the different address when needed depending on the chain

Feature

Provide the means to signal that contract addresses for chains supporting EIP-155 should be used instead of the regular ones obtained from deterministic deployments.

Proposal

Something along the lines of:

yarn safe create --l2 --eip155

Could be a way to implement this from a user's perspective.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant