Skip to content

Commit 5b33eaf

Browse files
Remove SDK option defaultReadOnlyChainId (#2181)
1 parent da7c466 commit 5b33eaf

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

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)