Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/admin/tripGlobal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ import { Contract } from "ethers";
* --testnets Run for testnets.
* Default is false.
*
* --integration Run for sepcified integration type. Can be fast or optimistic.
* --integration Run for specified integration type. Can be fast or optimistic.
* Default is fast.
*/

const main = async () => {
if (trip && untrip) {
console.log("both trip and untrip flags cant be passed. pass one of them.");
console.log("both trip and untrip flags can't be passed. pass one of them.");
return;
}
if (!trip && !untrip) {
Expand Down