14 lines
600 B
Plaintext
14 lines
600 B
Plaintext
# Template for Hardhat environment variables.
|
|
|
|
# To use this template, copy this file, rename it .env, and fill in the values.
|
|
|
|
# If not set, we provide default values (check `hardhat.config.ts`) so developers can start prototyping out of the box,
|
|
# but we recommend getting your own API Keys for Production Apps.
|
|
|
|
# To access the values stored in this .env file you can use: process.env.VARIABLENAME
|
|
ALCHEMY_API_KEY=
|
|
ETHERSCAN_V2_API_KEY=
|
|
|
|
# Don't fill this value manually, run yarn generate to generate a new account or yarn account:import to import an existing PK.
|
|
DEPLOYER_PRIVATE_KEY_ENCRYPTED=
|