diff --git a/README.md b/README.md index cdd7853..2b56268 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ | [JOY-USDT](config/cypress/JOY-USDT.config.json) | 2000 | 400 | 15000 | 6 | | [JPY-USD](config/cypress/JPY-USD.config.json) | 2000 | 400 | 15000 | 3 | | [KLAY-KRW](config/cypress/KLAY-KRW.config.json) | 2000 | 400 | 60000 | 4 | -| [KLAY-USDT](config/cypress/KLAY-USDT.config.json) | 2000 | 400 | 15000 | 4 | +| [KLAY-USDT](config/cypress/KLAY-USDT.config.json) | 2000 | 400 | 15000 | 6 | | [KNC-KRW](config/cypress/KNC-KRW.config.json) | 2000 | 400 | 60000 | 4 | | [KRW-USD](config/cypress/KRW-USD.config.json) | 2000 | 400 | 15000 | 3 | | [KSP-KRW](config/cypress/KSP-KRW.config.json) | 2000 | 400 | 15000 | 2 | diff --git a/config/cypress/KLAY-KRW.config.json b/config/cypress/KLAY-KRW.config.json index 0a8850e..221e43c 100644 --- a/config/cypress/KLAY-KRW.config.json +++ b/config/cypress/KLAY-KRW.config.json @@ -14,29 +14,29 @@ } }, { - "name": "bithumb-wss-KLAY-KRW", + "name": "coinone-wss-KLAY-KRW", "definition": { "type": "wss", - "provider": "bithumb", + "provider": "coinone", "base": "KLAY", "quote": "KRW" } }, { - "name": "coinone-wss-KLAY-KRW", + "name": "gopax-wss-KLAY-KRW", "definition": { "type": "wss", - "provider": "coinone", + "provider": "gopax", "base": "KLAY", "quote": "KRW" } }, { - "name": "gopax-wss-KLAY-KRW", + "name": "bithumb-wss-KAIA-KRW", "definition": { "type": "wss", - "provider": "gopax", - "base": "KLAY", + "provider": "bithumb", + "base": "KAIA", "quote": "KRW" } } diff --git a/config/cypress/KLAY-USDT.config.json b/config/cypress/KLAY-USDT.config.json index d180685..645484e 100644 --- a/config/cypress/KLAY-USDT.config.json +++ b/config/cypress/KLAY-USDT.config.json @@ -4,15 +4,6 @@ "aggregateInterval": 400, "submitInterval": 15000, "feeds": [ - { - "name": "gateio-wss-KLAY-USDT", - "definition": { - "type": "wss", - "provider": "gateio", - "base": "KLAY", - "quote": "USDT" - } - }, { "name": "coinex-wss-KLAY-USDT", "definition": { @@ -39,6 +30,33 @@ "base": "KLAY", "quote": "USDT" } + }, + { + "name": "crypto-wss-KAIA-USDT", + "definition": { + "type": "wss", + "provider": "crypto", + "base": "KAIA", + "quote": "USDT" + } + }, + { + "name": "gateio-wss-KAIA-USDT", + "definition": { + "type": "wss", + "provider": "gateio", + "base": "KAIA", + "quote": "USDT" + } + }, + { + "name": "bitget-wss-KAIA-USDT", + "definition": { + "type": "wss", + "provider": "bitget", + "base": "KAIA", + "quote": "USDT" + } } ] } \ No newline at end of file diff --git a/cypress_configs.json b/cypress_configs.json index 1179f01..6a254ef 100644 --- a/cypress_configs.json +++ b/cypress_configs.json @@ -3951,29 +3951,29 @@ } }, { - "name": "bithumb-wss-KLAY-KRW", + "name": "coinone-wss-KLAY-KRW", "definition": { "type": "wss", - "provider": "bithumb", + "provider": "coinone", "base": "KLAY", "quote": "KRW" } }, { - "name": "coinone-wss-KLAY-KRW", + "name": "gopax-wss-KLAY-KRW", "definition": { "type": "wss", - "provider": "coinone", + "provider": "gopax", "base": "KLAY", "quote": "KRW" } }, { - "name": "gopax-wss-KLAY-KRW", + "name": "bithumb-wss-KAIA-KRW", "definition": { "type": "wss", - "provider": "gopax", - "base": "KLAY", + "provider": "bithumb", + "base": "KAIA", "quote": "KRW" } } @@ -3985,15 +3985,6 @@ "aggregateInterval": 400, "submitInterval": 15000, "feeds": [ - { - "name": "gateio-wss-KLAY-USDT", - "definition": { - "type": "wss", - "provider": "gateio", - "base": "KLAY", - "quote": "USDT" - } - }, { "name": "coinex-wss-KLAY-USDT", "definition": { @@ -4020,6 +4011,33 @@ "base": "KLAY", "quote": "USDT" } + }, + { + "name": "crypto-wss-KAIA-USDT", + "definition": { + "type": "wss", + "provider": "crypto", + "base": "KAIA", + "quote": "USDT" + } + }, + { + "name": "gateio-wss-KAIA-USDT", + "definition": { + "type": "wss", + "provider": "gateio", + "base": "KAIA", + "quote": "USDT" + } + }, + { + "name": "bitget-wss-KAIA-USDT", + "definition": { + "type": "wss", + "provider": "bitget", + "base": "KAIA", + "quote": "USDT" + } } ] },