fix looptable index

This commit is contained in:
thloyi
2026-01-06 16:42:07 +08:00
parent 99ff9968bd
commit c732bb2b46
9 changed files with 3781 additions and 12 deletions

View File

@@ -29,6 +29,7 @@ func SetLogLevel(level slog.Level) {
type TxSignal struct {
Source string `json:"source"`
Label string `json:"label"`
TxHash string `json:"tx_hash"`
Maker string `json:"maker"`
Token0Address string `json:"token0_address"`