stack height parse of enterEntract

This commit is contained in:
thloyi
2025-12-31 16:53:39 +08:00
parent 78d323efd5
commit dbfaa39432
8 changed files with 84 additions and 34 deletions

View File

@@ -43,6 +43,7 @@ const (
EntryContractNovaBotsProgram = "novaBotsProgram"
EntryContractTaggedSearcher = "taggedSearcher"
EntryContractMayhem = "pumpMayhem"
EntryContractTerm = "term"
EntryContractUnknown = "unknown"
)