mirror of
https://github.com/status-im/status-go.git
synced 2025-01-13 16:16:18 +00:00
parent
27730057d0
commit
dd3f4058c2
@ -192,6 +192,7 @@ func (h *HopBridge) Send(sendArgs *TransactionBridge, verifiedAccount *account.S
|
||||
token := h.tokenManager.FindToken(fromNetwork, sendArgs.HopTx.Symbol)
|
||||
if fromNetwork.Layer == 1 {
|
||||
hash, err = h.sendToL2(sendArgs.ChainID, sendArgs.HopTx, verifiedAccount, token)
|
||||
return hash, err
|
||||
}
|
||||
hash, err = h.swapAndSend(sendArgs.ChainID, sendArgs.HopTx, verifiedAccount, token)
|
||||
return hash, err
|
||||
|
Loading…
x
Reference in New Issue
Block a user