Skip to content

Commit 59809bd

Browse files
Merge branch 'main' into fix/code-snippets
2 parents a517947 + 3b885a5 commit 59809bd

File tree

6 files changed

+10
-11
lines changed

6 files changed

+10
-11
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

docusaurus.config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,15 +215,12 @@ const config = {
215215
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
216216
({
217217
metadata: [
218-
{
219-
name: 'og:image',
220-
content: '/img/metamaskog.jpeg'
221-
},
222218
{
223219
name: "keywords",
224220
content: "MetaMask, SDK, Wallet, API, Dapp, App, Connect, Delegation, Toolkit, Documentation, Smart, Account, Snaps, Infura, Services, Dashboard",
225221
},
226222
],
223+
image: '/img/metamaskog.jpeg',
227224
colorMode: {
228225
respectPrefersColorScheme: true,
229226
},

package-lock.json

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"react-tippy": "^1.4.0",
7070
"remark-codesandbox": "^0.10.1",
7171
"remark-docusaurus-tabs": "^0.2.0",
72-
"sass": "^1.87.0"
72+
"sass": "^1.89.2"
7373
},
7474
"devDependencies": {
7575
"@docusaurus/eslint-plugin": "3.8.1",

services/reference/gas-api/api-reference/basefeehistory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Array of historical base fees.
3131

3232
### Request
3333

34-
Include your [API key](../../../../../developer-tools/dashboard/get-started/create-api)
35-
and optional [API key secret](../../../../../developer-tools/dashboard/how-to/secure-an-api/api-key-secret/)
34+
Include your [API key](/developer-tools/dashboard/get-started/create-api)
35+
and optional [API key secret](/developer-tools/dashboard/how-to/secure-an-api/api-key-secret)
3636
to authorize your account to use the APIs.
3737

3838
:::tip

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)