@harmony-js/contract
Advanced tools
Comparing version 0.0.30 to 0.0.31
{ | ||
"name": "@harmony-js/contract", | ||
"version": "0.0.30", | ||
"version": "0.0.31", | ||
"description": "contract libraries for harmony", | ||
@@ -21,9 +21,9 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@harmony-js/account": "0.0.30", | ||
"@harmony-js/crypto": "0.0.30", | ||
"@harmony-js/network": "0.0.30", | ||
"@harmony-js/transaction": "0.0.30", | ||
"@harmony-js/utils": "0.0.30" | ||
"@harmony-js/account": "0.0.31", | ||
"@harmony-js/crypto": "0.0.31", | ||
"@harmony-js/network": "0.0.31", | ||
"@harmony-js/transaction": "0.0.31", | ||
"@harmony-js/utils": "0.0.31" | ||
}, | ||
"gitHead": "3175801b6ad4ba98b643446f909f74a0401ec5f6" | ||
"gitHead": "75c521ffb5fa77af15b7b7044d5a7d64125d35be" | ||
} |
@@ -200,3 +200,6 @@ import { Wallet } from '@harmony-js/account'; | ||
...this.params[0], | ||
to: getAddress(this.contract.address).checksum, | ||
to: | ||
this.contract.address === '0x' | ||
? '0x' | ||
: getAddress(this.contract.address).checksum, | ||
data: this.encodeABI(), | ||
@@ -203,0 +206,0 @@ }; |
16660853
12404
+ Added@harmony-js/account@0.0.31(transitive)
+ Added@harmony-js/core@0.0.31(transitive)
+ Added@harmony-js/crypto@0.0.31(transitive)
+ Added@harmony-js/network@0.0.31(transitive)
+ Added@harmony-js/transaction@0.0.31(transitive)
+ Added@harmony-js/utils@0.0.31(transitive)
- Removed@harmony-js/account@0.0.30(transitive)
- Removed@harmony-js/core@0.0.30(transitive)
- Removed@harmony-js/crypto@0.0.30(transitive)
- Removed@harmony-js/network@0.0.30(transitive)
- Removed@harmony-js/transaction@0.0.30(transitive)
- Removed@harmony-js/utils@0.0.30(transitive)
Updated@harmony-js/account@0.0.31
Updated@harmony-js/crypto@0.0.31
Updated@harmony-js/network@0.0.31
Updated@harmony-js/utils@0.0.31