Skip to content

Commit 72b88a7

Browse files
committed
fmt
1 parent 06b101f commit 72b88a7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/vast-banks-train.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@orca-so/whirlpools-sdk-cli": patch
3+
---
4+
5+
Add set_fee_rate command

legacy-sdk/cli/src/commands/set_fee_rate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { WhirlpoolIx } from "@orca-so/whirlpools-sdk";
33
import { TransactionBuilder } from "@orca-so/common-sdk";
44
import { sendTransaction } from "../utils/transaction_sender";
55
import { ctx } from "../utils/provider";
6-
import { promptConfirm, promptText } from "../utils/prompt";
6+
import { promptText } from "../utils/prompt";
77

88
console.info("set FeeRate...");
99

0 commit comments

Comments
 (0)