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

Using Goerli RPC Gateway for simulations #253

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Commits on Dec 21, 2022

  1. Using Goerli RPC Gateway for simulations

    Finished the implementation of RPC Gateway usage on tenderlyHelper;
    lgahdl committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    a844f35 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Fixing ESLint requirements

    lgahdl committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    bced08a View commit details
    Browse the repository at this point in the history
  2. Fixing 2 ESLint Warnings

    Unused variable;
    Missing function return type;
    lgahdl committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    cb56399 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    ac77226 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a14f80 View commit details
    Browse the repository at this point in the history
  3. Putting the old "tenderlyUrl" (with user and project parameters) back;

    To see if it affects in the CI tests;
    lgahdl committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    a1dd35d View commit details
    Browse the repository at this point in the history
  4. Removing try catch from encode state call;

    changing the console.error to show error.response.data.error, instead of error full object.
    lgahdl committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    e464497 View commit details
    Browse the repository at this point in the history