Skip to content
Snippets Groups Projects
Commit 105d32a8 authored by poka's avatar poka
Browse files

add host bridge ip

parent 6523bceb
Branches
Tags
No related merge requests found
Pipeline #18932 waiting for manual action
......@@ -119,7 +119,7 @@ class SettingsScreen extends StatelessWidget {
final customEndpoint = NetworkParams();
customEndpoint.endpoint = 'Personnalisé';
final localEndpoint = NetworkParams();
localEndpoint.endpoint = 'ws://127.0.0.1:9944';
localEndpoint.endpoint = 'ws://10.0.2.2:9944';
final automaticEndpoint = NetworkParams();
automaticEndpoint.endpoint = 'Auto';
// duniterBootstrapNodes.add(_sub.getDuniterCustomEndpoint());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment