UNPKG

exratecalc

Version:

Get token exchange rate from Klayswap V2 or V3 LP Contract

30 lines (29 loc) 559 B
{ "name": "exratecalc", "version": "0.0.9", "description": "Get token exchange rate from Klayswap V2 or V3 LP Contract", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "uniswap", "price", "klayswap", "uniswap_v2", "uniswap_v3", "v2", "v3", "token", "exchangerate" ], "author": "", "license": "MIT", "dependencies": { "ethers": "^6.7.1" }, "repository": { "type": "git", "url": "https://github.com/natreeum/exratecalc" } }