Skip to content

Commit dd70a2e

Browse files
committed
clean
1 parent e06f299 commit dd70a2e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

packages/builder/src/mrl/MrlBuilder.interfaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export type MrlConfigBuilder = ConfigBuilder<
1515
MrlBuilderParams
1616
>;
1717

18-
// TODO mjm improve this
18+
// TODO review this
1919
export interface ExtrinsicWormholeConfig {
2020
extrinsic: ExtrinsicConfig;
2121
wormholeConfig: WormholeConfig;

packages/builder/src/mrl/providers/wormhole/wormhole/wormhole.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export function wormhole() {
3232
};
3333
}
3434

35-
// TODO mjm move from here?
3635
export function generateWormholeArgs({
3736
asset,
3837
destination,
@@ -133,9 +132,7 @@ function generateDemoArgs({
133132
moonChain,
134133
source,
135134
}: MrlBuilderParams): WormholeFunctionArgs {
136-
console.log('moonchain', moonChain);
137135
const isNativeAsset = asset.isSame(moonChain.nativeAsset);
138-
// const isDestinationMoonChain = destination.isEqual(moonChain);
139136
const isDestinationEvmChain = EvmChain.is(destination);
140137
const tokenAddress = isNativeAsset
141138
? 'native'

0 commit comments

Comments
 (0)