Skip to content

Commit

Permalink
fix(deploy-script): remove duplicated endBroadcast call (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsadface authored Aug 24, 2024
1 parent 7131a13 commit 48a9cf9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions script/Main.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ contract Main is Script, StoryProtocolCoreAddressManager, BroadcastManager, Json

// Set beacon contract via multisig.
// spg.setNftContractBeacon(address(spgNftBeacon));

_endBroadcast();
}

function _deployProtocolContracts(address accessControlDeployer) private {
Expand Down

0 comments on commit 48a9cf9

Please sign in to comment.