diff --git a/openapi.yaml b/openapi.yaml
index 10e3e490..98e82248 100644
--- a/openapi.yaml
+++ b/openapi.yaml
@@ -50,12 +50,6 @@ info:
https://cardano-mainnet.blockfrost.io/api/v0
-
- Cardano testnet |
-
- https://cardano-testnet.blockfrost.io/api/v0
- |
-
Cardano preprod |
@@ -316,8 +310,6 @@ info:
servers:
- url: https://cardano-mainnet.blockfrost.io/api/v0
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
diff --git a/src/definitions.yaml b/src/definitions.yaml
index 1a1ada11..16c0aca3 100644
--- a/src/definitions.yaml
+++ b/src/definitions.yaml
@@ -40,12 +40,6 @@ info:
https://cardano-mainnet.blockfrost.io/api/v0
|
-
- Cardano testnet |
-
- https://cardano-testnet.blockfrost.io/api/v0
- |
-
Cardano preprod |
@@ -242,8 +236,6 @@ info:
servers:
- url: https://cardano-mainnet.blockfrost.io/api/v0
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
|