This repository was archived by the owner on Oct 24, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <?php
2-
3- namespace BlockCypher \Core ;
4-
5- /**
6- * Class BlockCypherConstants
7- * Placeholder for BlockCypher Constants
8- *
9- * @package BlockCypher\Core
10- */
11- class BlockCypherConstants
12- {
13- const SDK_NAME = 'BlockCypher-PHP-SDK ' ;
14- const SDK_VERSION = '1.3.1 ' ;
15-
16- const REST_SANDBOX_ENDPOINT = "https://api.blockcypher.com/ " ;
17- const REST_LIVE_ENDPOINT = "https://api.blockcypher.com/ " ;
18-
19- const WEB_SOCKET_SANDBOX_ENDPOINT = "wss://socket.blockcypher.com/ " ;
20- const WEB_SOCKET_LIVE_ENDPOINT = "wss://socket.blockcypher.com/ " ;
21- }
1+ <?php
2+
3+ namespace BlockCypher \Core ;
4+
5+ /**
6+ * Class BlockCypherConstants
7+ * Placeholder for BlockCypher Constants
8+ *
9+ * @package BlockCypher\Core
10+ */
11+ class BlockCypherConstants
12+ {
13+ const SDK_NAME = 'BlockCypher-PHP-SDK ' ;
14+ const SDK_VERSION = '1.4.0 ' ;
15+
16+ const REST_SANDBOX_ENDPOINT = "https://api.blockcypher.com/ " ;
17+ const REST_LIVE_ENDPOINT = "https://api.blockcypher.com/ " ;
18+
19+ const WEB_SOCKET_SANDBOX_ENDPOINT = "wss://socket.blockcypher.com/ " ;
20+ const WEB_SOCKET_LIVE_ENDPOINT = "wss://socket.blockcypher.com/ " ;
21+ }
You can’t perform that action at this time.
0 commit comments