Skip to content

Commit 5ae86db

Browse files
fix: include sepolia in npm deployment addresses
1 parent b28cd7e commit 5ae86db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
# Allowlisted deployment networks.
55
!/deployments/goerli/**
66
!/deployments/mainnet/**
7+
!/deployments/sepolia/**
78

89
# Allow everything in /contracts ...
910
!/contracts/**
1011
# ... except tests
1112
/contracts/test/**
1213
/contracts/system_tests/**
13-
/foundry.toml
14+
/foundry.toml

0 commit comments

Comments
 (0)