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

@web3-react/types

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3-react/types - npm Package Compare versions

Comparing version 8.0.2-beta.0 to 8.0.3-beta.0

13

dist/index.d.ts

@@ -41,2 +41,14 @@ /// <reference types="node" />

}
export interface AddEthereumChainParameter {
chainId: number;
chainName: string;
nativeCurrency: {
name: string;
symbol: string;
decimals: 18;
};
rpcUrls: string[];
blockExplorerUrls?: string[];
iconUrls?: string[];
}
export declare abstract class Connector {

@@ -47,2 +59,3 @@ /**

* EIP-1102 ({@link https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1102.md}) compliant provider.
* May also comply with EIP-3085 ({@link https://github.com/ethereum/EIPs/blob/master/EIPS/eip-3085.md}).
* This property must be defined while the connector is active.

@@ -49,0 +62,0 @@ */

4

package.json

@@ -12,3 +12,3 @@ {

},
"version": "8.0.2-beta.0",
"version": "8.0.3-beta.0",
"type": "module",

@@ -34,3 +34,3 @@ "files": [

},
"gitHead": "1bb87f2036a4f70b11aaf9b3c9c165f12811d8de"
"gitHead": "6ab45c8c5c0335a14d70abf66dc0b1680e45bc5b"
}
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