Skip to content

Commit

Permalink
update env
Browse files Browse the repository at this point in the history
  • Loading branch information
ruymaster committed Dec 17, 2021
1 parent 74a6cec commit 2a030a3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,16 @@ MNEMONIC=<mnemonic>

# coinmarketcap api key for gas report
COINMARKETCAP_API_KEY=


# network specific node uri : `"ETH_NODE_URI_" + networkName.toUpperCase()`
ETH_NODE_URI_KOVAN=https://kovan.infura.io/v3/xxx
# network specific mnemonic : `"MNEMONIC_ " + networkName.toUpperCase()`
MNEMONIC_KOVAN=<mnemonic for mainnet>

ETHERSCAN_API_KEY=XX

DEPLOYER_KEY=YYY
# XXXX
SIGNER_KEY=ZZZ
# YYYY

0 comments on commit 2a030a3

Please sign in to comment.