This repo features subgraph handlers and definitions for Bond Protocol smart contracts.
| Chain | URL |
|---|---|
| base-sepolia | https://thegraph.com/studio/subgraph/bond-protocol-base-sepolia/ |
- Update/add addresses in
networks.json - Add chain id in
src/chain-ids - Map chain id to addresses in
src-address-map - Run
yarn graph codegenif updating handlers - Run
yarn graph build <NETWORK_NAME> - Run
yarn graph deploy <NETWORK_NAME>
For Alchemy subgraph there's a single deploy script, you'll need an Alchemy access token. I.e for base-sepolia yarn deploy-alchemy base-sepolia 0.0.7 <your_access_token>.