# Deploy a specific network
$ yarn deploy-hosted polygon
# Deploy on all the networks
$ yarn deploy-all
Note: Requires there being a file in /config/ for that network.
If the underlying contract changes you can update that by bumping the rwtp version in the package.json.
This will update the links and you can run graph codegen to regenerate the bindings
This implementation does not work on studio, since studio does not support ipfs, but hosted does.
Create a hosted graph solution. (choose your network)
Change your network in the subgraph.yaml from rinkeby -> other network
run
graph deploy --node https://api.thegraph.com/deploy/ <subgraph-name>