Skip to content

Commit

Permalink
feat(protocol): remove an unused flag in DeployOnL1 script (#14589)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha authored Aug 28, 2023
1 parent 437763a commit a42c17a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/protocol/script/DeployOnL1.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ contract DeployOnL1 is Script {

address public sharedSignalService = vm.envAddress("SHARED_SIGNAL_SERVICE");

address public treasury = vm.envAddress("TREASURY");

address[] public taikoTokenPremintRecipients =
vm.envAddress("TAIKO_TOKEN_PREMINT_RECIPIENTS", ",");

Expand Down

0 comments on commit a42c17a

Please sign in to comment.