-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Added Optimism Unidex Dex #5040
Conversation
Workflow run id 7299479772 approved. |
Workflow run id 7318977286 approved. |
Workflow run id 7318977517 approved. |
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.
LGTM.✅
Thank you @ARDev097
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.
minor changes requested below
}} | ||
|
||
{% set project_start_date = '2023-03-08' %} | ||
{% set firebird_finance_optimism_evt_trade_tables = [ |
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.
{% set firebird_finance_optimism_evt_trade_tables = [ | |
{% set unidex_optimism_evt_trade_tables = [ |
] %} | ||
|
||
with dexs as ( | ||
{% for evt_trade_table in firebird_finance_optimism_evt_trade_tables %} |
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.
{% for evt_trade_table in firebird_finance_optimism_evt_trade_tables %} | |
{% for evt_trade_table in unidex_optimism_evt_trade_tables %} |
Workflow run id 7393566661 approved. |
Workflow run id 7393570119 approved. |
Workflow run id 7393570181 approved. |
Hello @jeff-dude, I have made the requested changes. Please let me know if anything else is required from my end. |
Added trades data for unidex dex.