Minor Changes
- #4584
4cd686d4acf2c0f14955509a91a3c7ee6d0257f9Thanks @tmm! - Added AbortSignal support to request options andcallaction.
Patch Changes
-
#4608
0e282d69d534e7fc277300260e31c07c4d8cb325Thanks @jxom! -viem/tempo: UpdatedActions.wallet.sendparameters to match the latest wallet RPC schema: renamedvaluetoamount, added an optionalmemofield (UTF-8, max 32 bytes; rejected for non-TIP-20 tokens), and widenedtokento also accept curated tokenlist symbols.await Actions.wallet.send(client, { + amount: '1.5', + memo: 'thanks', to: '0x...', - token: '0x...', + token: 'pathUsd', - value: '1.5', })