Skip to content

Commit

Permalink
chore: add instructions to the scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
EperezOk committed May 8, 2024
1 parent c7ddc29 commit 54b995f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions scripts/Create.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {OverlayV1Factory} from "contracts/OverlayV1Factory.sol";

contract CreateMarketScript is Script {
// TODO: update values as needed
// NOTE: the periphery contracts should be deployed before running this script
address constant FACTORY = 0xc10e8E06b1b8DADB8E94120650414AFfedD17aF9;
address constant FEED_FACTORY = 0x0000000000000000000000000000000000000000;
address constant FEED = 0x0000000000000000000000000000000000000000;
Expand Down
2 changes: 1 addition & 1 deletion scripts/feeds/chainlink/Create.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {OverlayV1ChainlinkFeedFactory} from "contracts/feeds/chainlink/OverlayV1
// 1. Set required environment variables: ETHERSCAN_API_KEY, DEPLOYER_PK, RPC.
// 2. Run with:
// $ source .env
// $ forge script scripts/Create.s.sol:CreateFeed --rpc-url $RPC --verify -vvvv --broadcast
// $ forge script scripts/feeds/chainlink/Create.s.sol:CreateFeed --rpc-url $RPC --verify -vvvv --broadcast

contract CreateFeed is Script {
// TODO: update values as needed
Expand Down
2 changes: 1 addition & 1 deletion scripts/feeds/chainlink/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {OverlayV1ChainlinkFeedFactory} from "contracts/feeds/chainlink/OverlayV1
// 1. Set required environment variables: ETHERSCAN_API_KEY, DEPLOYER_PK, RPC.
// 2. Run with:
// $ source .env
// $ forge script scripts/Deploy.s.sol:DeployFeedFactory --rpc-url $RPC --verify -vvvv --broadcast
// $ forge script scripts/feeds/chainlink/Deploy.s.sol:DeployFeedFactory --rpc-url $RPC --verify -vvvv --broadcast

contract DeployFeedFactory is Script {
// TODO: update values as needed
Expand Down

0 comments on commit 54b995f

Please sign in to comment.