Skip to content

Commit

Permalink
add .env example for debugging script
Browse files Browse the repository at this point in the history
  • Loading branch information
shileiwill committed Jan 5, 2024
1 parent 094b252 commit 0438176
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions core/scripts/chaincli/.env.debugging.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# [Mandatory] http url of the archival node for your network
NODE_URL=<Https RPC Archival Node Addr>
# [Mandatory] address of the KeeperRegistry contract for your upkeep
KEEPER_REGISTRY_ADDRESS=<Registry Address>

# [Optional] it is strongly recommended (not mandatory) to use tenderly for more debugging info
#TENDERLY_KEY=<Tenderly Key>
#TENDERLY_ACCOUNT_NAME=<Tenderly Account Name>
#TENDERLY_PROJECT_NAME=<Tenderly Project Name>

# [Optional] add mercury info only if your upkeep uses mercury
#MERCURY_ID=<Mercury ID>
#MERCURY_KEY=<Mercury Key>
#MERCURY_LEGACY_URL=<Mercury Legacy URL>
#MERCURY_URL=<Mercury Server URL>

0 comments on commit 0438176

Please sign in to comment.