We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 583fd66 + 1b5e91b commit 5d840d3Copy full SHA for 5d840d3
packages/bridging/src/providers/near-intents/NearIntentsBridgeProvider.ts
@@ -119,7 +119,7 @@ export class NearIntentsBridgeProvider implements ReceiverAccountBridgeProvider<
119
* * And CoW Swap will try to swap USDT (bnb) -> USDT (bnb) which is not allowed
120
*/
121
return Array.from(sourceTokens.values()).filter((token) => {
122
- return token.address.toLowerCase() !== sellTokenAddress.toLowerCase()
+ return token.address?.toLowerCase() !== sellTokenAddress.toLowerCase()
123
})
124
}
125
0 commit comments