Skip to content

Commit 7bb0474

Browse files
Merge branch 'main' into gator-fixes
2 parents f1126f3 + 5b33eaf commit 7bb0474

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22
# so the listed codeowners apply only if there is no later match.
33

44
# Default owner for all other files
5-
* @MetaMask/dashboard @MetaMask/tech-writers
6-
7-
# All other Markdown files
8-
*.md @MetaMask/tech-writers
9-
*.mdx @MetaMask/tech-writers
5+
* @MetaMask/dashboard @MetaMask/tech-writers @MetaMask/delegation-devrel @MetaMask/embedded-wallets-devrel @MetaMask/sdk-devrel
106

117
# Developer tools documentation
128
/developer-tools/ @MetaMask/tech-writers

sdk/reference/sdk-options.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -120,28 +120,6 @@ MetaMask displays this metadata in the connection modal to help users identify a
120120
connection request.
121121
:::
122122

123-
### `defaultReadOnlyChainId`
124-
125-
<Tabs>
126-
<TabItem value="Syntax">
127-
128-
```javascript
129-
defaultReadOnlyChainId: <number or hexadecimal string>
130-
```
131-
132-
</TabItem>
133-
<TabItem value="Example">
134-
135-
```javascript
136-
defaultReadOnlyChainId: "0x1"
137-
```
138-
139-
</TabItem>
140-
</Tabs>
141-
142-
Enables sending read-only RPC requests to this chain ID before the user connects to MetaMask.
143-
The value is automatically updated to the chain ID used in MetaMask once connected.
144-
145123
### `enableAnalytics`
146124

147125
<Tabs>

0 commit comments

Comments
 (0)