Skip to content

Commit

Permalink
add .env example for debugging script (#11693)
Browse files Browse the repository at this point in the history
  • Loading branch information
shileiwill authored Jan 9, 2024
1 parent 7fe0710 commit fa00dd3
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 fa00dd3

Please sign in to comment.