Skip to content

Commit be2fc16

Browse files
committed
v1.6.1
- Add BlockBee API URL
1 parent c3b6cbe commit be2fc16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CryptAPI/CryptAPI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class CryptAPI
88
{
99
private static $base_url = 'https://api.cryptapi.io';
10-
private static $pro_url = 'https://pro-api.cryptapi.io';
10+
private static $pro_url = 'https://api.blockbee.io';
1111
private $valid_coins = [];
1212
private $own_address = null;
1313
private $payment_address = null;

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"CryptAPI\\": "CryptAPI/"
2929
}
3030
},
31-
"version": "1.6.0"
31+
"version": "1.6.1"
3232
}

0 commit comments

Comments
 (0)