From 81f411dbf92a891ca7a127fb562963d0324b2937 Mon Sep 17 00:00:00 2001 From: Jeff Schroeder Date: Wed, 13 Sep 2023 13:59:40 +0000 Subject: [PATCH] whitepapers: update governor link to running a spy --- whitepapers/0007_governor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whitepapers/0007_governor.md b/whitepapers/0007_governor.md index 569eee6b5..ccf9709e4 100644 --- a/whitepapers/0007_governor.md +++ b/whitepapers/0007_governor.md @@ -58,7 +58,7 @@ The token configurations are in [manual_tokens.go](https://github.com/wormhole-f If CoinGecko was to provide an erroneously low price for a token, the Governor errs on the side of safety by using the hardcoded floor price instead. ### Visibility -Each Guardian publishes its Governor configuration and status on the Wormhole gossip network, which anyone can subscribe to [instructions](https://github.com/wormhole-foundation/wormhole/blob/dev.v2/relayer/spy_relayer/README.md). Some Guardians also make the Governor status available through a public API, which can be visualized on the [Wormhole Dashboard](https://wormhole-foundation.github.io/wormhole-dashboard/). A more feature-rich [Wormhole Explorer](https://github.com/wormhole-foundation/wormhole-explorer) that will aggregate Governor status across all Guardians is work-in-progress. +Each Guardian publishes its Governor configuration and status on the Wormhole gossip network, which anyone can subscribe to via a guardian spy ([instructions](https://github.com/wormhole-foundation/wormhole/blob/main/docs/operations.md)). Some Guardians also make the Governor status available through a public API, which can be visualized on the [Wormhole Dashboard](https://wormhole-foundation.github.io/wormhole-dashboard/). A more feature-rich [Wormhole Explorer](https://github.com/wormhole-foundation/wormhole-explorer) that will aggregate Governor status across all Guardians is work-in-progress. ### Security Considerations * The Governor can only reduce the impact of an exploit, but not prevent it.