balancer-sdk icon indicating copy to clipboard operation
balancer-sdk copied to clipboard

Using Goerli RPC Gateway for simulations

Open lgahdl opened this issue 2 years ago • 0 comments

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.

lgahdl avatar Dec 21 '22 23:12 lgahdl