Skip to content

Commit

Permalink
fix: add default eth key to .env-sample
Browse files Browse the repository at this point in the history
  • Loading branch information
spsjvc committed Oct 13, 2023
1 parent 382dd9e commit e8a4c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env-sample
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARB_URL="http://localhost:8547"
ETH_URL="http://localhost:8545"
ARB_KEY="e887f7d17d07cc7b8004053fb8826f6657084e88904bb61590e498ca04704cf2"
ETH_KEY=""
ARB_KEY="b6b15c8cb491557369f3c7d2c287b053eb229daa9c22138887752191c9520659"
ETH_KEY="b6b15c8cb491557369f3c7d2c287b053eb229daa9c22138887752191c9520659"

INFURA_KEY="2323232323232323232"
SHOULD_FORK="0"
Expand Down

0 comments on commit e8a4c61

Please sign in to comment.