-
-
Notifications
You must be signed in to change notification settings - Fork 143
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/ unhandled error when using USDC.e #177
Conversation
I don't think changing arbitrum token list to |
alright please do but I am sure setting the symbol as USDC.E will conflit it and I noticed it was USDCE before it was refactored to USDC.E which was supposed to be USDC.e |
I guess previous changes in #133 was related we used rate oracle for calculation, current version had PR updates for not to use it hummingbot/hummingbot#6472 (rate_oracle_enabled is False by default) Test performed using rate_oracle_enabled False, successful trades: |
@isreallee82 |
Test performed:
|
Yes definitely it also resulting in the duplicates on the uiSent from my iPhoneOn 27 Jul 2023, at 9:47 AM, nikspz ***@***.***> wrote:
@isreallee82
Is that nessasary change?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Ohh didn’t see that let me check
Is that nessasary change?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
That must be a typo, corrected that already. The email received wasn’t showing the pics. |
I noticed the latest changes are trying to merge with the current pr I hope that doesn’t mean anything |
@isreallee82 Could you revert changes related to the changing
|
@nikspz alright i willdo that |
a476af6
to
33760b0
Compare
@nikspz please can you confirm if I did the right thing |
yes @isreallee82 |
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.
Checked previous commit on the PR, same changes
Test performed:
- Cloned and installed feature branch and latest development
- bot was able to trade using WETH-USDC.e
- the error/warning message that happened on USDC.E usage (development branch) not happened for me on this branch (changes to USDC.e)
NOTE: with these changes it will fail to trade with USDC.E then (getting exactly same issue reported in #143)
However default token in arbitrum has name USDC.e so I think it's correct to change
https://arbiscan.io/token/0xff970a61a04b1ca14834a43f5de4533ebddb5cc8
@isreallee82 Could you please fix the conflicts? |
alright @nikspz on that |
Before submitting this PR, please make sure:
A description of the changes proposed in the pull request:
** after the latest merge for commit **
❌ Setup connector-token command and add USDC.e or USDC.E ❌
then
"refactor" changes made
"symbol":"USDC.E",
"symbol":"USDC.e",
Tests performed by the developer:
Tips for QA testing: