Skip to content

Commit a8fcf8a

Browse files
authored
fix(ethereum/sdk/solidity) Fix Readme (#2006)
1 parent 1f76e82 commit a8fcf8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

target_chains/ethereum/sdk/solidity/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ It is **strongly recommended** to follow the [consumer best practices](https://d
77

88
## Installation
99

10-
###Truffle/Hardhat
10+
### Truffle/Hardhat
1111

1212
If you are using Truffle or Hardhat, simply install the NPM package:
1313

1414
```bash
1515
npm install @pythnetwork/pyth-sdk-solidity
1616
```
1717

18-
###Foundry
18+
### Foundry
1919

2020
If you are using Foundry, you will need to create an NPM project if you don't already have one.
2121
From the root directory of your project, run:
@@ -81,7 +81,7 @@ Please refer to [Pyth On-Demand Updates page](https://docs.pyth.network/document
8181

8282
## Solidity Target Chains
8383

84-
[This](https://docs.pyth.network/documentation/pythnet-price-feeds/evm#networks) document contains list of the EVM networks that Pyth is available on.
84+
[This](https://docs.pyth.network/price-feeds/contract-addresses/evm) document contains list of the EVM networks that Pyth is available on.
8585

8686
You can find a list of available price feeds [here](https://pyth.network/developers/price-feed-ids/).
8787

@@ -93,7 +93,7 @@ You can find a list of available price feeds [here](https://pyth.network/develop
9393

9494
### ABIs
9595

96-
When making changes to a contract interface, please make sure to update the ABI files too. 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 can create the ABI file for the new contract as well.
96+
When making changes to a contract interface, please make sure to update the ABI files too. You can update it using `pnpm generate-abi` and it will update the ABI files in [abis](./abis) directory.
9797

9898
### Releases
9999

0 commit comments

Comments
 (0)