diff --git a/pkg/types/deposit.go b/pkg/types/deposit.go index 4f01d5efd..2bd01ee2d 100644 --- a/pkg/types/deposit.go +++ b/pkg/types/deposit.go @@ -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"