Initial commit

This commit is contained in:
Yaser
2026-08-13 19:42:08 +03:30
commit d59bf30ef0
173 changed files with 11702 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
- name: peatio-default-engine
driver: peatio
state: online
- name: local-finex-spot-engine
driver: finex-spot
state: online
- name: opendax-finex-spot-engine
driver: opendax
url: https://www.opendax.io/api/v2/finex
key: ""
secret: ""
# The data field for store some special data engine
# Can be used in upstream worker
data: |
{
"rest"=>"https://www.opendax.io/api/v2/finex",
"websocket"=>"wss://www.opendax.io/api/v2/ranger",
"trade_proxy"=>true,
}
state: online