Skip to content
New issue

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

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

Already on GitHub? # 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! :)

@ricmoo ricmoo closed this Apr 17, 2024
@ricmoo ricmoo added fixed/complete This Bug is fixed or Enhancement is complete and published. and removed on-deck This Enhancement or Bug is currently being worked on. next-patch Issues scheduled for the next arch release. labels Apr 17, 2024
# for free to join this conversation on GitHub. Already have an account? # 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.

2 participants