balancer-sdk
balancer-sdk copied to clipboard
Using Goerli RPC Gateway for simulations
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.:
- RpcUrl is for Goerli, I can adapt it for other networks if needed.
- The output is filtered for the call with the method "multicall", I can adapt for other methods, if needed.