File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/src/routes/docs/[...3]modules/[...4]solid Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ Function to set the chain of a wallet
203203
204204#### Example usage
205205
206- ` ` ` tsx
206+ ` ` ` typescript
207207import { useOnboard } from ' @web3-onboard/solid'
208208function SampleConnect() {
209209 const { setChain } = useOnboard ()
@@ -222,7 +222,7 @@ Readonly boolean ref that tracks the status of setting the chain
222222
223223#### Example usage
224224
225- ` ` ` tsx
225+ ` ` ` typescript
226226import { useOnboard } from ' @web3-onboard/solid'
227227function SampleConnect() {
228228 const { settingChain } = useOnboard ()
@@ -236,7 +236,7 @@ Readonly ref that contains every wallet that has been connected
236236
237237#### Example usage
238238
239- ` ` ` tsx
239+ ` ` ` typescript
240240import { useOnboard } from ' @web3-onboard/solid'
241241function SampleConnect() {
242242 const { wallets } = useOnboard ()
@@ -260,7 +260,7 @@ Readonly ref that contains the last time that the user connected a wallet in mil
260260
261261#### Example usage
262262
263- ` ` ` tsx
263+ ` ` ` typescript
264264import { useOnboard } from ' @web3-onboard/solid'
265265function SampleConnect() {
266266 const { lastConnectedTimestamp } = useOnboard ()
You can’t perform that action at this time.
0 commit comments