Skip to content

Commit

Permalink
add eth pairlist
Browse files Browse the repository at this point in the history
  • Loading branch information
stash86 committed May 25, 2024
1 parent 723b22b commit c606ca9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
6 changes: 3 additions & 3 deletions user_data/config-pairlist-btc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"pairlists": [
{"method": "StaticPairList"}, // Uncomment if you want to use static list
{"method": "StaticPairList"}
],
"exchange": {
"pair_whitelist": [
"BTC/USDT:USDT"
],
},
]
}
}
10 changes: 10 additions & 0 deletions user_data/config-pairlist-eth.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"pairlists": [
{"method": "StaticPairList"}
],
"exchange": {
"pair_whitelist": [
"ETH/USDT:USDT"
]
}
}

0 comments on commit c606ca9

Please sign in to comment.