Skip to content

Commit

Permalink
add sepolia to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcabot committed Apr 5, 2024
1 parent 09b7b15 commit 63b5569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -20,7 +20,7 @@
"deploy:bsc": "hardhat deploy --network bsc && yarn addresses",
"deploy:bsctest": "hardhat deploy --network bsctest && yarn addresses",
"deploy:celo": "hardhat deploy --network celo && yarn addresses",
"deploy:goerli": "hardhat deploy --network goerli && yarn addresses",
"deploy:sepolia": "hardhat deploy --network sepolia && yarn addresses",
"deploy:mainnet": "hardhat deploy --network mainnet && yarn addresses",
"deploy:mumbai": "hardhat deploy --network mumbai && yarn addresses",
"deploy:polygon": "hardhat deploy --network polygon && yarn addresses",
Expand Down

0 comments on commit 63b5569

Please sign in to comment.