Skip to content

Commit

Permalink
docs: preview and preprod networks
Browse files Browse the repository at this point in the history
  • Loading branch information
mmahut committed Aug 25, 2022
1 parent a789263 commit 5890da3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ info:
<tr><td><b>Network</b></td><td><b>Endpoint</b></td></tr>
<tr><td>Cardano mainnet</td><td><tt>https://cardano-mainnet.blockfrost.io/api/v0</td></tt></tr>
<tr><td>Cardano testnet</td><td><tt>https://cardano-testnet.blockfrost.io/api/v0</tt></td></tr>
<tr><td>Cardano preprod</td><td><tt>https://cardano-preprod.blockfrost.io/api/v0</tt></td></tr>
<tr><td>Cardano preview</td><td><tt>https://cardano-preview.blockfrost.io/api/v0</tt></td></tr>
<tr><td>InterPlanetary File System</td><td><tt>https://ipfs.blockfrost.io/api/v0</tt></td></tr>
<tr><td>Milkomeda mainnet</td><td><tt>https://milkomeda-mainnet.blockfrost.io/api/v0</td></tt></tr>
<tr><td>Milkomeda testnet</td><td><tt>https://milkomeda-testnet.blockfrost.io/api/v0</td></tt></tr>
Expand Down Expand Up @@ -187,6 +189,10 @@ servers:
description: Cardano Mainnet network
- url: https://cardano-testnet.blockfrost.io/api/v0/
description: Cardano Testnet network
- url: https://cardano-preprod.blockfrost.io/api/v0/
description: Cardano Preprod network
- url: https://cardano-preview.blockfrost.io/api/v0/
description: Cardano Preview network
- url: https://localhost:3000
description: local
security:
Expand Down
6 changes: 6 additions & 0 deletions src/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ info:
<tr><td><b>Network</b></td><td><b>Endpoint</b></td></tr>
<tr><td>Cardano mainnet</td><td><tt>https://cardano-mainnet.blockfrost.io/api/v0</td></tt></tr>
<tr><td>Cardano testnet</td><td><tt>https://cardano-testnet.blockfrost.io/api/v0</tt></td></tr>
<tr><td>Cardano preprod</td><td><tt>https://cardano-preprod.blockfrost.io/api/v0</tt></td></tr>
<tr><td>Cardano preview</td><td><tt>https://cardano-preview.blockfrost.io/api/v0</tt></td></tr>
<tr><td>InterPlanetary File System</td><td><tt>https://ipfs.blockfrost.io/api/v0</tt></td></tr>
<tr><td>Milkomeda mainnet</td><td><tt>https://milkomeda-mainnet.blockfrost.io/api/v0</td></tt></tr>
<tr><td>Milkomeda testnet</td><td><tt>https://milkomeda-testnet.blockfrost.io/api/v0</td></tt></tr>
Expand Down Expand Up @@ -118,6 +120,10 @@ servers:
description: Cardano Mainnet network
- url: https://cardano-testnet.blockfrost.io/api/v0/
description: Cardano Testnet network
- url: https://cardano-preprod.blockfrost.io/api/v0/
description: Cardano Preprod network
- url: https://cardano-preview.blockfrost.io/api/v0/
description: Cardano Preview network
- url: https://localhost:3000
description: local

Expand Down

0 comments on commit 5890da3

Please sign in to comment.