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

@xchainjs/xchain-bsc

Package Overview
Dependencies
Maintainers
10
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xchainjs/xchain-bsc - npm Package Compare versions

Comparing version 0.3.6 to 0.4.1

6

lib/index.esm.js

@@ -61,3 +61,3 @@ import { Client as Client$1 } from '@xchainjs/xchain-evm';

transferTokenGasLimit: BigNumber.from(100000),
gasPrice: BigNumber.from(30),
gasPrice: BigNumber.from(30 * Math.pow(10, 9)),
},

@@ -68,3 +68,3 @@ [Network.Testnet]: {

transferTokenGasLimit: BigNumber.from(100000),
gasPrice: BigNumber.from(30),
gasPrice: BigNumber.from(30 * Math.pow(10, 9)),
},

@@ -75,3 +75,3 @@ [Network.Stagenet]: {

transferTokenGasLimit: BigNumber.from(100000),
gasPrice: BigNumber.from(30),
gasPrice: BigNumber.from(30 * Math.pow(10, 9)),
},

@@ -78,0 +78,0 @@ };

@@ -65,3 +65,3 @@ 'use strict';

transferTokenGasLimit: ethers.BigNumber.from(100000),
gasPrice: ethers.BigNumber.from(30),
gasPrice: ethers.BigNumber.from(30 * Math.pow(10, 9)),
},

@@ -72,3 +72,3 @@ [xchainClient.Network.Testnet]: {

transferTokenGasLimit: ethers.BigNumber.from(100000),
gasPrice: ethers.BigNumber.from(30),
gasPrice: ethers.BigNumber.from(30 * Math.pow(10, 9)),
},

@@ -79,3 +79,3 @@ [xchainClient.Network.Stagenet]: {

transferTokenGasLimit: ethers.BigNumber.from(100000),
gasPrice: ethers.BigNumber.from(30),
gasPrice: ethers.BigNumber.from(30 * Math.pow(10, 9)),
},

@@ -82,0 +82,0 @@ };

{
"name": "@xchainjs/xchain-bsc",
"version": "0.3.6",
"version": "0.4.1",
"description": "Binance Smart Chain EVM client for XChainJS",

@@ -38,7 +38,7 @@ "keywords": [

"devDependencies": {
"@xchainjs/xchain-client": "^0.15.2",
"@xchainjs/xchain-client": "^0.15.3",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-evm": "^0.3.7",
"@xchainjs/xchain-evm": "^0.4.1",
"@xchainjs/xchain-util": "^0.13.1",
"@xchainjs/xchain-evm-providers": "^0.1.2",
"@xchainjs/xchain-evm-providers": "^0.1.3",
"axios": "^1.3.6",

@@ -48,10 +48,10 @@ "ethers": "^5.7.2"

"peerDependencies": {
"@xchainjs/xchain-client": "^0.15.2",
"@xchainjs/xchain-client": "^0.15.3",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-evm": "^0.3.7",
"@xchainjs/xchain-evm": "^0.4.1",
"@xchainjs/xchain-util": "^0.13.1",
"@xchainjs/xchain-evm-providers": "^0.1.2",
"@xchainjs/xchain-evm-providers": "^0.1.3",
"axios": "^1.3.6",
"ethers": "^5.7.2"
}
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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