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

[VEN-2687]: Multichain governance on zksync sepolia #384

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

GitGuru7
Copy link
Contributor

Description

Resolves VEN

@GitGuru7 GitGuru7 self-assigned this Sep 16, 2024
Comment on lines 45 to 60
{
target: ZKSYNCSEPOLIA_ACM,
signature: "giveCallPermission(address,string,address)",
params: [ZKSYNCSEPOLIA_OMNICHAIN_EXECUTOR_OWNER, "setSrcChainId(uint16)", zksyncsepolia.NORMAL_TIMELOCK],
dstChainId: ZKSYNCSEPOLIA_CHAIN_ID,
},
{
target: ZKSYNCSEPOLIA_ACM,
signature: "giveCallPermission(address,string,address)",
params: [
ZKSYNCSEPOLIA_OMNICHAIN_EXECUTOR_OWNER,
"transferBridgeOwnership(address)",
zksyncsepolia.NORMAL_TIMELOCK,
],
dstChainId: ZKSYNCSEPOLIA_CHAIN_ID,
},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we didn't grant these two permissions for Sepolia, Arbitrum sepolia and opBNB testnet. Here: https://github.com/VenusProtocol/vips/blob/main/vips/vip-330/bsctestnet.ts. But we did it for the mainnets

Copy link
Contributor Author

@GitGuru7 GitGuru7 Oct 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, you are right. I believe we should synchronize the permissions between the mainnet and testnet. For the other testnet networks (Arbitrum Sepolia, Sepolia, and opBNB testnet), we can update the permissions in this PR #395 . WDYT?

againstDescription: "I do not think that Venus Protocol should proceed with this proposal",
abstainDescription: "I am indifferent to whether Venus Protocol proceeds or not",
};
return makeProposal(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We granted the fast-track and critical timelocks to execute some actions that we are not including here:

  • setTrustedRemoteAddress
  • setTimelockPendingAdmin
  • setGuardian

Reference: https://github.com/VenusProtocol/vips/blob/main/vips/vip-331/bsctestnet.ts

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, you are right. I believe we should synchronize the permissions between the mainnet and testnet.

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

Successfully merging this pull request may close these issues.

2 participants