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 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
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
120120connection 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 >
You can’t perform that action at this time.
0 commit comments