You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
code gen error TypeError: Cannot read properties of undefined (reading 'find')
at codegenInternal (sentio_indexer/node_modules/@sentio/sdk/lib/fuel/codegen/codegen.js:84:59)
The ABI ingested is the new version of the ABI (which contains concreteTypes), however when I inserted a log into this code to log abi.rawContents, it's showing the old version of the ABI (without concreteTypes). I believe the library is probably downgrading the ABI before reaching this stage.
The text was updated successfully, but these errors were encountered:
Running
sentio gen
gives the following error:The line in question is this:
The ABI ingested is the new version of the ABI (which contains
concreteTypes
), however when I inserted a log into this code to logabi.rawContents
, it's showing the old version of the ABI (withoutconcreteTypes
). I believe the library is probably downgrading the ABI before reaching this stage.The text was updated successfully, but these errors were encountered: