Add retry + idempotency on trading when try + add more tts
This commit is contained in:
@@ -21,7 +21,10 @@
|
||||
"Token": ""
|
||||
},
|
||||
"Web3Proxy": {
|
||||
"BaseUrl": "http://localhost:4111"
|
||||
"BaseUrl": "http://localhost:4111",
|
||||
"MaxRetryAttempts": 3,
|
||||
"RetryDelayMs": 1000,
|
||||
"TimeoutSeconds": 30
|
||||
},
|
||||
"Kaigen": {
|
||||
"BaseUrl": "https://kaigen-back-development.up.railway.app",
|
||||
|
||||
Reference in New Issue
Block a user