We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b101f commit 72b88a7Copy full SHA for 72b88a7
.changeset/vast-banks-train.md
@@ -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
@@ -3,7 +3,7 @@ import { WhirlpoolIx } from "@orca-so/whirlpools-sdk";
import { TransactionBuilder } from "@orca-so/common-sdk";
import { sendTransaction } from "../utils/transaction_sender";
import { ctx } from "../utils/provider";
6
-import { promptConfirm, promptText } from "../utils/prompt";
+import { promptText } from "../utils/prompt";
7
8
console.info("set FeeRate...");
9
0 commit comments