Skip to content

Commit

Permalink
fix: include sepolia in npm deployment addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
drgorillamd authored Aug 14, 2023
1 parent b28cd7e commit 5ae86db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
/foundry.toml

0 comments on commit 5ae86db

Please sign in to comment.