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
@@ -64,18 +65,17 @@ yarn test:lint # run prettier linter
64
65
65
66
1. Add the network configuration [config/<network>.json](config/).
66
67
-`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))
67
-
2. Add dev RPCs in graph-node config [docker/graph-node/config.toml](docker/graph-node/config.toml).
68
-
3. Add the chain in `.github/workflows/Release.yml` to configure deployments.
69
-
4. Test the build
70
-
- Apply the configuration: `npm run prepare:<chain>`
71
-
- Build the application: `npm run build`
72
-
- Run Tests: `npm run test`
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
73
- Deploy the new chain in DEV: `./bin/deploy.sh <chain> <dev provider>`
74
74
- Test the data in the dev provider subgraph explorer
75
-
- Manually deploy the new chain in PROD for the first version: `./bin/deploy.sh <chain> <dev provider>`
76
-
5. Update the `Deployments` section subgraph URLs in this README
77
-
6. Update the [Balances API](https://github.com/beefyfinance/beefy-balances-api)
78
-
7. Standard formatting with `npm run format`
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)
0 commit comments