diff --git a/backend-modules/koios/README.md b/backend-modules/koios/README.md index 094b69d9..2903feb2 100644 --- a/backend-modules/koios/README.md +++ b/backend-modules/koios/README.md @@ -34,10 +34,10 @@ BackendService backendService = new KoiosBackendService(); **Example:** -BackendService using Global Testnet Koios endpoint. +BackendService using the Koios public preprod endpoint. ``` -BackendService backendService = new KoiosBackendService(Constant.KOIOS_TESTNET_URL); +BackendService backendService = new KoiosBackendService(Constants.KOIOS_PREPROD_URL); ``` **Note:** You can get other services from BackendService instance. For detailed api usage, check [cardano-client-lib](https://github.com/bloxbean/cardano-client-lib) project @@ -53,4 +53,4 @@ $> ./gradlew -p ./backend-modules/koios/ clean build **Limitations** * Block Object Received By BlockService::getLatestBlock Endpoint will have null fields for Output Sum, Fees, and Num of Confirmations. -* Ordering is not supported for Account Addresses and Account Assets Endpoint. \ No newline at end of file +* Ordering is not supported for Account Addresses and Account Assets Endpoint.