This commit is contained in:
Cryptoval Trading Technologies
2026-07-31 19:20:01 +00:00
parent fec747a5ae
commit 17aaf0ac64
+18 -19
View File
@@ -27,23 +27,23 @@
"app_status_channel": "${GLOBAL_CHANNEL_PREFIX}.ACCT_GW.APP_STATUS"
, "channel_prefix": "${GLOBAL_CHANNEL_PREFIX}.ACCT_GW."
, "exchanges_settings": {
# "COINBASE_AT": {
# "mkt_data": {
# "enabled": false
# , "streaming": false
# },
# "order_entry": {
# "enabled": false
# , "streaming": false
# },
# "accounting": {
# "enabled": true
# , "streaming": false
# }
# , "credentials_key": {
# "read_only": "COINBASE_ADV_RO"
# }
# },
"COINBASE_AT": {
"mkt_data": {
"enabled": false
, "streaming": false
},
"order_entry": {
"enabled": false
, "streaming": false
},
"accounting": {
"enabled": true
, "streaming": false
}
, "credentials_key": {
"read_only": "COINBASE_ADV_RO"
}
},
"COINBASE_FUT": {
"mkt_data": {
"enabled": false
@@ -62,10 +62,9 @@
}
}
}
# , "exchanges": ["COINBASE_AT"] # DEPRECATED R E M O V E
, "connectors": {
"simulated": true,
"exchanges": ["COINBASE_AT"]
"exchanges": ["COINBASE_FUT"]
}
}
, "bookkeeper": {