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

add host bridge ip

parent 6523bceb
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment