With the Tenderly SDK, you can simulate individual transactions or bundles of transactions, manage contracts and wallets, and verify contracts from your code.
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.