We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eed326 commit d6ecff6Copy full SHA for d6ecff6
connect/src/routes/tokenBridge/automatic.ts
@@ -93,7 +93,6 @@ export class AutomaticTokenBridgeRoute<N extends Network>
93
toChain: ChainContext<N>,
94
): Promise<TokenId[]> {
95
return [
96
- nativeTokenId(toChain.chain),
97
await TokenTransfer.lookupDestinationToken(fromChain, toChain, sourceToken),
98
];
99
}
0 commit comments