File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,14 @@ In a `.env` file, set `ETH_RPC_URL` to the URL of an Ethereum provider.
26
26
27
27
Run test: ` forge test `
28
28
29
+ ## Deploy an Oracle
30
+
31
+ For example, to deploy a ` ChainlinkOracle ` on the Ethereum mainnet, for the sDAI/USDC market:
32
+
33
+ ``` bash
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
+ ``````
36
+
29
37
# # Audits
30
38
31
39
All audits are stored in the [audits](./audits/)' folder.
You can’t perform that action at this time.
0 commit comments