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
In my case each network has its own runtime, but runtime spec versioning scheme is the same and pallets versions are the same under the same runtime spec version. Also mainnet skips some runtime upgrades applied to testnet (release candidates). I've generated types using testnet spec versions *.jsonl file and mainnet indexing seems working. But I'm wondering if it is a correct approach since squid-substrate-typegen does not produce the same output to src/types for each runtime. I can imagine the same question arises for all the Polkadot parachains which have a canary or testnet in Kusama, Rococo, or Paseo.
The text was updated successfully, but these errors were encountered:
In my case each network has its own runtime, but runtime spec versioning scheme is the same and pallets versions are the same under the same runtime spec version. Also mainnet skips some runtime upgrades applied to testnet (release candidates). I've generated types using testnet spec versions
*.jsonl
file and mainnet indexing seems working. But I'm wondering if it is a correct approach sincesquid-substrate-typegen
does not produce the same output tosrc/types
for each runtime. I can imagine the same question arises for all the Polkadot parachains which have a canary or testnet in Kusama, Rococo, or Paseo.The text was updated successfully, but these errors were encountered: