Skip to content

Commit

Permalink
build: add etherscan field in foundry.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
andreivladbrg committed Nov 30, 2024
1 parent 378049e commit 746b79c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
out = "docs"
repository = "https://github.com/sablier-labs/flow"

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

[fmt]
bracket_spacing = true
int_types = "long"
Expand Down

0 comments on commit 746b79c

Please sign in to comment.