This commit is contained in:
aozhiwei 2024-09-23 14:32:19 +08:00
parent e57700a4ff
commit e8a519ca8f

View File

@ -55,8 +55,8 @@ ORDER BY idx LIMIT 1000
netId) netId)
params := []string{ params := []string{
contractAddress, contractAddress,
"Deposit", VESTER_DEPOSIT_EVENT_NAME,
"Withdraw", VESTER_WITHDRAW_EVENT_NAME,
} }
return sql, params return sql, params
}, },