-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
L1EP missing gauntlet commands for e2e tests #298
base: develop
Are you sure you want to change the base?
Conversation
s_answer = answer; | ||
} | ||
|
||
function latestAnswer() public view returns (int256) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be latestRoundData I think
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sdrug are you waiting on review? I think this still needs to be changed. The line above has been changed
Looks good, just need to change to latestRoundData() and add the commands to the er protocol README.md 👍 |
Ticket - https://smartcontract-it.atlassian.net/browse/BCI-1218?atlOrigin=eyJpIjoiNWNiNjNmYjEwMmNhNDFhZThjYmRlYmQ5ODEwY2Y3OWEiLCJwIjoiaiJ9
Adding the following commands:
yarn gauntlet l1_access_controller:deploy --network=<L1_NETWORK>
yarn gauntlet l1_mock_aggregator:deploy --network=<L1_NETWORK>
yarn gauntlet l1_mock_aggregator:set_answer --network=<L1_NETWORK> --answer=<ANSWER> <AGGREGATOR_ADDRESS>