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

Conversation

lgahdl
Copy link
Contributor

@lgahdl lgahdl commented Dec 21, 2022

Finished the implementation of RPC Gateway usage on tenderlyHelper;

  • Created a variable called "tenderlyRpcUrl";
  • Created a new function "simulateTransactionRpc" and replaced "simulateTransaction" for it on "simulateMulticall";

OBS.:

  1. RpcUrl is for Goerli, I can adapt it for other networks if needed.
  2. The output is filtered for the call with the method "multicall", I can adapt for other methods, if needed.

Finished the implementation of RPC Gateway usage on tenderlyHelper;
@lgahdl lgahdl requested review from timjrobinson, johngrantuk, brunoguerios and gmbronco and removed request for timjrobinson December 21, 2022 23:00
Unused variable;
Missing function return type;
changing the console.error to show error.response.data.error, instead of error full object.
@lgahdl lgahdl self-assigned this Mar 2, 2023
@lgahdl lgahdl added the enhancement New feature or request label Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant