Skip to content

Commit

Permalink
feat: updates based on the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Feb 17, 2024
1 parent 62033cb commit d9de800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/script/AuthorizeTaikoForMultihop.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ contract AuthorizeTaikoForMultihop is DeployCapability {
// contracts

function run() external {
require(taikoContracts.length != 0, "invalid taiko contrats");
require(taikoContracts.length != 0, "invalid taiko contracts");

vm.startBroadcast(privateKey);

Expand Down

0 comments on commit d9de800

Please sign in to comment.