File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,10 @@ import {
1414 serialize ,
1515 serializePayload ,
1616} from "@wormhole-foundation/sdk" ;
17- import { Ntt } from "@wormhole-foundation/sdk-definitions-ntt" ;
17+ import {
18+ Ntt ,
19+ register as registerDefinitions ,
20+ } from "@wormhole-foundation/sdk-definitions-ntt" ;
1821import * as testing from "@wormhole-foundation/sdk-definitions/testing" ;
1922import {
2023 SolanaAddress ,
@@ -25,7 +28,12 @@ import {
2528 SolanaWormholeCore ,
2629 utils ,
2730} from "@wormhole-foundation/sdk-solana-core" ;
28- import { IdlVersion , NTT , getTransceiverProgram } from "../../ts/index.js" ;
31+ import {
32+ IdlVersion ,
33+ NTT ,
34+ getTransceiverProgram ,
35+ register as registerSolana ,
36+ } from "../../ts/index.js" ;
2937import { SolanaNtt } from "../../ts/sdk/index.js" ;
3038import {
3139 TestDummyTransferHook ,
@@ -36,6 +44,9 @@ import {
3644 signSendWait ,
3745} from "./utils/helpers.js" ;
3846
47+ registerDefinitions ( ) ;
48+ registerSolana ( ) ;
49+
3950/**
4051 * Test Config Constants
4152 */
You can’t perform that action at this time.
0 commit comments