Skip to content

Commit

Permalink
EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquefynn committed Jan 30, 2024
1 parent f975515 commit 73dddca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.dist
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PRIVATE_KEY=
ETHERSCAN_API_KEY=
DEFAULT_FEE=2800
GOERLI_RPC_URL=https://ethereum-goerli.publicnode.com
GOERLI_RPC_URL=https://ethereum-goerli.publicnode.com
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ libs = ["lib"]
goerli = "${GOERLI_RPC_URL}"

[etherscan]
sepolia = { key = "${ETHERSCAN_API_KEY}" }
sepolia = { key = "${ETHERSCAN_API_KEY}" }

0 comments on commit 73dddca

Please sign in to comment.