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

Allow to create new Gnosis Safe accounts #4

Open
anxolin opened this issue Jul 27, 2022 · 0 comments
Open

Allow to create new Gnosis Safe accounts #4

anxolin opened this issue Jul 27, 2022 · 0 comments

Comments

@anxolin
Copy link
Owner

anxolin commented Jul 27, 2022

Create new safe command

yarn create-safe <file>

The input file for the safe could be:

{
    "seed": "main",
    "owners": [
           "0x1",  // The proposer should be here
           "0x2"
     ]
}

It will output the config you should use for your trades:

"account": {
    "accountType": "SAFE_WITH_EOA_PROPOSER",
    "seed": "main"
  }
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