Skip to content

Commit e9ff737

Browse files
committed
what?
1 parent 10365ec commit e9ff737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solana/tests/anchor.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import {
1313
serialize,
1414
serializePayload,
1515
signSendWait as ssw,
16+
AccountAddress,
1617
} from "@wormhole-foundation/sdk-connect";
1718
import * as testing from "@wormhole-foundation/sdk-definitions/testing";
1819
import {
@@ -24,7 +25,6 @@ import { SolanaWormholeCore } from "@wormhole-foundation/sdk-solana-core";
2425
import * as fs from "fs";
2526

2627
import { PublicKey, SystemProgram, Transaction } from "@solana/web3.js";
27-
import { AccountAddress } from "@wormhole-foundation/sdk-definitions";
2828
import { DummyTransferHook } from "../ts/idl/1_0_0/ts/dummy_transfer_hook.js";
2929
import { SolanaNtt } from "../ts/sdk/index.js";
3030

0 commit comments

Comments
 (0)