subsquid / squid-sdk

The main repo of the squid SDK
Apache License 2.0
1.23k stars 151 forks source link

allow to pass multiple config files into `substrate-typegen` command #155

Closed belopash closed 1 year ago

belopash commented 1 year ago

this will allow to do

npx squid-substrate-typegen ./kusama.json ./polkadot.json

or

npx squid-substrate-typegen ./typegen/*.json

in multichain projects instead of writing bash script