From 746b79c6e1a1ff353075d260671891c1a8c8a861 Mon Sep 17 00:00:00 2001 From: andreivladbrg Date: Sat, 30 Nov 2024 18:06:29 +0200 Subject: [PATCH] build: add etherscan field in foundry.toml --- foundry.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/foundry.toml b/foundry.toml index 4f940936..2480c3a2 100644 --- a/foundry.toml +++ b/foundry.toml @@ -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"