update contract and name
Showing
| { | ||
| "name": "@uniswap/v2-sdk", | ||
| "name": "@longdistance/swap-v2-sdk", | ||
| "license": "MIT", | ||
| "version": "4.3.0", | ||
| "description": "🛠 An SDK for building applications on top of Uniswap V2", | ||
| "version": "0.0.1", | ||
| "description": "🛠 An SDK for building applications on top of Swap.", | ||
| "main": "dist/index.js", | ||
| "typings": "dist/index.d.ts", | ||
| "files": [ | ||
| "dist" | ||
| ], | ||
| "repository": "https://github.com/Uniswap/uniswap-v2-sdk.git", | ||
| "repository": "https://github.com/LuckySwap/luckyswap-v2-sdk.git", | ||
| "keywords": [ | ||
| "uniswap", | ||
| "swap", | ||
| "ethereum" | ||
| ], | ||
| "module": "dist/v2-sdk.esm.js", | ||
| ... | ... |
Please register or sign in to comment