Skip to content

Commit f8e3f8b

Browse files
authored
fix: renamed solana kit import (#932)
Rename from @solana/web3-v2.js to @solana/kit was missing in one of merged PRs that still referenced the v2 Signed-off-by: Reinis Martinsons <[email protected]>
1 parent 447d77c commit f8e3f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/svm/findFillStatusFromFillStatusPda.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This script finds the fillStatus (fillStatus + event) from a provided fillStatusPda.
22
import * as anchor from "@coral-xyz/anchor";
33
import { AnchorProvider, BN, Program } from "@coral-xyz/anchor";
4-
import { address, createSolanaRpc } from "@solana/web3-v2.js";
4+
import { address, createSolanaRpc } from "@solana/kit";
55
import yargs from "yargs";
66
import { hideBin } from "yargs/helpers";
77
import { SvmSpokeIdl } from "../../src/svm";

0 commit comments

Comments
 (0)