echovl / cardano-go

Go module for the Cardano Blockchain
GNU General Public License v3.0
51 stars 27 forks source link

Add Preprod support #36

Closed visopsys closed 2 years ago

visopsys commented 2 years ago

This PR add new network type preprod for testnet. The blockfrost API server does not have preprod type yet, so we have to hardcode the blockfrost API URL for preprod.

This could be extended to support Testnet Preview

Close https://github.com/echovl/cardano-go/issues/35

@echovl