-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feat/start regular upgrades #174
Conversation
docker fullstack almost working
…start-regular-upgrades
Send to transactions page on broadcast. Toast
apps/web/app/.server/service/ethereum-l2/contracts/governors.ts
Outdated
Show resolved
Hide resolved
apps/web/app/.server/service/ethereum-l2/contracts/governors.ts
Outdated
Show resolved
Hide resolved
apps/web/app/.server/service/ethereum-l2/contracts/governors.ts
Outdated
Show resolved
Hide resolved
export const upgradeStructAbi = { | ||
type: "tuple", | ||
components: [ | ||
{ | ||
type: "tuple[]", | ||
components: [ | ||
{ type: "address", name: "target" }, | ||
{ type: "uint256", name: "value" }, | ||
{ type: "bytes", name: "data" }, | ||
], | ||
name: "calls", | ||
}, | ||
{ type: "address", name: "executor" }, | ||
{ type: "bytes32", name: "salt" }, | ||
], | ||
} as const; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we get this from the abis in packages/contracts
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we can!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't find a clean way to extrasct an struct from the abi. Maybe we can do something else, though. I'm not sure.
Co-authored-by: Agustin Aon <[email protected]>
Co-authored-by: Agustin Aon <[email protected]>
Start regular upgrades.