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
Firstly, the docs don't specify that networkConfig and networkConfig.entityIdPrefixes must be defined and cannot be empty. Same thing goes for entitySettings.<ENTITY_NAME>.useDefault (though it can be empty, it must always be defined)
Secondly, these fields (IMO) should be optional. If I'm only managing one chain in my subgraph, and I don't want any prefix, a sensible default would be to assign empty string as a prefix for any chain. useDefault could very well default to {}.
The text was updated successfully, but these errors were encountered:
Firstly, the docs don't specify that
networkConfig
andnetworkConfig.entityIdPrefixes
must be defined and cannot be empty. Same thing goes forentitySettings.<ENTITY_NAME>.useDefault
(though it can be empty, it must always be defined)Secondly, these fields (IMO) should be optional. If I'm only managing one chain in my subgraph, and I don't want any prefix, a sensible default would be to assign empty string as a prefix for any chain.
useDefault
could very well default to{}
.The text was updated successfully, but these errors were encountered: