Skip to content

Commit 54da3c1

Browse files
committed
Use api.luno.com
1 parent 2ed3313 commit 54da3c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Luno/AbstractClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
*/
1212
abstract class AbstractClient
1313
{
14-
private static $version = "0.0.4";
15-
private static $defaultBaseURL = 'https://api.mybitx.com/';
14+
private static $version = "0.0.8";
15+
private static $defaultBaseURL = 'https://api.luno.com/';
1616
private static $defaultTimeoutSeconds = 10.0;
1717

1818
protected $baseURL;

0 commit comments

Comments
 (0)