mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 19:10:22 +01:00
088d4c34f1
* Remove network config store * Remove inline networks variable in network controller * Re-key network controller 'rpcTarget' to 'rpcUrl' * Require chainId in lookupNetwork, implement eth_chainId * Require chain ID in network form * Add alert, migrations, and tests * Add chainId validation to addToFrequentRpcList * Update public config state selector to match new network controller state * Use network enums in networks-tab.constants * Ensure chainId in provider config is current * Update tests
5 lines
184 B
JavaScript
5 lines
184 B
JavaScript
export { default as unconnectedAccount } from './unconnected-account'
|
|
export { default as invalidCustomNetwork } from './invalid-custom-network'
|
|
|
|
export { ALERT_STATE } from './enums'
|