chore: bump to v4.3.0 (#164)
* bump v2-sdk to v4.3.0
* Fix code style issues with Prettier
* v4.3.0
---------
Co-authored-by:
Lint Action <lint-action@samuelmeuli.com>
Showing
{ | ||
"name": "@uniswap/v2-sdk", | ||
"license": "MIT", | ||
"version": "4.2.1", | ||
"version": "4.3.0", | ||
"description": "🛠 An SDK for building applications on top of Uniswap V2", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
... | ... | @@ -24,7 +24,7 @@ |
"dependencies": { | ||
"@ethersproject/address": "^5.0.0", | ||
"@ethersproject/solidity": "^5.0.0", | ||
"@uniswap/sdk-core": "^4.1.3", | ||
"@uniswap/sdk-core": "^4.2.0", | ||
"tiny-invariant": "^1.1.0", | ||
"tiny-warning": "^1.0.3" | ||
}, | ||
... | ... |
Please register or sign in to comment