Skip to content

Commit fed1726

Browse files
author
lukaw3d
committed
Fix typo in Etherscan API key env field
1 parent d0ebfcb commit fed1726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# You'll need to prefix the variables names with NEXT_PUBLIC_ if you want to access them on the client side.
1111
# More info: https://nextjs.org/docs/pages/building-your-application/configuring/environment-variables
1212

13-
NEXT_PUBLIC_MAINNET_ETHERSCAN_API_KEY=
13+
NEXT_PUBLIC_ETHERSCAN_API_KEY=
1414
NEXT_PUBLIC_OPTIMISM_ETHERSCAN_API_KEY=
1515
NEXT_PUBLIC_POLYGON_ETHERSCAN_API_KEY=
1616
NEXT_PUBLIC_ARBITRUM_ETHERSCAN_API_KEY=

0 commit comments

Comments
 (0)