Skip to content

Commit

Permalink
->.<-
Browse files Browse the repository at this point in the history
  • Loading branch information
nerderlyne committed Feb 25, 2024
1 parent e23ab87 commit 9f569cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
out
cache
.env
.env

ui/.env
ui/.next
ui/node_modules
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ mainnet = "https://rpc.ankr.com/eth"
base = "https://rpc.ankr.com/base"
polygon = "https://rpc.ankr.com/polygon"
optimism = "https://rpc.ankr.com/optimism"
arbitrum = "https://rpc.ankr.com/arbitrum"
arbitrum = { key = "${ARBISCAN_API_KEY}", url = "https://api.arbiscan.io/api" }

0 comments on commit 9f569cb

Please sign in to comment.