Skip to content

Commit f1c9de9

Browse files
fix: update rpc urls (#80)
Co-authored-by: Joaquin Carletti <[email protected]>
1 parent de96585 commit f1c9de9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/data/chains.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,18 @@ export const l2Chains: L2Chain[] = [
4343
id: 260,
4444
name: "Local In-memory node",
4545
network: "local-in-memory",
46-
rpcUrl: "http://localhost:8011",
46+
rpcUrl: "http://127.0.0.1:8011",
4747
},
4848
{
4949
id: 270,
5050
name: "Local Dockerized node",
5151
network: "local-dockerized",
52-
rpcUrl: "http://localhost:3050",
52+
rpcUrl: "http://127.0.0.1:3050",
5353
l1Chain: {
5454
id: 9,
5555
name: "L1 Local",
5656
network: "l1-local",
57-
rpcUrl: "http://localhost:8545",
57+
rpcUrl: "http://127.0.0.1:8545",
5858
},
5959
},
6060
];

0 commit comments

Comments
 (0)