chainlink-starknet
chainlink-starknet copied to clipboard
L1EP missing gauntlet commands for e2e tests
Ticket - https://smartcontract-it.atlassian.net/browse/BCI-1218?atlOrigin=eyJpIjoiNWNiNjNmYjEwMmNhNDFhZThjYmRlYmQ5ODEwY2Y3OWEiLCJwIjoiaiJ9
Adding the following commands:
- Deployment of the L1 AccessController -
yarn gauntlet l1_access_controller:deploy --network=<L1_NETWORK>
- Deployment of the MockAggregator to behave as an L1GasPriceFeed -
yarn gauntlet l1_mock_aggregator:deploy --network=<L1_NETWORK>
- Setting the desired latestAnswer on the mocked aggregator -
yarn gauntlet l1_mock_aggregator:set_answer --network=<L1_NETWORK> --answer=<ANSWER> <AGGREGATOR_ADDRESS>
Looks good, just need to change to latestRoundData() and add the commands to the er protocol README.md 👍