Skip to content

Commit

Permalink
Update command to run chain tests locally
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelwedler committed May 28, 2024
1 parent 8574f66 commit f3c2229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/95. requestChainSupport.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ If you still want to request an EVM chain(s) to be supported by Sourcify, please

- Storage.sol: `shared/1_Storage.sol` and `shared/1_Storage.metadata.json`

1. To test locally run `NEW_CHAIN_ID=1,11155111 npx mocha test/chains/chain-tests.spec.ts --exit` inside `services/server`
1. To test locally run `export NEW_CHAIN_ID=1,11155111 && npm run test-local:chains` inside `services/server`

1. If the tests pass, open a pull request targeting the Sourcify **staging** branch.

Expand Down

0 comments on commit f3c2229

Please sign in to comment.