-
Notifications
You must be signed in to change notification settings - Fork 96
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
fix(volume-fee): do not add fee for USDC.e on arb #5119
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Thanks
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.
Has this been added to the docs as well?
|
No mention of USDC.e for Arb1 |
@alfetopito the token has an official symbol USDC: |
Ooops, I've noticed that this PR has never been merged cowprotocol/docs#431 |
Summary
Fixes #5114
Added USDC.e (https://arbiscan.io/address/0xff970a61a04b1ca14834a43f5de4533ebddb5cc8) to the stablecoins list on Arbitrum (stablecoins are not taxed by volume-fee)
Docs update: cowprotocol/docs#431
To Test