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)
params := []string{
contractAddress,
"Deposit",
"Withdraw",
VESTER_DEPOSIT_EVENT_NAME,
VESTER_WITHDRAW_EVENT_NAME,
}
return sql, params
},