Bridge Proxy Update to bridge_v3
Summary
This proposal updates the smart contract referenced by zera_bridge_proxy.
The proxy will now point from bridge_v2 to bridge_v3. The new version introduces additional emit events to provide clearer information when bridge tokens are minted.
Scope of Change
The bridge_v3 contract includes the following updates:
- Adds additional emit events related to token minting
- Improves visibility and tracking of minted bridge assets
- No changes to bridge logic or token economics
Governance Actions
If approved, governance will execute the following action:
- Update zera_bridge_proxy to call the bridge_v3 contract instead of bridge_v2
Final Notes
- This is a minor upgrade focused on improved event reporting
- No token supply changes occur
- No balances are affected
- No changes to bridge security or validation logic
References