-
-
Notifications
You must be signed in to change notification settings - Fork 133
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/uniswap token address #169
Fix/uniswap token address #169
Conversation
Resolves issue reported on #154 |
…fix/uniswap_token_address
@emusol |
|
I agree with @vic-en that the Goerli issue should be unrelated to this fix |
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
- Setup this PR with lates development client
- Setup DEX connectors
GOLD
andSILVER
ok - Retest reporting issue on Goerli and confirm related to token used
- Ran curl tests for uniswapLP and able to add/remove position ok
I tried to test this a lot, and one issue keeps coming up, but not every time so I cant put my finger on it,
|
Looks like a node connection issue. Try swithing to a more stable and reliable node or package. |
Before submitting this PR, please make sure:
A description of the changes proposed in the pull request:
This PR enables EVM connectors to store and query tokens using checksummed addresses.
Tests performed by the developer:
Tips for QA testing:
Thanks.