Closed nakul1010 closed 1 year ago
Possibly the issue here is the:
subxt metadata --version unstable -f bytes > metadata-parachain-kintsugi.scale
The unstable metadata from your node is likely not compatible with stable V15 or V14 metadata now (probably because your node isn't uptodate enough to have it yet).
Try just calling subxt metadata -f bytes > metadata-parachain-kintsugi.scale
to get your metadata; this should do the trick (also try --version 14
and --version 15
if you want to be explicit)! I'll close this for now but please re-open if you try the above and still have an issue!
Command use to run the node
Subxt version
Command use to generate metadata
Error Received