You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Broadcaster](https://github.com/curvefi/curve-xgov/blob/feat/taiko/contracts/Broadcaster.vy) on Ethereum that forwards messages from DAO to bridge.
3
+
-[Relayer](https://github.com/curvefi/curve-xgov/blob/feat/taiko/contracts/Relayer.vy) on your network that checks the sender and relays messages to agents(mirrors of Curve DAO entities).
4
+
It should be safe from blocking the contracts and any external access to execution.
5
+
6
+
## Examples
7
+
There is a version in vyper 0.4.0 with module imports, but there are issues with running tests: https://github.com/curvefi/curve-xgov/tree/feat/taiko/contracts/taiko
8
+
9
+
Vyper 0.3.10 version example: https://github.com/curvefi/curve-xgov/tree/master/contracts
0 commit comments