Skip to content

Commit

Permalink
blast frankenstein eth (wormhole-foundation#2072)
Browse files Browse the repository at this point in the history
  • Loading branch information
kev1n-peters committed May 10, 2024
1 parent 32e51a3 commit 9958b97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wormhole-connect/src/routes/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ export const isIlliquidDestToken = (
if (
['ETH', 'WETH'].includes(symbol) &&
nativeChain === 'ethereum' &&
destChain === 'scroll'
// These are L2 chains that have a native bridge
(destChain === 'scroll' || destChain === 'blast')
) {
return true;
}
Expand Down

0 comments on commit 9958b97

Please sign in to comment.