Skip to content

Commit

Permalink
Fix linting errors in multicall readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
r-czajkowski committed Dec 23, 2021
1 parent 5b8a950 commit 13d99d2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions multicall/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@ contract in T dapp locally. There is no need to deploy this contract to
https://github.com/makerdao/multicall#multicall-contract-addresses.

# Prerequisites
* Make sure your local chain is running (eg. Ganache).
* Verfiy `development` network config in `hardhat.config.ts` file- set the correct `chainId` and `url`.

- Make sure your local chain is running (eg. Ganache).
- Verfiy `development` network config in `hardhat.config.ts` file- set the correct `chainId` and `url`.

# Usage

## Setup

`yarn`

## Deploy `Multicall` contract
`yarn deploy:development`

`yarn deploy:development`

0 comments on commit 13d99d2

Please sign in to comment.