File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
providers/wormhole/wormhole Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export type MrlConfigBuilder = ConfigBuilder<
15
15
MrlBuilderParams
16
16
> ;
17
17
18
- // TODO mjm improve this
18
+ // TODO review this
19
19
export interface ExtrinsicWormholeConfig {
20
20
extrinsic : ExtrinsicConfig ;
21
21
wormholeConfig : WormholeConfig ;
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ export function wormhole() {
32
32
} ;
33
33
}
34
34
35
- // TODO mjm move from here?
36
35
export function generateWormholeArgs ( {
37
36
asset,
38
37
destination,
@@ -133,9 +132,7 @@ function generateDemoArgs({
133
132
moonChain,
134
133
source,
135
134
} : MrlBuilderParams ) : WormholeFunctionArgs {
136
- console . log ( 'moonchain' , moonChain ) ;
137
135
const isNativeAsset = asset . isSame ( moonChain . nativeAsset ) ;
138
- // const isDestinationMoonChain = destination.isEqual(moonChain);
139
136
const isDestinationEvmChain = EvmChain . is ( destination ) ;
140
137
const tokenAddress = isNativeAsset
141
138
? 'native'
You can’t perform that action at this time.
0 commit comments