Skip to content

Commit

Permalink
chore: add LINEASCAN_API_KEY in .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
Julink-eth committed Jan 29, 2024
1 parent 5e2da9d commit f988e39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ Edit `.env` copy set your config:
| L2_RESOLVER_NFT_BASE_URI | L2 Resolver NFT Base URI | http://localhost:3000/metadata/ |
| L2_RESOLVER_ADDRESS | L2 Resolver address you deploy later | |
| PRIVATE_KEY | Wallet private key(The one used to create the domain name on L1) | |
| ETHERSCAN_API_KEY | Etherscan API key | |
| LINEASCAN_API_KEY | Etherscan API key | |
| ETHERSCAN_API_KEY | Etherscan API key to verify contracts when deploying on L1 | |
| LINEASCAN_API_KEY | Lineascan API key to verify contracts when deploying on L2 | |

### Setup local node

Expand Down
3 changes: 2 additions & 1 deletion packages/contracts/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ L2_RESOLVER_ADDRESS=

# Keys
PRIVATE_KEY=
ETHERSCAN_API_KEY=6WMKYHZ1B4R3AFBBWN7M7QPZGQQ5C53TWJ
ETHERSCAN_API_KEY=
LINEASCAN_API_KEY=

0 comments on commit f988e39

Please sign in to comment.