- zkSync Era - proposal payloads
- 🤝 Permission granting and revoking
- 🔧 📊 Configuration updates
- 💎 🆕 Listing new assets
Following the original plans to further expend on the zkSync network, onboarding of 2 popular assets.
Transaction: 0x0a4434b48ef8226bce022743d725a131654e7454ee9773905c52c0845ec47b41
proposalId
: 231creator
: 0x57ab7ee15cE5ECacB1aB84EE42D5A9d0d8112922accessLevel
: 1ipfsHash
: 0xe56f37dd9f78eaa77a7ac58af9ff61966c543a97c44a89160573629396aceceb
createProposal()
Parameters
{
payloads: [
{
chain: "324",
payloads_controller: "0x2E79349c3F5e4751E87b966812C9E65E805996F1",
payload_id: 10,
},
],
voting_portal: "0x9b24C168d6A76b5459B1d47071a54962a4df36c3",
ipfs_hash: "0xe56f37dd9f78eaa77a7ac58af9ff61966c543a97c44a89160573629396aceceb",
access_level: 1,
}
Proposal Report
Link to Seatbelt proposal report
Payload Reports
- zkSync Era - payload Seatbelt report
The payload lists 2 new assets to the network - weETH and sUSDe with the specified parameters on the IPFS. In addition, it creates a weETH-WETH emode with the specified parameters and sets weETH as collateral only and WETH as borrow asset only. On top of that, a reward emission admin is set to the specified address on both assets.
The proposal is consistent with the latest description on the governance forum.
- ✅ The code on the proposal payload corresponds to the proposal specification.
- ✅ The proposal includes a proper tests suite, checking all necessary post-conditions.
- ✅ BGD reviewed the payload before the proposal was submitted.
- ✅ Certora reviewed the procedure followed to submit the proposal.