Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit cf14295

Browse files
committed
Update README
1 parent 5fa2978 commit cf14295

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ You can find a list of available price feeds [here](https://pyth.network/develop
6565

6666
## Development
6767

68-
When making changes to the contract, please make sure to update the ABI. You can update it using `npm run generate-abi` and it will update `IPythAbi.json` file.
68+
### ABIs
69+
70+
When making changes to a contract, please make sure to update the ABI. You can update it using `npm run generate-abi` and it will update the ABI files in [abis](./abis) directory. If you create a new contract, you also need to add the contract name in [the ABI generation script](./scripts/generateAbi.js#L5) so the script create ABI file for that contract too.
6971

7072
### Releases
7173

0 commit comments

Comments
 (0)