We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the only action needed would be to update the plugins value in the snapshot text record as shown below
Current: { "plugins": { "safeSnap": { "safes": [ { "network": "1", "umaAddress": "0x85f520D59deBD4c2902BB7f79ACbc3Dd4b5AB699" } ] } } }
Updated: { "plugins": { "oSnap": {} } }
A clear and concise description of what you want to happen.
A list of tasks that need to be done for the issue to be considered resolved.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Background
the only action needed would be to update the plugins value in the snapshot text record as shown below
Current:
{
"plugins": {
"safeSnap": {
"safes": [
{
"network": "1",
"umaAddress": "0x85f520D59deBD4c2902BB7f79ACbc3Dd4b5AB699"
}
]
}
}
}
Updated:
{
"plugins": {
"oSnap": {}
}
}
Details
A clear and concise description of what you want to happen.
Acceptance criteria
A list of tasks that need to be done for the issue to be considered resolved.
The text was updated successfully, but these errors were encountered: