Skip to content

Commit 6f99260

Browse files
committed
Add local network option to Swap network selector
1 parent 053b1f9 commit 6f99260

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

demo/components/NetworkSelector.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ import { useAtom } from "jotai";
1414
import { useCallback, useState } from "react";
1515

1616
const NETWORKS = [
17+
{
18+
name: "Local",
19+
endpoint: "ws://127.0.0.1:8000",
20+
},
1721
{
1822
name: "Acala",
1923
endpoint: "wss://pvq-mandala.aca-staging.network",

0 commit comments

Comments
 (0)