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

Optimistic Kovan EtherscanProvider #3135

Closed
sammosna opened this issue Jul 4, 2022 · 1 comment
Closed

Optimistic Kovan EtherscanProvider #3135

sammosna opened this issue Jul 4, 2022 · 1 comment
Labels
enhancement New feature or improvement. fixed/complete This Bug is fixed or Enhancement is complete and published. minor-bump Planned for the next minor version bump.

Comments

@sammosna
Copy link

sammosna commented Jul 4, 2022

Describe the Feature

Please add Optimistic Kovan to EtherscanProvider: https://api-kovan-optimistic.etherscan.io

Code Example

getBaseUrl(): string {
        switch(this.network ? this.network.name: "invalid") {
            [...]
            case "optimistic-kovan":
                return "https:/\/api-kovan-optimistic.etherscan.io"
            default:
        }

        return logger.throwArgumentError("unsupported network", "network", this.network.name);
    }
@sammosna sammosna added the enhancement New feature or improvement. label Jul 4, 2022
@ricmoo ricmoo added on-deck This Enhancement or Bug is currently being worked on. minor-bump Planned for the next minor version bump. labels Jul 5, 2022
@ricmoo ricmoo added the fixed/complete This Bug is fixed or Enhancement is complete and published. label Jul 14, 2022
@ricmoo ricmoo removed the on-deck This Enhancement or Bug is currently being worked on. label Aug 19, 2022
@ricmoo
Copy link
Member

ricmoo commented Aug 19, 2022

Added in v5.7.0.

Thanks! :)

@ricmoo ricmoo closed this as completed Aug 19, 2022
Woodpile37 pushed a commit to Woodpile37/ethers.js that referenced this issue Jan 14, 2024
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. minor-bump Planned for the next minor version bump.
Projects
None yet
Development

No branches or pull requests

2 participants