-
Notifications
You must be signed in to change notification settings - Fork 29
Add alUSD #17
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
Add alUSD #17
Conversation
fleupold
left a comment
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.
Looks good to me, just needs the version bump.
src/public/CowSwap.json
Outdated
| "major": 1, | ||
| "minor": 0, | ||
| "patch": 1 | ||
| "major": 0, |
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.
This should bump minor version by one from the current version (https://files.cow.fi/tokens/CowSwap.json), to 1.2.0
|
This should bump minor version by one from the current version (
https://files.cow.fi/tokens/CowSwap.json), to 1.2.0
Hi. Thanks for the review and comment. Please bear with my ignorance. Does
your comment mean that I need to change the version bump text that I
edited? Based on what I read, I interpreted it as when a token is added,
"minor" value should be 1. I guess I mis-interpreted how it works. Should I
change it to 1, 2, 0 for major, minor, and patch, respectively?
Many thanks
…On Mon, Dec 19, 2022 at 4:04 AM Felix Leupold ***@***.***> wrote:
***@***.**** commented on this pull request.
Looks good to me, just needs the version bump.
------------------------------
In src/public/CowSwap.json
<#17 (comment)>
:
> @@ -2,9 +2,9 @@
"name": "CoW Swap",
"timestamp": "2022-12-15T19:00:00+00:00",
"version": {
- "major": 1,
- "minor": 0,
- "patch": 1
+ "major": 0,
This should bump minor version by one from the current version (
https://files.cow.fi/tokens/CowSwap.json), to 1.2.0
—
Reply to this email directly, view it on GitHub
<#17 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AX53K6SSWUMARYR4CFV53TDWOAQIDANCNFSM6AAAAAATCYGWSI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
|
Thank you so much! I think I'm finally understanding how the versioning
works. Again, thanks for bearing with me and for your help!
…On Mon, Dec 19, 2022 at 9:40 AM Felix Leupold ***@***.***> wrote:
I merged main and fixed the versioning. Change is deployed
Check it out:
[image: image]
<https://user-images.githubusercontent.com/1200333/208450639-189a9c94-2960-4a58-94db-5151f0823936.png>
—
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AX53K6VALAMJBJVZE2VIBT3WOBXWLANCNFSM6AAAAAATCYGWSI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|

I've added alUSD per the instructions that were sent. Hopefully, I've done this correctly. Thanks