Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions src/openapi/utxo-bitcoincash/utxo-bitcoincash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,8 @@ info:
Bitcoin Cash networks. The same paths are available on every UTXO chain Alchemy supports —
switch chains using the chain-specific overview pages or by changing the host.
servers:
- url: https://{network}.g.alchemy.com/v2
variables:
network:
default: bitcoincash-mainnet
enum:
- bitcoincash-mainnet
- bitcoincash-testnet
- url: https://bitcoincash-mainnet.g.alchemy.com/v2
description: Bitcoin Cash mainnet
paths:
"/{apiKey}/api/v2/block-index/{block_height}":
get:
Expand Down
8 changes: 2 additions & 6 deletions src/openapi/utxo-dogecoin/utxo-dogecoin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@ info:
Dogecoin. The same paths are available on every UTXO chain Alchemy supports — switch chains
using the chain-specific overview pages or by changing the host.
servers:
- url: https://{network}.g.alchemy.com/v2
variables:
network:
default: dogecoin-mainnet
enum:
- dogecoin-mainnet
- url: https://dogecoin-mainnet.g.alchemy.com/v2
description: Dogecoin mainnet
paths:
"/{apiKey}/api/v2/block-index/{block_height}":
get:
Expand Down
9 changes: 2 additions & 7 deletions src/openapi/utxo-litecoin/utxo-litecoin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,8 @@ info:
Litecoin networks. The same paths are available on every UTXO chain Alchemy supports —
switch chains using the chain-specific overview pages or by changing the host.
servers:
- url: https://{network}.g.alchemy.com/v2
variables:
network:
default: litecoin-mainnet
enum:
- litecoin-mainnet
- litecoin-testnet
- url: https://litecoin-mainnet.g.alchemy.com/v2
description: Litecoin mainnet
paths:
"/{apiKey}/api/v2/block-index/{block_height}":
get:
Expand Down
Loading