Skip to content

Commit 223632f

Browse files
fix dead link and fix error (#2107)
* Update link chain-methods.md * fix error redeem-delegation.md * Update snaps/reference/keyring-api/chain-methods.md Co-authored-by: Alexandra Carrillo <[email protected]> --------- Co-authored-by: Alexandra Carrillo <[email protected]>
1 parent 2d293d2 commit 223632f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

delegation-toolkit/how-to/redeem-delegation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ import {
8686
toMetaMaskSmartAccount,
8787
} from "@metamask/delegation-toolkit";
8888
import { privateKeyToAccount } from "viem/accounts";
89-
improt { publicClient } from "./client.ts"
89+
import { publicClient } from "./client.ts"
9090

9191
const delegateAccount = privateKeyToAccount("0x...");
9292

snaps/reference/keyring-api/chain-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Signs a transaction that can be submitted to the network later using
6868
An array containing:
6969

7070
1. Transaction object to sign, which contains:
71-
- `type`: `string` - [Transaction type.](https://docs.infura.io/api/networks/ethereum/concepts/transaction-types)
71+
- `type`: `string` - [Transaction type.](/services/concepts/transaction-types/)
7272
- `nonce`: `string` - Anti-replay parameter.
7373
- `to`: `string` - Recipient address, or `null` if this is a contract creation transaction.
7474
- `from`: `string` - Sender address.

0 commit comments

Comments
 (0)