Skip to content

Commit 56ccb85

Browse files
authored
Update Deploy.s.sol
1 parent b355c2a commit 56ccb85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/Deploy.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ contract DeploySiege is Script {
1212

1313
vm.startBroadcast(deployerPrivateKey);
1414

15-
new CatapultNFT("https://ipfs.io/ipfs/QmUCd8sGk4uVhGFfXX5aixNod3Eky8kD4Cvjo25UDnhPrQ")
15+
new CatapultNFT("https://ipfs.io/ipfs/QmUCd8sGk4uVhGFfXX5aixNod3Eky8kD4Cvjo25UDnhPrQ");
1616
new BatteringRam(50);
1717
new Catapult(100);
1818
new Trebuchet(200, msg.sender);

0 commit comments

Comments
 (0)