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 { ...@@ -119,7 +119,7 @@ class SettingsScreen extends StatelessWidget {
final customEndpoint = NetworkParams(); final customEndpoint = NetworkParams();
customEndpoint.endpoint = 'Personnalisé'; customEndpoint.endpoint = 'Personnalisé';
final localEndpoint = NetworkParams(); final localEndpoint = NetworkParams();
localEndpoint.endpoint = 'ws://127.0.0.1:9944'; localEndpoint.endpoint = 'ws://10.0.2.2:9944';
final automaticEndpoint = NetworkParams(); final automaticEndpoint = NetworkParams();
automaticEndpoint.endpoint = 'Auto'; automaticEndpoint.endpoint = 'Auto';
// duniterBootstrapNodes.add(_sub.getDuniterCustomEndpoint()); // 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