Skip to content

Commit

Permalink
fix(deploy-script): remove duplicated endBroadcast call
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsadface committed Aug 24, 2024
1 parent 7131a13 commit 18bbf23
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 18bbf23

Please sign in to comment.