Skip to content

Commit bcb8b12

Browse files
committed
Add note about docker-compose being a requirement for the tests
1 parent 00bac9f commit bcb8b12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/95. requestChainSupport.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ If you still want to request an EVM chain(s) to be supported by Sourcify, please
8282

8383
</details>
8484

85-
1. Install and build the project with `npm install` and `npx lerna run build`.
85+
4. Install and build the project with `npm install` and `npx lerna run build`.
8686

8787
1. Provide test contracts:
8888

@@ -95,7 +95,7 @@ If you still want to request an EVM chain(s) to be supported by Sourcify, please
9595

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

98-
1. To test locally run `export NEW_CHAIN_ID=1,11155111 && npm run test-local:chains` inside `services/server`
98+
1. To test locally run `export NEW_CHAIN_ID=1,11155111 && npm run test-local:chains` inside `services/server`. Note that this requires `docker-compose`.
9999

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

0 commit comments

Comments
 (0)