diff --git a/src/monitoringV2/config/whitelist.testnet.json b/src/monitoringV2/config/whitelist.testnet.json new file mode 100644 index 0000000..abdb6ec --- /dev/null +++ b/src/monitoringV2/config/whitelist.testnet.json @@ -0,0 +1,4 @@ +{ + "_comment": "Whitelist of approved minter addresses (lowercase). Empty = deny any new minter proposal, including bridges (bridge type is inferred from a trivial usd() view call and is therefore unsafe to exempt). Add legitimate proposals here via PR + redeploy before they pass the application period.", + "minters": [] +}