Skip to content

Commit 2cb1fc2

Browse files
committed
Added what's new.
Signed-off-by: bgravenorst <[email protected]>
1 parent 1ae052d commit 2cb1fc2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/whats-new.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ The latest major MetaMask documentation updates are listed by the month they wer
99
For a comprehensive list of recent product changes, visit the "Release Notes" section at the bottom
1010
of the [MetaMask developer page](https://metamask.io/developer/).
1111

12-
## March 2025
12+
## March
13+
14+
- Added a tutorial for [sending a transaction using Viem](/services/tutorials/ethereum/send-a-transaction/send-a-transaction-viem). ([#1920](https://github.com/MetaMask/metamask-docs/pull/1920))
15+
16+
## February
1317

1418
- Documented [Base subscription methods](/services/reference/base/json-rpc-methods/subscription-methods).
1519
([#1916](https://github.com/MetaMask/metamask-docs/pull/1916))

services/tutorials/ethereum/send-a-transaction/send-a-transaction-viem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Tx mined https://sepolia.etherscan.io/tx/0x310588719e733118f50c0a1608e13b4e8bd5e
170170

171171
You can search for the transaction on a block explorer such as [Sepolia Etherscan](https://sepolia.etherscan.io/).
172172

173-
### 7. (Optional) Fine tune the transaction details
173+
### 8. (Optional) Fine tune the transaction details
174174

175175
Viem automatically determines the gas limit and fees. If you want to change the default values, update
176176
the `sendTransaction` method to include an `estimateGas` result (`gasLimit`) and the `maxFeePerGas` and

0 commit comments

Comments
 (0)