Skip to content

Commit b8792af

Browse files
authored
Fix typo in documentation in TransactionParams (#3237)
Fixed incorrect terminology: - `"Network ID as per EIP-155"` → `"Chain ID as per EIP-155"` (EIP-155 defines `chainId`, not `network ID`). Fixed spelling mistake: - `"Maxmimum"` → `"Maximum"`.
1 parent 27d63c6 commit b8792af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/snaps-controllers/src/types/controllers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export type TransactionMeta = {
3434
*/
3535
export type TransactionParams = {
3636
/**
37-
* Network ID as per EIP-155.
37+
* Chain ID as per EIP-155.
3838
*/
3939
chainId?: Hex;
4040

@@ -74,7 +74,7 @@ export type TransactionParams = {
7474
gas?: string;
7575

7676
/**
77-
* Maxmimum number of units of gas to use for this transaction.
77+
* Maximum number of units of gas to use for this transaction.
7878
*/
7979
gasLimit?: string;
8080

0 commit comments

Comments
 (0)