Skip to content

Commit

Permalink
refacto: rename example file
Browse files Browse the repository at this point in the history
  • Loading branch information
n1c01a5 committed Mar 22, 2022
1 parent c721a35 commit 668ca39
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 9 additions & 0 deletions .env-sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Provider RPC
INFURA_PROJECT_ID=
MATICVIGIL_API_KEY=

# Private Key Deployer
PRIVATE_KEY_DEPLOYER=

# Etherscan
ETHERSCAN_API_KEY=
4 changes: 0 additions & 4 deletions .env.example

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Getting Started

```
cp .env.example .env
cp .env-sample .env
npx hardhat test test/feature.js
npx hardhat test test/feature-erc20.js
```
Expand Down

0 comments on commit 668ca39

Please sign in to comment.