big refactor, more abstraction
add data fetching
Showing
... | @@ -21,16 +21,20 @@ | ... | @@ -21,16 +21,20 @@ |
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@ethersproject/address": "^5.0.0-beta.134", | "@ethersproject/address": "^5.0.0-beta.134", | ||
"@ethersproject/contracts": "^5.0.0-beta.143", | |||
"@ethersproject/networks": "^5.0.0-beta.134", | |||
"@ethersproject/providers": "^5.0.0-beta.151", | |||
"big.js": "^5.2.2", | "big.js": "^5.2.2", | ||
"decimal.js-light": "^2.5.0", | "decimal.js-light": "^2.5.0", | ||
"jsbi": "^3.1.1", | "jsbi": "^3.1.1", | ||
"tiny-invariant": "^1.0.6", | "tiny-invariant": "^1.1.0", | ||
"toformat": "^2.0.0" | "toformat": "^2.0.0" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@types/big.js": "^4.0.5", | "@types/big.js": "^4.0.5", | ||
"@types/jest": "^24.0.25", | "@types/jest": "^24.0.25", | ||
"babel-plugin-transform-jsbi-to-bigint": "^1.3.1", | "babel-plugin-transform-jsbi-to-bigint": "^1.3.1", | ||
"tiny-warning": "^1.0.3", | |||
"tsdx": "^0.12.3" | "tsdx": "^0.12.3" | ||
}, | }, | ||
"engines": { | "engines": { | ||
... | ... |
src/abis/ERC20.json
0 → 100644
src/utils.ts
0 → 100644
src/utils/index.ts
deleted
100644 → 0
test/data.test.ts
0 → 100644
test/entities.test.ts
0 → 100644
This diff is collapsed.
Please register or sign in to comment