docs: update chain support instructions to point to sourcify-chains repo#60
Draft
docs: update chain support instructions to point to sourcify-chains repo#60
Conversation
The chain config and integration tests have moved from the sourcify monorepo to the sourcify-chains repo. Update "Requesting Chain Support" to reflect the new contribution flow: - PRs go against argotorg/sourcify-chains (chain-overrides.json or additional-chains.json) - deployContracts.ts script is now in sourcify-chains/scripts/ - storage-contract-chain-addresses.json is in sourcify-chains/tests/fixtures/ - Local test command uses docker compose + migrate.sh - CI is the GitHub Actions integration-tests.yml workflow Also fix two stale links to services/server/src/sourcify-chains-default.json (that file was removed from the monorepo) to point at sourcify-chains/sourcify-chains-default.json. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
✅ Deploy Preview for sourcify-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/3. Requesting Chain Support.md) to reflect the new contribution flow now that chain config and tests live in argotorg/sourcify-chainsservices/server/src/sourcify-chains-default.json(that file no longer exists in the monorepo since it was moved to sourcify-chains)New contribution flow
Contributors now open PRs against
sourcify-chains(not the main sourcify repo):chain-overrides.jsonoradditional-chains.jsonStorage.solvianpx tsx scripts/deployContracts.tsif neededtests/fixtures/storage-contract-chain-addresses.jsontest-new-chain.yml) runs automatically on the PRCompanion PRs
feat/remote-chain-config-v2(PR #2709) — removes the old test files from the monorepoDraft — mark ready for review after the two companion PRs are merged.
Test plan
npm run build(Docusaurus) passes with no broken links🤖 Generated with Claude Code