From 9c003fbead78bda447906e9d6234f254cae2581c Mon Sep 17 00:00:00 2001 From: Ginta <775650117@qq.com> Date: Wed, 15 Apr 2026 03:18:38 +0800 Subject: [PATCH] feat: get support chain api --- src/task/listen_bsc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/task/listen_bsc.go b/src/task/listen_bsc.go index 6cae2f7..4990c7e 100644 --- a/src/task/listen_bsc.go +++ b/src/task/listen_bsc.go @@ -49,7 +49,7 @@ func StartBscWebSocketListener() { storeBscRecipientsFromWallets(w) } }() - wsURL := "wss://bsc.publicnode.com" + wsURL := "wss://bsc.drpc.org" query := ethereum.FilterQuery{ Addresses: []common.Address{ bscUsdtContract,