File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -46,15 +46,7 @@ To create a new `MorphoChainlinkOracleV2` oracle using the factory, call the `cr
46
46
- ` quoteTokenDecimals ` : Decimal precision of the quote asset.
47
47
- ` salt ` : A unique identifier to create deterministic addresses for deployed oracles.
48
48
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
58
50
59
51
To deploy a ` MorphoChainlinkOracleV2 ` on the Ethereum mainnet, use the ` MorphoChainlinkOracleV2Factory ` to create a new oracle.
60
52
@@ -100,6 +92,14 @@ and for the wstETH/ETH oracle:
100
92
- ` quoteTokenDecimals ` :18,
101
93
- ` salt ` : <user-defined value used to make the address unique >,
102
94
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
+
103
103
## Audits
104
104
105
105
All audits are stored in the [ audits] ( ./audits/ ) ' folder.
You can’t perform that action at this time.
0 commit comments