We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10365ec commit e9ff737Copy full SHA for e9ff737
solana/tests/anchor.test.ts
@@ -13,6 +13,7 @@ import {
13
serialize,
14
serializePayload,
15
signSendWait as ssw,
16
+ AccountAddress,
17
} from "@wormhole-foundation/sdk-connect";
18
import * as testing from "@wormhole-foundation/sdk-definitions/testing";
19
import {
@@ -24,7 +25,6 @@ import { SolanaWormholeCore } from "@wormhole-foundation/sdk-solana-core";
24
25
import * as fs from "fs";
26
27
import { PublicKey, SystemProgram, Transaction } from "@solana/web3.js";
-import { AccountAddress } from "@wormhole-foundation/sdk-definitions";
28
import { DummyTransferHook } from "../ts/idl/1_0_0/ts/dummy_transfer_hook.js";
29
import { SolanaNtt } from "../ts/sdk/index.js";
30
0 commit comments