for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Blocktrail\SDK\Network;
use BitWasp\Bitcoin\Network\NetworkFactory;
class BitcoinCashTestnet extends AbstractBitcoinCash
{
/**
* BitcoinCash constructor.
* @throws \Exception
*/
public function __construct() {
parent::__construct(NetworkFactory::bitcoinTestnet(), "bchtest");
}