Add kaigen debit credit for backtest
This commit is contained in:
@@ -32,5 +32,11 @@
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"WorkerBotManager": true,
|
||||
"WorkerBalancesTracking": true
|
||||
"WorkerBalancesTracking": true,
|
||||
"Kaigen": {
|
||||
"BaseUrl": "https://api.kaigen.managing.live",
|
||||
"DebitEndpoint": "/api/credits/debit",
|
||||
"RefundEndpoint": "/api/credits/refund",
|
||||
"PrivateKey": "${KAIGEN_PRIVATE_KEY}"
|
||||
}
|
||||
}
|
||||
@@ -24,6 +24,12 @@
|
||||
"Web3Proxy": {
|
||||
"BaseUrl": "http://localhost:4111"
|
||||
},
|
||||
"Kaigen": {
|
||||
"BaseUrl": "https://api.kaigen.managing.live",
|
||||
"DebitEndpoint": "/api/credits/debit",
|
||||
"RefundEndpoint": "/api/credits/refund",
|
||||
"PrivateKey": "${KAIGEN_PRIVATE_KEY}"
|
||||
},
|
||||
"N8n": {
|
||||
"WebhookUrl": "https://n8n.kai.managing.live/webhook/fa9308b6-983b-42ec-b085-71599d655951"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user