From b75e4d83e92e85cda538cd4e7e962fb7f4c42890 Mon Sep 17 00:00:00 2001 From: c9s Date: Fri, 15 Nov 2024 23:49:29 +0800 Subject: [PATCH] deposit: add bsc-bep20 to the case --- pkg/types/deposit.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"