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

feat: use FallbackProvider in the DTL #1393

Merged
merged 1 commit into from
Oct 1, 2021
Merged

Commits on Sep 30, 2021

  1. provider: use fallback provider helper

    Allow the DTL to sync from multiple web3 backends using
    the `ethers.providers.FallbackProvider`. Multiple URLs
    can be passed through as a comma delimited string to
    configure multiple providers.
    
    A helper function is added to `core-utils` to allow
    easy configuration between services. This PR only introduces
    the usage of the fallback provider into the DTL. In the
    future, it should be added to other services that query L1
    as well.
    smartcontracts authored and tynes committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    e0be02e View commit details
    Browse the repository at this point in the history