feat: get support chain api

This commit is contained in:
Ginta
2026-04-15 03:18:38 +08:00
parent aff1055743
commit 9c003fbead
+1 -1
View File
@@ -49,7 +49,7 @@ func StartBscWebSocketListener() {
storeBscRecipientsFromWallets(w) storeBscRecipientsFromWallets(w)
} }
}() }()
wsURL := "wss://bsc.publicnode.com" wsURL := "wss://bsc.drpc.org"
query := ethereum.FilterQuery{ query := ethereum.FilterQuery{
Addresses: []common.Address{ Addresses: []common.Address{
bscUsdtContract, bscUsdtContract,