add host bridge ip

This commit is contained in:
poka 2023-03-10 17:59:56 +01:00
parent 6523bceb2b
commit 105d32a8a0
1 changed files with 1 additions and 1 deletions

View File

@ -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());