@@ -24,7 +24,7 @@ const SimulationOptionsStruct = object({
2424 ) ,
2525 hideBalances : defaulted ( optional ( boolean ( ) ) , false ) ,
2626 useSecurityAlerts : defaulted ( optional ( boolean ( ) ) , true ) ,
27- useSimulations : defaulted ( optional ( boolean ( ) ) , true ) ,
27+ simulateOnChainActions : defaulted ( optional ( boolean ( ) ) , true ) ,
2828 useTokenDetection : defaulted ( optional ( boolean ( ) ) , true ) ,
2929 batchCheckBalances : defaulted ( optional ( boolean ( ) ) , true ) ,
3030 displayNftMedia : defaulted ( optional ( boolean ( ) ) , true ) ,
@@ -42,7 +42,7 @@ const SimulationOptionsStruct = object({
4242 * @property locale - The locale to use. Defaults to `en`.
4343 * @property state - The initial state of the Snap, if any. Defaults to `null`.
4444 * @property useSecurityAlerts - Whether to run transactions and signatures through security providers.
45- * @property useSimulations - Whether to simulate transactions and signatures.
45+ * @property simulateOnChainActions - Whether to simulate transactions and signatures.
4646 * @property useTokenDetection - Whether to auto-detect tokens.
4747 * @property batchCheckBalances - Whether to fetch balances in an aggregated manner.
4848 * @property displayNftMedia - Whether to display NFT media.
0 commit comments