Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

Commit 7656afd

Browse files
committed
feat: re-enable localhost
1 parent 30212c3 commit 7656afd

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

src/utils/state.ts

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,14 @@ export const DEFAULT_RPC_ENDPOINTS: IRpcEndpoint[] = [
4949
enabled: true,
5050
custom: false,
5151
},
52-
// TODO
53-
// {
54-
// id: uuid(),
55-
// provider: "You",
56-
// network: "local",
57-
// url: "http://127.0.0.1:8899",
58-
// enabled: true,
59-
// custom: true,
60-
// },
52+
{
53+
id: uuid(),
54+
provider: "You",
55+
network: "local",
56+
url: "http://127.0.0.1:8899",
57+
enabled: true,
58+
custom: true,
59+
},
6160
];
6261

6362
export const DEFAULT_APP_OPTIONS: AppOptions = {

0 commit comments

Comments
 (0)