Socket
Socket
Sign inDemoInstall

@xchainjs/xchain-evm-providers

Package Overview
Dependencies
Maintainers
10
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xchainjs/xchain-evm-providers - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

lib/providers/routescan/index.d.ts

8

lib/providers/etherscan/etherscan-data-provider.d.ts

@@ -6,7 +6,7 @@ import { Provider } from '@ethersproject/abstract-provider';

private provider;
private baseUrl;
private apiKey;
private chain;
private nativeAsset;
private nativeAssetDecimals;
protected baseUrl: string;
protected chain: Chain;
protected nativeAsset: Asset;
protected nativeAssetDecimals: number;
constructor(provider: Provider, baseUrl: string, apiKey: string, chain: Chain, nativeAsset: Asset, nativeAssetDecimals: number);

@@ -13,0 +13,0 @@ getBalance(address: Address, assets?: Asset[]): Promise<Balance[]>;

export * from './etherscan/etherscan-data-provider';
export * from './etherscan/types';
import { DecodedEvent, GetBalanceResponse, GetTransactionResponse, GetTransactionsItem, GetTransactionsResponse, LogEvent, LogEventParam, getTxsParams } from './covalent/types';
import { RoutescanProvider } from './routescan';
export * from './covalent/covalent-data-provider';
export { GetBalanceResponse as CovalentGetBalanceResponse, LogEventParam as CovalentLogEventParam, LogEvent as CovalentLogEvent, DecodedEvent as CovalentDecodedEvent, GetTransactionsItem as CovalentGetTransactionsItem, GetTransactionsResponse as CovalentGetTransactionsResponse, GetTransactionResponse as CovalentGetTransactionResponse, getTxsParams as CovalentgetTxsParams, };
export { GetBalanceResponse as CovalentGetBalanceResponse, LogEventParam as CovalentLogEventParam, LogEvent as CovalentLogEvent, DecodedEvent as CovalentDecodedEvent, GetTransactionsItem as CovalentGetTransactionsItem, GetTransactionsResponse as CovalentGetTransactionsResponse, GetTransactionResponse as CovalentGetTransactionResponse, getTxsParams as CovalentgetTxsParams, RoutescanProvider, };
{
"name": "@xchainjs/xchain-evm-providers",
"version": "0.1.2",
"version": "0.1.3",
"license": "MIT",

@@ -30,3 +30,3 @@ "main": "lib/index.js",

"devDependencies": {
"@xchainjs/xchain-client": "^0.15.2",
"@xchainjs/xchain-client": "^0.15.3",
"@xchainjs/xchain-crypto": "^0.3.0",

@@ -37,3 +37,3 @@ "@xchainjs/xchain-util": "^0.13.1",

"peerDependencies": {
"@xchainjs/xchain-client": "^0.15.2",
"@xchainjs/xchain-client": "^0.15.3",
"@xchainjs/xchain-crypto": "^0.3.0",

@@ -40,0 +40,0 @@ "@xchainjs/xchain-util": "^0.13.1",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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