From fa00dd3620d3e69ac248b6ee481b69e5685093d0 Mon Sep 17 00:00:00 2001 From: Lei Date: Mon, 8 Jan 2024 16:03:39 -0800 Subject: [PATCH] add .env example for debugging script (#11693) --- core/scripts/chaincli/.env.debugging.example | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 core/scripts/chaincli/.env.debugging.example diff --git a/core/scripts/chaincli/.env.debugging.example b/core/scripts/chaincli/.env.debugging.example new file mode 100644 index 00000000000..6934bb107f5 --- /dev/null +++ b/core/scripts/chaincli/.env.debugging.example @@ -0,0 +1,15 @@ +# [Mandatory] http url of the archival node for your network +NODE_URL= +# [Mandatory] address of the KeeperRegistry contract for your upkeep +KEEPER_REGISTRY_ADDRESS= + +# [Optional] it is strongly recommended (not mandatory) to use tenderly for more debugging info +#TENDERLY_KEY= +#TENDERLY_ACCOUNT_NAME= +#TENDERLY_PROJECT_NAME= + +# [Optional] add mercury info only if your upkeep uses mercury +#MERCURY_ID= +#MERCURY_KEY= +#MERCURY_LEGACY_URL= +#MERCURY_URL= \ No newline at end of file