Skip to content

Commit

Permalink
change the app id
Browse files Browse the repository at this point in the history
  • Loading branch information
osama-deriv committed Mar 21, 2024
1 parent 288d925 commit 5523d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class FullscreenChart extends StatefulWidget {
}

class _FullscreenChartState extends State<FullscreenChart> {
static const String defaultAppID = '16929';
static const String defaultAppID = '36544';
static const String defaultEndpoint = 'blue.derivws.com';

List<Tick> ticks = <Tick>[];
Expand Down

0 comments on commit 5523d17

Please sign in to comment.