Add Custom url parameters (#423)
* query params for input and output currencies * add slippage option * add slippage cusytom param * updated for sender address * add field and amount support * update params for pool page * finish basic url support * update app format * update error checking to top level * update for all pages * fix build * param updates * fix slippage to basis points, update theme text, refactor to minimize lookups * fix code styles * update theme logic, remove extra setting, update rounding * remove eslint comment errors * remove logs, ignore lock * remove lock
Showing
... | @@ -10,6 +10,7 @@ | ... | @@ -10,6 +10,7 @@ |
"@uniswap/sdk": "^1.0.0-beta.4", | "@uniswap/sdk": "^1.0.0-beta.4", | ||
"copy-to-clipboard": "^3.2.0", | "copy-to-clipboard": "^3.2.0", | ||
"escape-string-regexp": "^2.0.0", | "escape-string-regexp": "^2.0.0", | ||
"history": "^4.9.0", | |||
"ethers": "^4.0.36", | "ethers": "^4.0.36", | ||
"i18next": "^15.0.9", | "i18next": "^15.0.9", | ||
"i18next-browser-languagedetector": "^3.0.1", | "i18next-browser-languagedetector": "^3.0.1", | ||
... | ... |
Please register or sign in to comment