-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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: expose paraswap v6 decoded trades #7359
base: main
Are you sure you want to change the base?
feat: expose paraswap v6 decoded trades #7359
Conversation
post_hook='{{ expose_spells(\'["arbitrum"]\', | ||
"project", | ||
"paraswap_v6", | ||
\'["eptighte", "mwamedacen"]\') }}' |
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.
We can apply the new format for post_hooks:
post_hook='{{ expose_spells(\'["arbitrum"]\', | |
"project", | |
"paraswap_v6", | |
\'["eptighte", "mwamedacen"]\') }}' | |
post_hook='{{ expose_spells(blockchains = \'["arbitrum"]\', | |
spell_type = "project", | |
spell_name = "paraswap_v6", | |
contributors = \'["eptighte", "mwamedacen"]\') }}' |
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.
hey @Hosuke ,
i've tried to apply this new verbose format but I'm getting this compilation error now
I've checked configs and we're not using the deprecated field "tests" and use "data_tests" instead.
Do you know what might be the cause?
…o feat/expose-paraswap-v6-decoded-trades
please merge in |
…o feat/expose-paraswap-v6-decoded-trades
This reverts commit bbca115.
That worked, thank you. Is all good to merge then? |
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 @alexshchur
Description:
Expose ParaSwap v6 decoded trades