@zilliqa-js/blockchain
Advanced tools
Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "@zilliqa-js/blockchain", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Class(es) for interacting with the Zilliqa blockchain.", | ||
@@ -22,7 +22,7 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@zilliqa-js/account": "0.4.1", | ||
"@zilliqa-js/account": "0.4.2", | ||
"@zilliqa-js/core": "0.4.1", | ||
"@zilliqa-js/util": "0.4.0" | ||
}, | ||
"gitHead": "5ad08902a0f8ba364e4f1d9aa3cf7c2a9c65b1fb" | ||
"gitHead": "48b9d9a9a4423732007cd3aa913397b888a6ad75" | ||
} |
import { Account, Transaction, Wallet } from '@zilliqa-js/account'; | ||
import { HTTPProvider, RPCResponse } from '@zilliqa-js/core'; | ||
import { BN, Long } from '@zilliqa-js/util'; | ||
import { BN, Long, bytes } from '@zilliqa-js/util'; | ||
@@ -148,7 +148,7 @@ import { Blockchain } from '../src/chain'; | ||
{ | ||
version: 0, | ||
version: bytes.pack(2, 1), | ||
toAddr: 'd11238e5fcd70c817c22922c500830d00bc1e778', | ||
amount: new BN(1000), | ||
gasPrice: new BN(1000), | ||
gasLimit: Long.fromNumber(1000), | ||
gasPrice: new BN(1000000000), | ||
gasLimit: Long.fromNumber(1), | ||
}, | ||
@@ -155,0 +155,0 @@ provider, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
176699
+ Added@zilliqa-js/account@0.4.2(transitive)
- Removed@zilliqa-js/account@0.4.1(transitive)
Updated@zilliqa-js/account@0.4.2