File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,15 @@ import type { WormholeConnectTheme } from './theme';
5
5
import MAINNET from './config/mainnet' ;
6
6
import TESTNET from './config/testnet' ;
7
7
import { buildConfig } from './config' ;
8
- import type { WormholeConnectConfig } from './config/types' ;
9
- import type { WormholeConnectEvent } from './telemetry/types' ;
8
+ import type {
9
+ ExtendedTransferDetails ,
10
+ WormholeConnectConfig ,
11
+ } from './config/types' ;
12
+ import type {
13
+ TokenDetails ,
14
+ TransferDetails ,
15
+ WormholeConnectEvent ,
16
+ } from './telemetry/types' ;
10
17
11
18
// Routes
12
19
import { DEFAULT_ROUTES , nttRoutes } from './routes/operator' ;
@@ -49,6 +56,9 @@ export {
49
56
Chain ,
50
57
WormholeConnectTheme ,
51
58
WormholeConnectEvent ,
59
+ TransferDetails ,
60
+ ExtendedTransferDetails ,
61
+ TokenDetails ,
52
62
53
63
// Routes
54
64
DEFAULT_ROUTES ,
You can’t perform that action at this time.
0 commit comments