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