Approve / unlock functionality (#66)
* Initial approve / unlock functionality * Refactor out getdecimal/getbalance. Add in approval limit * Change validateBalance to shouldValidateBalance * Add deepEqual and shouldComponentUpdate * Use web3 toHex util * Add pending icon and use
Showing
| ... | @@ -8,6 +8,7 @@ | ... | @@ -8,6 +8,7 @@ |
| "bignumber.js": "^7.2.1", | "bignumber.js": "^7.2.1", | ||
| "classnames": "^2.2.6", | "classnames": "^2.2.6", | ||
| "d3": "^4.13.0", | "d3": "^4.13.0", | ||
| "deep-equal": "^1.0.1", | |||
| "drizzle": "^1.2.3", | "drizzle": "^1.2.3", | ||
| "drizzle-react": "^1.2.0", | "drizzle-react": "^1.2.0", | ||
| "fuse": "^0.4.0", | "fuse": "^0.4.0", | ||
| ... | ... |
Please register or sign in to comment