Changed the market ID to correct one for FLO BTC market
This commit is contained in:
parent
94735e6049
commit
79f450a05f
@ -4,7 +4,7 @@
|
|||||||
const tradeAPI = EXPORTS;
|
const tradeAPI = EXPORTS;
|
||||||
|
|
||||||
const DEFAULT = {
|
const DEFAULT = {
|
||||||
marketID: floGlobals.marketID || "FKAEdnPfjXLHSYwrXQu377ugN4tXU7VGdf",
|
marketID: floGlobals.marketID || "FCVNCEVVExEY2f6C5xtJcX42tSqPMgj2eB",
|
||||||
marketApp: "flo_btc",
|
marketApp: "flo_btc",
|
||||||
currency: "BTC" //should come from blockchain config later
|
currency: "BTC" //should come from blockchain config later
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user