- Install dependencies
yarn install
- Edit
.env
cp .env.example .env
- Specify additional price feeds (Optional)
vim src/constants/index.ts
- Deploy contracts
yarn hardhat deploy --network baseSepolia
- Create Web3Function task
yarn hardhat run scripts/create-task.ts --network baseSepolia
- Verify contracts on Etherscan (Optional)
yarn hardhat etherscan-verify --network baseSepolia
- Deposit
SEP
intoL1PriceOracle
contract for PythupdateFee
payment