Skip to content

Commit 267acf5

Browse files
committed
chore: master should use ogmios submit provider
1 parent ee34da3 commit 267acf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ x-provider-server-environment: &provider-server-environment
6666
SERVICE_NAMES: ${SERVICE_NAMES:-asset,chain-history,handle,network-info,rewards,stake-pool,tx-submit,utxo}
6767
SUBMIT_API_URL: ${SUBMIT_API_URL:-http://cardano-submit-api:8090/}
6868
USE_BLOCKFROST: ${USE_BLOCKFROST:-false}
69-
USE_SUBMIT_API: ${USE_SUBMIT_API:-true}
69+
USE_SUBMIT_API: ${USE_SUBMIT_API:-false}
7070

7171
x-sdk-environment: &sdk-environment
7272
LOGGER_MIN_SEVERITY: ${LOGGER_MIN_SEVERITY:-info}

0 commit comments

Comments
 (0)