Skip to content

Commit

Permalink
Add URL for Etherscan API Keys
Browse files Browse the repository at this point in the history
  • Loading branch information
xinbenlv committed Apr 17, 2023
1 parent 6dad20d commit c8f962b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ DATABASE_URL=
# Example: "0x123,0x456"
APP_ADMINS=""

# Etherscan: https://docs.etherscan.io
# https://etherscan.io/myapikey
ETHERSCAN_API_KEY=
# https://optimistic.etherscan.io/myapikey
ETHERSCAN_API_KEY_OPTIMISM=
# https://arbiscan.io/myapikey
ETHERSCAN_API_KEY_ARBITRUM=
# https://polygonscan.com/myapikey
ETHERSCAN_API_KEY_POLYGON=

0 comments on commit c8f962b

Please sign in to comment.