Skip to content

Commit 9e27033

Browse files
committed
typechain types removal
1 parent 9649578 commit 9e27033

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1
-29836
lines changed

README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,10 @@ npm run deploy-contracts
2020

2121
\*Make sure the OWNER_PK env variable has the 'export' word in the line start
2222

23-
## Copy contracts ABIs to src/abis
24-
25-
```
26-
forge create TrustedOracle --private-key <your private key>
27-
```
28-
2923
## Generate typechain types for TypeScript usage
3024

3125
```
32-
typechain --target ethers-v5 --out-dir ./src/types/typechain './contracts/out/**/*.json'
26+
npm run postinstall
3327
```
3428

3529
## Run script

0 commit comments

Comments
 (0)