Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@zilliqa-js/blockchain

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zilliqa-js/blockchain - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

6

package.json
{
"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,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc