Skip to content

Commit cc73a78

Browse files
committed
feat(readme): moving deployment section into the usage one
1 parent 35431db commit cc73a78

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,7 @@ To create a new `MorphoChainlinkOracleV2` oracle using the factory, call the `cr
4646
- `quoteTokenDecimals`: Decimal precision of the quote asset.
4747
- `salt`: A unique identifier to create deterministic addresses for deployed oracles.
4848

49-
## Getting Started
50-
51-
Install dependencies: `forge install`
52-
53-
In a `.env` file, set `ETH_RPC_URL` to the URL of an Ethereum provider.
54-
55-
Run test: `forge test`
56-
57-
## Deploy an Oracle
49+
### Deploy an Oracle
5850

5951
To deploy a `MorphoChainlinkOracleV2` on the Ethereum mainnet, use the `MorphoChainlinkOracleV2Factory` to create a new oracle.
6052

@@ -100,6 +92,14 @@ and for the wstETH/ETH oracle:
10092
- `quoteTokenDecimals`:18,
10193
- `salt`: <user-defined value used to make the address unique>,
10294

95+
## Getting Started
96+
97+
Install dependencies: `forge install`
98+
99+
In a `.env` file, set `ETH_RPC_URL` to the URL of an Ethereum provider.
100+
101+
Run test: `forge test`
102+
103103
## Audits
104104

105105
All audits are stored in the [audits](./audits/)' folder.

0 commit comments

Comments
 (0)