Skip to content

Commit

Permalink
Merge pull request #39 from peaqnetwork/feature/1202138782029385_upda…
Browse files Browse the repository at this point in the history
…te-consumer-balance-on-account-screen

fix: updated node url
  • Loading branch information
irediaes authored Apr 21, 2022
2 parents 398d3b2 + 49ecf2c commit 270cf36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/config/env.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}

0 comments on commit 270cf36

Please sign in to comment.