From 49ecf2c8aadfd62c576d9a3d8c8f763ecc4ddc34 Mon Sep 17 00:00:00 2001 From: Iredia Ebikade <40021650+irediaes@users.noreply.github.com> Date: Thu, 21 Apr 2022 16:07:27 +0200 Subject: [PATCH] fix: updated node url --- lib/config/env.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/config/env.dart b/lib/config/env.dart index 337e6ef..c04dc47 100644 --- a/lib/config/env.dart +++ b/lib/config/env.dart @@ -75,7 +75,7 @@ class Env { static const String extrinsicSuccessEvent = "ExtrinsicSuccess"; static const String extrinsicFailedEvent = "ExtrinsicFailed"; static const String approved = "Approved"; - // static const String peaqTestnet = "wss://wss.agung.peaq.network"; - static const String peaqTestnet = "ws://10.0.2.2:9944"; + static const String peaqTestnet = "wss://wss.agung.peaq.network"; + // static const String peaqTestnet = "ws://10.0.2.2:9944"; static const String didDocAttributeName = "v2"; }