File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,18 @@ Run test: `forge test`
28
28
29
29
## Deploy an Oracle
30
30
31
- For example, to deploy a ` ChainlinkOracle ` on the Ethereum mainnet, for the sDAI/USDC market:
31
+ For example, to deploy a ` ChainlinkOracle ` on the Ethereum mainnet for the sDAI/USDC market, run :
32
32
33
33
``` bash
34
34
forge create src/ChainlinkOracle.sol:ChainlinkOracle --constructor-args " 0x83F20F44975D03b1b09e64809B757c47f942BEeA" " 0xAed0c38402a5d19df6E4c03F4E2DceD6e29c1ee9" " 0x0000000000000000000000000000000000000000" " 0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6" " 0x0000000000000000000000000000000000000000" " 1000000000000000000" " 18" " 6" --rpc-url https://eth-mainnet.g.alchemy.com/v2/< alchemy-key> --from < deployer-address> --ledger
35
35
``````
36
36
37
+ And for the rETH/WETH market, run:
38
+
39
+ ` ` ` bash
40
+ forge create src/ChainlinkOracle.sol:ChainlinkOracle --constructor-args " 0x0000000000000000000000000000000000000000" " 0x536218f9E9Eb48863970252233c8F271f554C2d0" " 0x0000000000000000000000000000000000000000" " 0x0000000000000000000000000000000000000000" " 0x0000000000000000000000000000000000000000" " 1" " 18" " 18" --rpc-url https://eth-mainnet.g.alchemy.com/v2/< alchemy-key> --from < deployer-address> --ledger
41
+ ` ` `
42
+
37
43
# # Audits
38
44
39
45
All audits are stored in the [audits](./audits/)' folder.
You can’t perform that action at this time.
0 commit comments