- Mainnet: https://thegraph.com/legacy-explorer/subgraph/niraj-kamdar/instadapp
- Polygon: https://thegraph.com/legacy-explorer/subgraph/niraj-kamdar/instadapp-polygon
npm install
You can update the network configuration by editing the config files from configs directory.
- Build
npm run prepare:{network}
- Deploy
npm run deploy:{network}
Supported Networks: mainnet, matic, local
npm run format