Update the init code hash, other small tweaks (#19)
* Update the init code hash, other small tweaks
* Lint
* Use pair ABI instead of token ABI to get reserves
* Update package description
Set the prototype of our custom errors
* codepoints -> emoji
* skip the data tests
* Factory address, fix checksum warning
Co-authored-by:
Noah Zinsmeister <noahwz@gmail.com>
Showing
... | @@ -2,6 +2,7 @@ | ... | @@ -2,6 +2,7 @@ |
"name": "@uniswap/sdk", | "name": "@uniswap/sdk", | ||
"license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||
"version": "2.0.0-beta.23", | "version": "2.0.0-beta.23", | ||
"description": "🛠 An SDK for building applications on top of Uniswap.", | |||
"main": "dist/index.js", | "main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | "typings": "dist/index.d.ts", | ||
"files": [ | "files": [ | ||
... | @@ -35,6 +36,7 @@ | ... | @@ -35,6 +36,7 @@ |
"devDependencies": { | "devDependencies": { | ||
"@types/big.js": "^4.0.5", | "@types/big.js": "^4.0.5", | ||
"@types/jest": "^24.0.25", | "@types/jest": "^24.0.25", | ||
"@uniswap/v2-core": "1.0.0", | |||
"babel-plugin-transform-jsbi-to-bigint": "^1.3.1", | "babel-plugin-transform-jsbi-to-bigint": "^1.3.1", | ||
"tsdx": "^0.12.3" | "tsdx": "^0.12.3" | ||
}, | }, | ||
... | ... |
test/constants.test.ts
0 → 100644
test/pair.test.ts
0 → 100644
Please register or sign in to comment