From 790b0506d7d87b66120611cc8e7fe21a3981a00b Mon Sep 17 00:00:00 2001 From: Steven Luscher Date: Sun, 15 Dec 2024 08:32:08 -0800 Subject: [PATCH] Add changeset for `fromLegacyTransactionInstruction` (#40) --- .changeset/happy-tables-invite.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/happy-tables-invite.md diff --git a/.changeset/happy-tables-invite.md b/.changeset/happy-tables-invite.md new file mode 100644 index 000000000..a30b180b2 --- /dev/null +++ b/.changeset/happy-tables-invite.md @@ -0,0 +1,5 @@ +--- +'@solana/compat': patch +--- + +yAdded a helper to convert legacy `TransactionInstruction` objects to modern `IInstruction` objects