Skip to content

Commit 76b76f0

Browse files
bowdbayological
andauthored
Update scripts/swap.ts
Co-authored-by: Bayological <6872903+bayological@users.noreply.github.com>
1 parent ed8cb78 commit 76b76f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/swap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ async function main() {
1313
const args = process.argv.slice(2)
1414
if (args.length < 4) {
1515
console.error(
16-
'Usage: ts-node testSwap.ts <chainId> <pairId> <direction> <amount>'
16+
'Usage: ts-node swap.ts <chainId> <pairId> <direction> <amount>'
1717
)
1818
process.exit(1)
1919
}

0 commit comments

Comments
 (0)