Skip to content

Commit

Permalink
feat: include kaia symbols into klay pair
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Oct 31, 2024
1 parent 4508600 commit 6ee06a1
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 33 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
14 changes: 7 additions & 7 deletions config/cypress/KLAY-KRW.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand Down
36 changes: 27 additions & 9 deletions config/cypress/KLAY-USDT.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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"
}
}
]
}
50 changes: 34 additions & 16 deletions cypress_configs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand All @@ -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": {
Expand All @@ -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"
}
}
]
},
Expand Down

0 comments on commit 6ee06a1

Please sign in to comment.