We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b355c2a commit 56ccb85Copy full SHA for 56ccb85
script/Deploy.s.sol
@@ -12,7 +12,7 @@ contract DeploySiege is Script {
12
13
vm.startBroadcast(deployerPrivateKey);
14
15
- new CatapultNFT("https://ipfs.io/ipfs/QmUCd8sGk4uVhGFfXX5aixNod3Eky8kD4Cvjo25UDnhPrQ")
+ new CatapultNFT("https://ipfs.io/ipfs/QmUCd8sGk4uVhGFfXX5aixNod3Eky8kD4Cvjo25UDnhPrQ");
16
new BatteringRam(50);
17
new Catapult(100);
18
new Trebuchet(200, msg.sender);
0 commit comments