@web3-react/types
Advanced tools
Comparing version 8.0.2-beta.0 to 8.0.3-beta.0
@@ -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 @@ */ |
@@ -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" | ||
} |
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
39440
112