You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're trying to use the SDK to simulate a transaction bundle and save the results to the dashboard, and it appears that the save and save_if_fails options are not available in the SDK.
We're trying to use the SDK to simulate a transaction bundle and save the results to the dashboard, and it appears that the
save
andsave_if_fails
options are not available in the SDK.TransactionParameters
types where I would expectsave
andsave_if_fails
: https://github.com/Tenderly/tenderly-sdk/blob/master/lib/executors/Simulator.types.ts#L3-L13Where I would expect
save
andsave_if_fails
for tx simulation bundles: https://github.com/Tenderly/tenderly-sdk/blob/master/lib/executors/Simulator.ts#L128-L138Where I would expect
save
andsave_if_fails
for an individual tx simulation: https://github.com/Tenderly/tenderly-sdk/blob/master/lib/executors/Simulator.ts#L153-L163We're happy to make this change if these are the right places to update.
The text was updated successfully, but these errors were encountered: