Skip to content

Commit 48a9cf9

Browse files
authored
fix(deploy-script): remove duplicated endBroadcast call (#39)
1 parent 7131a13 commit 48a9cf9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

script/Main.s.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ contract Main is Script, StoryProtocolCoreAddressManager, BroadcastManager, Json
4646

4747
// Set beacon contract via multisig.
4848
// spg.setNftContractBeacon(address(spgNftBeacon));
49-
50-
_endBroadcast();
5149
}
5250

5351
function _deployProtocolContracts(address accessControlDeployer) private {

0 commit comments

Comments
 (0)