Skip to content
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

feat(contracts): batch call by bot #18

Merged
merged 4 commits into from
Jun 26, 2023
Merged

Conversation

cuongquangnam
Copy link
Contributor

What this PR does / why we need it:

Additional comments?:

@cuongquangnam cuongquangnam changed the title Cuong/batch call by bot feat(contracts): batch call by bot Jun 22, 2023
require(dex.length == dexInfo.length);
for (uint256 i = 0; i < dex.length; i++) {
for (uint256 i = 0; i < dex.length; ++i) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

@Abhishekkochar Abhishekkochar merged commit ec4f12d into main Jun 26, 2023
1 check passed
@Abhishekkochar Abhishekkochar deleted the cuong/batchCallByBot branch June 26, 2023 04:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants