When updating contract addresses + start blocks it is now enough to update one single ./networks.json file, as opposed to having 2 separate ones.
It is now also possible to build/deploy different chains separately, each of which will have a separate Subgraph (as per docs) and its name can be passed as the argument in said scripts.
When updating contract addresses + start blocks it is now enough to update one single
./networks.json
file, as opposed to having 2 separate ones. It is now also possible to build/deploy different chains separately, each of which will have a separate Subgraph (as per docs) and its name can be passed as the argument in said scripts.