From 5ae86dba2f27dee2dfe2235d20c3a070b7413ff6 Mon Sep 17 00:00:00 2001 From: DrGorilla_md <83670532+drgorillamd@users.noreply.github.com> Date: Mon, 14 Aug 2023 17:51:44 +0200 Subject: [PATCH] fix: include sepolia in npm deployment addresses --- .npmignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 931beb2d4..b77c21897 100644 --- a/.npmignore +++ b/.npmignore @@ -4,10 +4,11 @@ # Allowlisted deployment networks. !/deployments/goerli/** !/deployments/mainnet/** +!/deployments/sepolia/** # Allow everything in /contracts ... !/contracts/** # ... except tests /contracts/test/** /contracts/system_tests/** -/foundry.toml \ No newline at end of file +/foundry.toml