Skip to content

Commit

Permalink
Added instruction for import modification
Browse files Browse the repository at this point in the history
  • Loading branch information
ngfam committed Jul 26, 2023
1 parent 306ec0c commit d87260c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ This step is only to ensure your market has minimum liquidity before you can act

### Parameters preparation

Inside `./scripts/seed-liquidity.ts`, make sure the import in line 6 is point to your according deployment output file, in case of swETH, it should be:
```ts
import marketAddresses from '../deployments/SY-swETH.json';
```

Inside `./scripts/configuration.ts`, please fill in the parameters for these two variables:

```ts
Expand Down

0 comments on commit d87260c

Please sign in to comment.