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.1.1 to 0.1.2

4

lib/index.esm.js

@@ -1,3 +0,3 @@

import { EtherscanProvider, ExplorerProvider, Client as Client$1 } from '@xchainjs/xchain-evm';
import { Network } from '@xchainjs/xchain-client';
import { EtherscanProvider, Client as Client$1 } from '@xchainjs/xchain-evm';
import { Network, ExplorerProvider } from '@xchainjs/xchain-client';
import { ethers, BigNumber } from 'ethers';

@@ -4,0 +4,0 @@

@@ -46,4 +46,4 @@ 'use strict';

// =====Explorers=====
const BSC_MAINNET_EXPLORER = new xchainEvm.ExplorerProvider('https://bscscan.com/', 'https://bscscan.com/address/%%ADDRESS%%', 'https://bscscan.com/tx/%%TX_ID%%');
const BSC_TESTNET_EXPLORER = new xchainEvm.ExplorerProvider('https://testnet.bscscan.com/', 'https://testnet.bscscan.com/address/%%ADDRESS%%', 'https://testnet.bscscan.com/tx/%%TX_ID%%');
const BSC_MAINNET_EXPLORER = new xchainClient.ExplorerProvider('https://bscscan.com/', 'https://bscscan.com/address/%%ADDRESS%%', 'https://bscscan.com/tx/%%TX_ID%%');
const BSC_TESTNET_EXPLORER = new xchainClient.ExplorerProvider('https://testnet.bscscan.com/', 'https://testnet.bscscan.com/address/%%ADDRESS%%', 'https://testnet.bscscan.com/tx/%%TX_ID%%');
const bscExplorerProviders = {

@@ -50,0 +50,0 @@ [xchainClient.Network.Mainnet]: BSC_MAINNET_EXPLORER,

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

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

"devDependencies": {
"@xchainjs/xchain-client": "^0.13.5",
"@xchainjs/xchain-client": "^0.13.6",
"@xchainjs/xchain-crypto": "^0.2.6",

@@ -47,3 +47,3 @@ "@xchainjs/xchain-evm": "^0.1.3",

"peerDependencies": {
"@xchainjs/xchain-client": "^0.13.5",
"@xchainjs/xchain-client": "^0.13.6",
"@xchainjs/xchain-crypto": "^0.2.6",

@@ -50,0 +50,0 @@ "@xchainjs/xchain-evm": "^0.1.0",

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