We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b6cbe commit be2fc16Copy full SHA for be2fc16
CryptAPI/CryptAPI.php
@@ -7,7 +7,7 @@
7
class CryptAPI
8
{
9
private static $base_url = 'https://api.cryptapi.io';
10
- private static $pro_url = 'https://pro-api.cryptapi.io';
+ private static $pro_url = 'https://api.blockbee.io';
11
private $valid_coins = [];
12
private $own_address = null;
13
private $payment_address = null;
composer.json
@@ -28,5 +28,5 @@
28
"CryptAPI\\": "CryptAPI/"
29
}
30
},
31
- "version": "1.6.0"
+ "version": "1.6.1"
32
0 commit comments