Skip to content

Commit

Permalink
[GB] Support USDC markets on polo (askmike#2648)
Browse files Browse the repository at this point in the history
  • Loading branch information
askmike authored Nov 9, 2018
1 parent 33a8f3d commit 852640a
Showing 1 changed file with 62 additions and 2 deletions.
64 changes: 62 additions & 2 deletions exchange/wrappers/poloniex-markets.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"currencies": ["BTC", "ETH", "XMR", "USDT"],
"currencies": ["BTC", "ETH", "XMR", "USDT", "USDC"],
"assets": [
"1CR", "ABY", "AC", "ACH", "ADN", "AEON", "AERO", "AIR", "AMP", "APH",
"ARCH", "AUR", "AXIS", "BALLS", "BANK", "BBL", "BBR", "BCC", "BCH", "BCN",
Expand Down Expand Up @@ -30,7 +30,7 @@
"X13", "XAI", "XAP", "XBC", "XC", "XCH", "XCN", "XCP", "XCR", "XDN",
"XDP", "XEM", "XHC", "XLB", "XMG", "XMR", "XPB", "XPM", "XRP", "XSI",
"XST", "XSV", "XUSD", "XVC", "XXC", "BCH", "YACC", "YANG", "YC", "YIN", "ZEC",
"ZRX"
"ZRX", "BCHSV", "BCHABC"
],
"markets": [
{
Expand Down Expand Up @@ -3192,6 +3192,66 @@
"amount": 0.0001,
"unit": "asset"
}
},
{
"pair": [
"USDC",
"BTC"
],
"minimalOrder": {
"amount": 0.0001,
"unit": "asset"
}
},
{
"pair": [
"USDC",
"USDT"
],
"minimalOrder": {
"amount": 0.0001,
"unit": "asset"
}
},
{
"pair": [
"USDC",
"ETH"
],
"minimalOrder": {
"amount": 0.0001,
"unit": "asset"
}
},
{
"pair": [
"USDC",
"BCHSV"
],
"minimalOrder": {
"amount": 0.0001,
"unit": "asset"
}
},
{
"pair": [
"USDC",
"BCHABC"
],
"minimalOrder": {
"amount": 0.0001,
"unit": "asset"
}
},
{
"pair": [
"USDC",
"BCH"
],
"minimalOrder": {
"amount": 0.0001,
"unit": "asset"
}
}
]
}

0 comments on commit 852640a

Please sign in to comment.