fix: update factory address to use sdk core (#159)
* update factory address to use sdk core * Fix code style issues with Prettier * bump v2-sdk to 4.1.1 * yarn lock * merge conflict --------- Co-authored-by:Lint Action <lint-action@samuelmeuli.com> Co-authored-by:
Miguel Cervera <miguel.cervera@uniswap.org>
Showing
... | ... | @@ -24,7 +24,7 @@ |
"dependencies": { | ||
"@ethersproject/address": "^5.0.0", | ||
"@ethersproject/solidity": "^5.0.0", | ||
"@uniswap/sdk-core": "^4.0.7", | ||
"@uniswap/sdk-core": "^4.1.3", | ||
"tiny-invariant": "^1.1.0", | ||
"tiny-warning": "^1.0.3" | ||
}, | ||
... | ... |
Please register or sign in to comment