PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
mycred
/
addons
/
buy-creds
/
gateways
/
Bitpay
/
Network
<?php /** * @license Copyright 2011-2014 BitPay Inc., MIT License * see https://github.com/bitpay/php-bitpay-client/blob/master/LICENSE */ namespace Bitpay\Network; /** * * @package Bitcore */ class Livenet implements NetworkInterface { public function getName() { return 'livenet'; } public function getAddressVersion() { return 0x00; } public function getApiHost() { return 'bitpay.com'; } public function getApiPort() { return 443; } }
[+]
..
[-] Customnet.php
[edit]
[-] NetworkAwareInterface.php
[edit]
[-] NetworkAware.php
[edit]
[-] Testnet.php
[edit]
[-] Livenet.php
[edit]
[-] NetworkInterface.php
[edit]