Skip to content
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

Error query parameters not found #267

Open
nabeel99 opened this issue Jul 25, 2023 · 0 comments
Open

Error query parameters not found #267

nabeel99 opened this issue Jul 25, 2023 · 0 comments

Comments

@nabeel99
Copy link

nabeel99 commented Jul 25, 2023

Hey Uniswap Team,
I was trying to make the necessary changes to get the routing api server work for our chain, hence i needed a local environment, some searching showed, aws sam could be used to test it out locally, so i did cdk synth , gave the template files for different region out into sam build <path to one of the region template file>,
and used the command sam local start-lambda to run the api server
issue is am trying to run the curl command given in the readme.md of the repo :
"curl --request GET '<INSERT_YOUR_URL_HERE>/quote?tokenInAddress=0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2&tokenInChainId=1&tokenOutAddress=0x1f9840a85d5af5bf1d1762f925bdaddc4201f984&tokenOutChainId=1&amount=100&type=exactIn'
" but i seem to be getting the error, query parameters are not supported is it because aws sam cannot be used to deploy the routing api locally or the readme.md is outdated and the api has been changed into a post?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant