Skip to content

Commit

Permalink
Preprod, Preview URL Constants
Browse files Browse the repository at this point in the history
Cardano preprod and preview URL constants added
  • Loading branch information
NeilDWood authored and mmahut committed Sep 1, 2022
1 parent e67ae8e commit af72a98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion blockfrost_api/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ public function __construct($network, $projectId)
public static $NETWORK_IPFS = "https://ipfs.blockfrost.io/api/v0";
public static $NETWORK_CARDANO_MAINNET = "https://cardano-mainnet.blockfrost.io/api/v0";
public static $NETWORK_CARDANO_TESTNET = "https://cardano-testnet.blockfrost.io/api/v0";
public static $NETWORK_CARDANO_PREPROD = "https://cardano-preprod.blockfrost.io/api/v0";
public static $NETWORK_CARDANO_PREVIEW = "https://cardano-preview.blockfrost.io/api/v0";



Expand Down Expand Up @@ -207,4 +209,4 @@ public static function streamFromString(string $s):StreamInterface
}


?>
?>

0 comments on commit af72a98

Please sign in to comment.