diff --git a/scripts/Create.t.sol b/scripts/Create.t.sol index 755f76c2..328929de 100644 --- a/scripts/Create.t.sol +++ b/scripts/Create.t.sol @@ -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; diff --git a/scripts/feeds/chainlink/Create.s.sol b/scripts/feeds/chainlink/Create.s.sol index db5d30b6..02b4b4de 100644 --- a/scripts/feeds/chainlink/Create.s.sol +++ b/scripts/feeds/chainlink/Create.s.sol @@ -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 diff --git a/scripts/feeds/chainlink/Deploy.s.sol b/scripts/feeds/chainlink/Deploy.s.sol index fa678639..d3473c47 100644 --- a/scripts/feeds/chainlink/Deploy.s.sol +++ b/scripts/feeds/chainlink/Deploy.s.sol @@ -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