Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(linea): support token detection on linea mainnet and linea goerl…
…i networks (#1799) ## Explanation The purpose of this PR is to enable token detection on Linea Mainnet and Linea Goerli networks. [BalanceChecker](https://github.com/wbobeirne/eth-balance-checker) smart contract has been deployed on both networks and its address needs to be indicated in AssetsContractController.ts. ## References * Unblocks MetaMask/metamask-extension#20698 ## Changelog ### `'@metamask/assets-controllers` - **ADDED**: Support token detection on Linea Mainnet and Linea Goerli networks ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [ ] I've highlighted breaking changes using the "BREAKING" category above as appropriate
- Loading branch information