@web3-react/types
Advanced tools
Comparing version 6.0.0-beta.10 to 6.0.0-beta.14
/// <reference types="node" /> | ||
import { EventEmitter } from 'events'; | ||
export interface AbstractConnectorArguments { | ||
readonly supportedChainIds?: ReadonlyArray<number>; | ||
supportedChainIds?: number[]; | ||
} | ||
@@ -17,3 +17,3 @@ export interface ConnectorUpdate<T = number | string> { | ||
export interface AbstractConnectorInterface extends EventEmitter { | ||
supportedChainIds?: ReadonlyArray<number>; | ||
readonly supportedChainIds?: number[]; | ||
activate: () => Promise<ConnectorUpdate>; | ||
@@ -20,0 +20,0 @@ getProvider: () => Promise<any>; |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "6.0.0-beta.10", | ||
"version": "6.0.0-beta.14", | ||
"description": "A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps", | ||
@@ -22,2 +22,4 @@ "keywords": [ | ||
"walletconnect", | ||
"walletlink", | ||
"frame", | ||
"fortmatic", | ||
@@ -46,3 +48,3 @@ "portis" | ||
"license": "GPL-3.0-or-later", | ||
"gitHead": "c11fe84421fca6f57eb007aed34e81672fbec08a" | ||
"gitHead": "bb01e96380e96a408a31c2ef29c71e48ee8e9729" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40838