Skip to content

Commit 73c8920

Browse files
committed
fix: add missing admin private key comment in .env.template
1 parent 41b4b1d commit 73c8920

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/sharing-smart-contract/.env.template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# wallet used for transactions
22
DEPLOYER_PRIVATE_KEY=...
33

4+
# wallet used for admin operations
5+
ADMIN_PRIVATE_KEY=...
6+
47
# environment to use for configuration (prod/staging). The default is prod.
58
ENV=...
69

0 commit comments

Comments
 (0)