You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -65,17 +67,12 @@ yarn test:lint # run prettier linter
65
67
66
68
1. Add the network configuration [config/<network>.json](config/).
67
69
-`indexerHintPrune` is the number of blocks to keep for the indexer hint, aim for 2 months. Can be set to `"auto"` to prune as much as possible. Recommended for performance and cost. Or set to `"never"` to keep all updates history. ([Thegraph docs](https://thegraph.com/docs/en/cookbook/pruning/#how-to-prune-a-subgraph-with-indexerhints))
68
-
2. Add the chain in `.github/workflows/Release.yml` to configure deployments.
69
-
3. Test the build
70
-
- Apply the configuration: `yarn configure <chain>`
71
-
- Build the application: `yarn build`
72
-
- Run Tests: `yarn test`
73
-
- Deploy the new chain in DEV: `./bin/deploy.sh <chain> <dev provider>`
74
-
- Test the data in the dev provider subgraph explorer
75
-
- Manually deploy the new chain in PROD for the first version: `./bin/release.sh <version> <chain> <dev provider>`
76
-
4. Update the `Deployments` section subgraph URLs in this README
77
-
5. Update the [Balances API](https://github.com/beefyfinance/beefy-balances-api)
78
-
6. Standard formatting with `yarn run format`
70
+
2. Add the data configuration [data/<network>.json](data/)
71
+
3. Add the chain in `.github/workflows/Release.yml` to configure deployments.
72
+
4. Add the endpoint link to the [README](README.md) in alphabetical order.
73
+
5. Release the first version of the subgraph for the new network using the [./bin/release.sh](./bin/release.sh) script.
74
+
- Must be logged in to goldsky with the provided cli.
75
+
- Only used to deploy the first version, see below for updating a subgraph.
0 commit comments