Skip to content

Commit d6ecff6

Browse files
authored
no actually you don't support that (#304)
1 parent 9eed326 commit d6ecff6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

connect/src/routes/tokenBridge/automatic.ts

-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ export class AutomaticTokenBridgeRoute<N extends Network>
9393
toChain: ChainContext<N>,
9494
): Promise<TokenId[]> {
9595
return [
96-
nativeTokenId(toChain.chain),
9796
await TokenTransfer.lookupDestinationToken(fromChain, toChain, sourceToken),
9897
];
9998
}

0 commit comments

Comments
 (0)