From d6ab5edb76e8482b34c2368a894905ac9900c107 Mon Sep 17 00:00:00 2001 From: Alex Fisher <92438650+afisher3578@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:08:58 +0200 Subject: [PATCH] Track Dune Analytics (#3478) --- declarations/Dune.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 declarations/Dune.json diff --git a/declarations/Dune.json b/declarations/Dune.json new file mode 100644 index 00000000..9ad1c217 --- /dev/null +++ b/declarations/Dune.json @@ -0,0 +1,19 @@ +{ + "name": "Dune", + "documents": { + "Terms of Service": { + "fetch": "https://dune.com/terms", + "select": [ + "main" + ], + "executeClientScripts": true + }, + "Privacy Policy": { + "fetch": "https://dune.com/privacy", + "select": [ + "main" + ], + "executeClientScripts": true + } + } +} \ No newline at end of file