Skip to content
This repository was archived by the owner on Oct 24, 2020. It is now read-only.

Commit 300d397

Browse files
author
Celano, Jose
committed
Release v1.4.0
1 parent fc6baf7 commit 300d397

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,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.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+
}

0 commit comments

Comments
 (0)