1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui
Victorien Gauch 3552941323 feat: add the ConsenSys zkEVM (Linea) as a default network (#17875)
* feat: add the consensys zkEVM as a default network

* fix: change infuraNetworkStatus in navigate-txs file

* fix: remove account tracker for zkEVM + remove zkEVM from infura list

* fix: change consensys zkevm name to linea + change rpc url for linea network

* fix: rebase conflicts

* feat: add new colors for linea goerli network

* feat: add new function inside network dropdown to render non infura networks

* feat: add feature toggle for linea network

* fix: add new unit test

---------

Co-authored-by: Dan J Miller <danjm.com@gmail.com>
2023-03-22 16:49:24 -02:30
..
__mocks__
components feat: add the ConsenSys zkEVM (Linea) as a default network (#17875) 2023-03-22 16:49:24 -02:30
contexts i18n: fix missing locale for "en" error (#17014) 2022-12-22 00:31:06 +07:00
css feat: add the ConsenSys zkEVM (Linea) as a default network (#17875) 2023-03-22 16:49:24 -02:30
ducks avoid mutation of state in signTransaction action (#17772) 2023-03-02 10:54:55 +00:00
helpers feat: add the ConsenSys zkEVM (Linea) as a default network (#17875) 2023-03-22 16:49:24 -02:30
hooks Cleanup: clearTimeout on useEffect for gas estimation and prevent state update on unmounted ConfirmTransactionBase (#17804) 2023-03-02 11:38:42 +00:00
pages feat: add the ConsenSys zkEVM (Linea) as a default network (#17875) 2023-03-22 16:49:24 -02:30
selectors fix(17857): show correctly converted account balance in sign&encrypt windows (#17973) 2023-03-06 11:24:14 +00:00
store feat: add the ConsenSys zkEVM (Linea) as a default network (#17875) 2023-03-22 16:49:24 -02:30
index.js initialize currentLocale in the locale slice upon app start (#17579) 2023-02-02 15:24:48 -06:00
index.test.js