Skip to content

Commit e099b1e

Browse files
committed
Merge branch 'staging' of github.com:hop-protocol/hop into production
2 parents 29e342f + a6d4d14 commit e099b1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hop-protocol/frontend",
3-
"version": "0.0.45",
3+
"version": "0.0.46",
44
"description": "Hop Protocol Frontend",
55
"author": "Authereum Labs, Inc.",
66
"license": "MIT",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class HopConvertOption extends ConvertOption {
124124
let warning : any
125125

126126
console.log('debug1')
127-
const isDeprecatedRouteWithdrawal = ['hUSDC.e', 'hMAGIC', 'DAI'].includes(token.symbol) && destNetwork?.slug === ChainSlug.Ethereum
127+
const isDeprecatedRouteWithdrawal = ['hUSDC.e', 'hMAGIC', 'hDAI'].includes(token.symbol) && destNetwork?.slug === ChainSlug.Ethereum
128128

129129
// note: bypass bonder fee since USDC.e out of L2 to ethereum (deprecated token route) will have to go through the 7 day exit time and be manually withdrawn.
130130
if (isDeprecatedRouteWithdrawal) {

0 commit comments

Comments
 (0)