Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update linea goerli explorer url (#7338)
## **Description** Updated Linea Goerli explorer url. - Replaced `https://explorer.goerli.linea.build` with `https://goerli.lineascan.build`. - Created a new `@metamask/controller-utils` patch ## **Manual testing steps** _1. Step1: Send a transaction using the Linea Goerli network_ _2. Step2: Open the transaction description_ _3. Step3: Click on the "View on Etherscan" button_ _4. Step4: Check that it redirects to `https://goerli.lineascan.build`_ ## **Screenshots/Recordings** _If applicable, add screenshots and/or recordings to visualize the before and after of your change._ ### **Before** _[screenshot]_ ### **After** _[screenshot]_ ## **Related issues** Patch related to Core PR MetaMask/core#1666 ## **Pre-merge author checklist** - [x] I’ve followed [MetaMask Coding Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [X] I've clearly explained: - [X] What problem this PR is solving. - [X] How this problem was solved. - [X] How reviewers can test my changes. - [ ] I’ve indicated what issue this PR is linked to: Fixes #??? - [x] I’ve included tests if applicable. - [ ] I’ve documented any added code. - [x] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/LABELING_GUIDELINES.md)). - [x] I’ve properly set the pull request status: - [ ] In case it's not yet "ready for review", I've set it to "draft". - [x] In case it's "ready for review", I've changed it from "draft" to "non-draft". ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots. Co-authored-by: sethkfman <10342624+sethkfman@users.noreply.github.com>
- Loading branch information