We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f1019 commit 01b98f7Copy full SHA for 01b98f7
apps/fortuna/src/command/run.rs
@@ -51,6 +51,10 @@ pub async fn run_api(
51
),
52
tags(
53
(name = "fortuna", description = "Random number service for the Pyth Entropy protocol")
54
+ ),
55
+ servers(
56
+ (url = "https://fortuna.dourolabs.app", description = "Default Provider for mainnet chains"),
57
+ (url = "https://fortuna-staging.dourolabs.app", description = "Default Provider for testnet chains")
58
)
59
)]
60
struct ApiDoc;
0 commit comments