Skip to content

Commit 4a0976b

Browse files
committed
Merge branch 'staging' of github.com:hop-protocol/hop into production
2 parents a44bcfe + 5f1d2bc commit 4a0976b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontend/src/pages/Convert/ConvertOption/HopConvertOption.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class HopConvertOption extends ConvertOption {
6969

7070
// note: USDC.E out of L2 to ethereum (deprecated token route) will have to go through the 7 day exit time and be manually withdrawn.
7171
// note: MAGIC out of L2 to ethereum (deprecated token route) will have to go through the 7 day exit time and be manually withdrawn.
72-
const isDeprecatedRouteWithdrawal = ['USDC.e', 'MAGIC'].includes(l1TokenSymbol) && destNetwork?.slug === ChainSlug.Ethereum && !sourceNetwork?.isLayer1
72+
const isDeprecatedRouteWithdrawal = ['USDC.e', 'MAGIC', 'DAI'].includes(l1TokenSymbol) && destNetwork?.slug === ChainSlug.Ethereum && !sourceNetwork?.isLayer1
7373
if (isDeprecatedRouteWithdrawal) {
7474
if (BigNumber.from(bonderFee ?? 0).eq(0)) {
7575
const isHTokenSend = true

0 commit comments

Comments
 (0)