mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-21 22:43:52 +00:00
deposit: add bsc-bep20 to the case
This commit is contained in:
parent
abd41c98de
commit
b75e4d83e9
|
@ -195,7 +195,8 @@ func getExplorerURL(network string, txID string) string {
|
|||
switch strings.ToUpper(network) {
|
||||
case "BTC":
|
||||
return getBitcoinNetworkExplorerURL(txID)
|
||||
case "BSC":
|
||||
case "BSC", "BSC-BEP20":
|
||||
// MAX uses "BSC-BEP20"
|
||||
return getBscNetworkExplorerURL(txID)
|
||||
case "ETH", "ETHEREUM":
|
||||
// binance uses "ETH"
|
||||
|
|
Loading…
Reference in New Issue
Block a user