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

chore: implementing new osnap plugin that allows tenderly simulations of proposed transactions #7

Open
cmagan opened this issue May 2, 2024 · 0 comments

Comments

@cmagan
Copy link
Collaborator

cmagan commented May 2, 2024

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.

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