conflux-web
Advanced tools
Comparing version 0.2.0-alpha.3 to 0.2.0-alpha.4
{ | ||
"name": "conflux-web", | ||
"version": "0.2.0-alpha.3", | ||
"version": "0.2.0-alpha.4", | ||
"description": "Conflux JavaScript API", | ||
"repository": "https://github.com/Conflux-Chain/ConfluxWeb/tree/master/packages/conflux-web", | ||
"license": "LGPL-3.0", | ||
"main": "dist/conflux-web.cjs.js", | ||
"main": "index.js", | ||
"keywords": [ | ||
@@ -15,3 +15,3 @@ "Conflux", | ||
"bignumber.js": "^9.0.0", | ||
"conflux-web-utils": "0.2.0-alpha.3", | ||
"conflux-web-utils": "0.2.0-alpha.4", | ||
"ethers": "^4.0.38", | ||
@@ -27,6 +27,5 @@ "lodash": "^4.17.15", | ||
"index.js", | ||
"yarn.lock", | ||
"readme.md" | ||
"yarn.lock" | ||
], | ||
"gitHead": "5e9a26f3fec9ba21d03ace18202f0af6159fc95e" | ||
"gitHead": "070d4d4b8915386d46559b061db2858145892876" | ||
} |
@@ -666,3 +666,3 @@ const lodash = require('lodash'); | ||
const result = await this.provider.call('cfx_estimateGas', Transaction.callOptions(options)); | ||
const result = await this.provider.call('cfx_estimateGas', Transaction.estimateOptions(options)); | ||
return parse.number(result); | ||
@@ -669,0 +669,0 @@ } |
79712
+ Addedconflux-web-utils@0.2.0-alpha.4(transitive)
- Removedconflux-web-utils@0.2.0-alpha.3(transitive)