Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Linea-Sepolia and correct Goerli #4655

Closed
wants to merge 1 commit into from

Conversation

thedarkjester
Copy link

Added support for Linea-Sepolia - I think the format of the functions in the files changed - I don't have an auto linter on, so I am not entirely sure why it changed format.

All the changes are fixing Goerlia under Linea Goerli and adding Linea Sepolia support.

e.g.

 *  - Linea Goerli Testnet (``linea-goerli``)
 *  - Linea Sepolia Testnet (``linea-sepolia``)

and

registerEth("linea-sepolia", 59141, {});

and

        case "linea-sepolia":
           return "linea-sepolia.infura.io";

@ricmoo ricmoo added enhancement New feature or improvement. on-deck This Enhancement or Bug is currently being worked on. v6 Issues regarding v6 next-patch Issues scheduled for the next arch release. labels Apr 17, 2024
@ricmoo
Copy link
Member

ricmoo commented Apr 17, 2024

Merged in v6.12.0.

Thanks! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement. fixed/complete This Bug is fixed or Enhancement is complete and published. v6 Issues regarding v6
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants