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 e0b9776 commit 216b773Copy full SHA for 216b773
script/Deploy.s.sol
@@ -12,6 +12,7 @@ contract DeploySiege is Script {
12
13
vm.startBroadcast(deployerPrivateKey);
14
15
+ new CatapultNFT("https://ipfs.io/ipfs/QmUCd8sGk4uVhGFfXX5aixNod3Eky8kD4Cvjo25UDnhPrQ")
16
new BatteringRam(50);
17
new Catapult(100);
18
new Trebuchet(200);
0 commit comments