-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add .env example for debugging script (#11693)
- Loading branch information
1 parent
7fe0710
commit fa00dd3
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |