Socket
Socket
Sign inDemoInstall

@xchainjs/xchain-evm

Package Overview
Dependencies
Maintainers
10
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xchainjs/xchain-evm - npm Package Compare versions

Comparing version 0.3.6 to 0.3.7

2

lib/index.esm.js

@@ -780,3 +780,3 @@ import { BaseXChainClient, Network, FeeOption, checkFeeBounds, standardFeeRates, FeeType } from '@xchainjs/xchain-client';

}
const sender = this.getAddress(walletIndex || 0);
const sender = txSigner ? yield txSigner.getAddress() : this.getAddress(walletIndex);
let txGasLimit;

@@ -783,0 +783,0 @@ if (!gasLimit) {

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

}
const sender = this.getAddress(walletIndex || 0);
const sender = txSigner ? yield txSigner.getAddress() : this.getAddress(walletIndex);
let txGasLimit;

@@ -787,0 +787,0 @@ if (!gasLimit) {

{
"name": "@xchainjs/xchain-evm",
"version": "0.3.6",
"version": "0.3.7",
"description": "Genereic EVM client for XChainJS",

@@ -5,0 +5,0 @@ "keywords": [

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