diff --git a/site/packages/aa-alchemy/provider/simulateUserOperationAssetChanges.md b/site/packages/aa-alchemy/provider/simulateUserOperationAssetChanges.md index e6a139ed14..12b2f29bbb 100644 --- a/site/packages/aa-alchemy/provider/simulateUserOperationAssetChanges.md +++ b/site/packages/aa-alchemy/provider/simulateUserOperationAssetChanges.md @@ -47,8 +47,8 @@ const uo = await provider.sendUserOperation(uoStruct); ### `Promise` - `changes: SimulateAssetChange[]` - - `assetType: SimulateAssetType` - - `changeType: string` + - `assetType: SimulateAssetType (NATIVE, ERC20, ERC721, ERC1155, orSPECIAL_NFT)` + - `changeType: SimulateChangeType (APPROVE or TRANSFER)` - `from: Address` - `to: Address` - `rawAmount?: string`