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: introduce oracle-relay-urls flag for cluster script #566

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

mrekucci
Copy link
Collaborator

Describe your changes

Introduces oracle-relay-urls flag for cluster script.

Checklist before requesting a review

  • I have added tests that prove my fix is effective or that my feature works
  • I have made corresponding changes to the documentation

@@ -264,9 +264,11 @@ job "{{ job.name }}" {
sleep 3
fi

{% endraw %}
export MEV_ORACLE_RELAY_URLS="{{ job.env['oracle_relay_urls'] }}"
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this meant to replace the MEV_ORACLE_RELAY_URLS on line 253 above?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes, when it is set, it will overwrite the value.

@mrekucci mrekucci force-pushed the introducing-oracle-urls branch from 92ce96a to b957928 Compare January 15, 2025 03:51
@mrekucci mrekucci merged commit 02ac227 into main Jan 15, 2025
5 checks passed
@mrekucci mrekucci deleted the introducing-oracle-urls branch January 15, 2025 16:52
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.

2 participants