File tree Expand file tree Collapse file tree 2 files changed +1
-27
lines changed Expand file tree Collapse file tree 2 files changed +1
-27
lines changed Original file line number Diff line number Diff line change 2
2
# so the listed codeowners apply only if there is no later match.
3
3
4
4
# 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
10
6
11
7
# Developer tools documentation
12
8
/developer-tools / @ MetaMask/tech-writers
Original file line number Diff line number Diff line change @@ -120,28 +120,6 @@ MetaMask displays this metadata in the connection modal to help users identify a
120
120
connection request.
121
121
:::
122
122
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
-
145
123
### ` enableAnalytics `
146
124
147
125
<Tabs >
You can’t perform that action at this time.
0 commit comments