Skip to content

Commit

Permalink
feat: add blast config
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtekgrinder committed Jun 18, 2024
1 parent 7eceaaf commit 493d430
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ bsc = "${ETH_NODE_URI_BSC}"
base = "${ETH_NODE_URI_BASE}"
linea = "${ETH_NODE_URI_LINEA}"
mantle = "${ETH_NODE_URI_MANTLE}"
mode = "${ETH_NODE_URI_MODE}"
blast = "${ETH_NODE_URI_BLAST}"

[etherscan]
arbitrum = { key = "${ARBITRUM_ETHERSCAN_API_KEY}" }
Expand All @@ -48,6 +50,7 @@ base = { key = "${BASE_ETHERSCAN_API_KEY}", url = "https://api.basescan.org/api"
polygonzkevm = { key = "${POLYGONZKEVM_ETHERSCAN_API_KEY}", url = "https://api-zkevm.polygonscan.com/api" }
bsc = { key = "${BSC_ETHERSCAN_API_KEY}"}
linea = { key = "${LINEA_ETHERSCAN_API_KEY}"}
blast = { key = "${BLAST_ETHERSCAN_API_KEY}", url = "https://api.blastscan.io/api" }

[profile.dev]
optimizer = true
Expand Down
2 changes: 1 addition & 1 deletion lib/utils

0 comments on commit 493d430

Please sign in to comment.