Skip to content

Commit

Permalink
Rec changes
Browse files Browse the repository at this point in the history
  • Loading branch information
abtestingalpha committed Dec 13, 2024
1 parent e1d62dc commit e3535b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/synapse-interface/messages/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"Please select Destination network": "请选择目标网络",
"Please select an Origin token": "请选择来源代币",
"Bridge {symbol}": "桥接 {symbol}",
"Deposit {symbol}": "订金 {symbol}",
"Deposit {symbol}": "存入 {symbol}",
"Depositing": "存款",
"Connect Wallet to Bridge": "连接钱包以桥接",
"Amount must be greater than fee": "金额必须大于费用",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const StateManagedBridge = () => {
fetchBridgeQuote({
synapseSDK,
fromChainId,
toChainId: toChainId === HYPERLIQUID.id ? 42161 : toChainId,
toChainId: toChainId === HYPERLIQUID.id ? ARBITRUM.id : toChainId,
fromToken,
toToken,
debouncedFromValue,
Expand Down

0 comments on commit e3535b1

Please sign in to comment.