Skip to content

Commit

Permalink
Merge pull request #148 from Bisonai/feat/rm-btg-krw
Browse files Browse the repository at this point in the history
Remove btg-krw upbit
  • Loading branch information
nick-bisonai authored Feb 3, 2025
2 parents 3e4c88b + cb1de3e commit 9e4d1cd
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 88 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
| [BSV-KRW](config/baobab/BSV-KRW.config.json) | 2000 | 400 | 60000 | 4 |
| [BTC-KRW](config/baobab/BTC-KRW.config.json) | 2000 | 400 | 60000 | 5 |
| [BTC-USDT](config/baobab/BTC-USDT.config.json) | 2000 | 400 | 15000 | 20 |
| [BTG-KRW](config/baobab/BTG-KRW.config.json) | 2000 | 400 | 60000 | 3 |
| [BTG-KRW](config/baobab/BTG-KRW.config.json) | 2000 | 400 | 60000 | 2 |
| [BTT-KRW](config/baobab/BTT-KRW.config.json) | 2000 | 400 | 60000 | 4 |
| [CHF-USD](config/baobab/CHF-USD.config.json) | 2000 | 400 | 15000 | 3 |
| [CHZ-KRW](config/baobab/CHZ-KRW.config.json) | 2000 | 400 | 60000 | 4 |
Expand Down Expand Up @@ -155,7 +155,7 @@
| [BSV-KRW](config/cypress/BSV-KRW.config.json) | 2000 | 400 | 60000 | 4 |
| [BTC-KRW](config/cypress/BTC-KRW.config.json) | 2000 | 400 | 60000 | 5 |
| [BTC-USDT](config/cypress/BTC-USDT.config.json) | 2000 | 400 | 15000 | 20 |
| [BTG-KRW](config/cypress/BTG-KRW.config.json) | 2000 | 400 | 60000 | 3 |
| [BTG-KRW](config/cypress/BTG-KRW.config.json) | 2000 | 400 | 60000 | 2 |
| [BTT-KRW](config/cypress/BTT-KRW.config.json) | 2000 | 400 | 60000 | 4 |
| [CHF-USD](config/cypress/CHF-USD.config.json) | 2000 | 400 | 15000 | 3 |
| [CHZ-KRW](config/cypress/CHZ-KRW.config.json) | 2000 | 400 | 60000 | 4 |
Expand Down
9 changes: 0 additions & 9 deletions baobab_configs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1962,15 +1962,6 @@
"aggregateInterval": 400,
"submitInterval": 60000,
"feeds": [
{
"name": "upbit-wss-BTG-KRW",
"definition": {
"type": "wss",
"provider": "upbit",
"base": "BTG",
"quote": "KRW"
}
},
{
"name": "bithumb-wss-BTG-KRW",
"definition": {
Expand Down
59 changes: 25 additions & 34 deletions config/baobab/BTG-KRW.config.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,26 @@
{
"name": "BTG-KRW",
"fetchInterval": 2000,
"aggregateInterval": 400,
"submitInterval": 60000,
"feeds": [
{
"name": "upbit-wss-BTG-KRW",
"definition": {
"type": "wss",
"provider": "upbit",
"base": "BTG",
"quote": "KRW"
}
},
{
"name": "bithumb-wss-BTG-KRW",
"definition": {
"type": "wss",
"provider": "bithumb",
"base": "BTG",
"quote": "KRW"
}
},
{
"name": "coinone-wss-BTG-KRW",
"definition": {
"type": "wss",
"provider": "coinone",
"base": "BTG",
"quote": "KRW"
}
}
]
}
"name": "BTG-KRW",
"fetchInterval": 2000,
"aggregateInterval": 400,
"submitInterval": 60000,
"feeds": [
{
"name": "bithumb-wss-BTG-KRW",
"definition": {
"type": "wss",
"provider": "bithumb",
"base": "BTG",
"quote": "KRW"
}
},
{
"name": "coinone-wss-BTG-KRW",
"definition": {
"type": "wss",
"provider": "coinone",
"base": "BTG",
"quote": "KRW"
}
}
]
}
59 changes: 25 additions & 34 deletions config/cypress/BTG-KRW.config.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,26 @@
{
"name": "BTG-KRW",
"fetchInterval": 2000,
"aggregateInterval": 400,
"submitInterval": 60000,
"feeds": [
{
"name": "upbit-wss-BTG-KRW",
"definition": {
"type": "wss",
"provider": "upbit",
"base": "BTG",
"quote": "KRW"
}
},
{
"name": "bithumb-wss-BTG-KRW",
"definition": {
"type": "wss",
"provider": "bithumb",
"base": "BTG",
"quote": "KRW"
}
},
{
"name": "coinone-wss-BTG-KRW",
"definition": {
"type": "wss",
"provider": "coinone",
"base": "BTG",
"quote": "KRW"
}
}
]
}
"name": "BTG-KRW",
"fetchInterval": 2000,
"aggregateInterval": 400,
"submitInterval": 60000,
"feeds": [
{
"name": "bithumb-wss-BTG-KRW",
"definition": {
"type": "wss",
"provider": "bithumb",
"base": "BTG",
"quote": "KRW"
}
},
{
"name": "coinone-wss-BTG-KRW",
"definition": {
"type": "wss",
"provider": "coinone",
"base": "BTG",
"quote": "KRW"
}
}
]
}
9 changes: 0 additions & 9 deletions cypress_configs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1962,15 +1962,6 @@
"aggregateInterval": 400,
"submitInterval": 60000,
"feeds": [
{
"name": "upbit-wss-BTG-KRW",
"definition": {
"type": "wss",
"provider": "upbit",
"base": "BTG",
"quote": "KRW"
}
},
{
"name": "bithumb-wss-BTG-KRW",
"definition": {
Expand Down

0 comments on commit 9e4d1cd

Please sign in to comment.