Skip to content

Commit

Permalink
Merge pull request #144 from Bisonai/fix/remove-mnr-krw
Browse files Browse the repository at this point in the history
Remove mnr krw pair
  • Loading branch information
nick-bisonai authored Dec 13, 2024
2 parents 542dae0 + 55e38a5 commit 672276f
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 100 deletions.
58 changes: 28 additions & 30 deletions HISTORY.md

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
| [MED-KRW](config/baobab/MED-KRW.config.json) | 2000 | 400 | 60000 | 3 |
| [MINA-KRW](config/baobab/MINA-KRW.config.json) | 2000 | 400 | 60000 | 4 |
| [MLK-KRW](config/baobab/MLK-KRW.config.json) | 2000 | 400 | 60000 | 3 |
| [MNR-KRW](config/baobab/MNR-KRW.config.json) | 2000 | 400 | 15000 | 1 |
| [MTL-KRW](config/baobab/MTL-KRW.config.json) | 2000 | 400 | 60000 | 3 |
| [NEAR-KRW](config/baobab/NEAR-KRW.config.json) | 2000 | 400 | 60000 | 4 |
| [ONDO-KRW](config/baobab/ONDO-KRW.config.json) | 2000 | 400 | 60000 | 4 |
Expand Down Expand Up @@ -203,7 +202,6 @@
| [MED-KRW](config/cypress/MED-KRW.config.json) | 2000 | 400 | 60000 | 3 |
| [MINA-KRW](config/cypress/MINA-KRW.config.json) | 2000 | 400 | 60000 | 4 |
| [MLK-KRW](config/cypress/MLK-KRW.config.json) | 2000 | 400 | 60000 | 3 |
| [MNR-KRW](config/cypress/MNR-KRW.config.json) | 2000 | 400 | 15000 | 1 |
| [MTL-KRW](config/cypress/MTL-KRW.config.json) | 2000 | 400 | 60000 | 3 |
| [NEAR-KRW](config/cypress/NEAR-KRW.config.json) | 2000 | 400 | 60000 | 4 |
| [ONDO-KRW](config/cypress/ONDO-KRW.config.json) | 2000 | 400 | 60000 | 4 |
Expand Down
17 changes: 0 additions & 17 deletions baobab_configs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5452,23 +5452,6 @@
}
]
},
{
"name": "MNR-KRW",
"fetchInterval": 2000,
"aggregateInterval": 400,
"submitInterval": 15000,
"feeds": [
{
"name": "coinone-wss-MNR-KRW",
"definition": {
"type": "wss",
"provider": "coinone",
"base": "MNR",
"quote": "KRW"
}
}
]
},
{
"name": "MTL-KRW",
"fetchInterval": 2000,
Expand Down
17 changes: 0 additions & 17 deletions config/baobab/MNR-KRW.config.json

This file was deleted.

17 changes: 0 additions & 17 deletions config/cypress/MNR-KRW.config.json

This file was deleted.

17 changes: 0 additions & 17 deletions cypress_configs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5452,23 +5452,6 @@
}
]
},
{
"name": "MNR-KRW",
"fetchInterval": 2000,
"aggregateInterval": 400,
"submitInterval": 15000,
"feeds": [
{
"name": "coinone-wss-MNR-KRW",
"definition": {
"type": "wss",
"provider": "coinone",
"base": "MNR",
"quote": "KRW"
}
}
]
},
{
"name": "MTL-KRW",
"fetchInterval": 2000,
Expand Down

0 comments on commit 672276f

Please sign in to comment.