Add QuadrigaCX exchange and ticker (#176)

* Add QuadrigaCX exchange and ticker

* Clean up code from QuadrigaCX
This commit is contained in:
Rafael Taranto 2018-09-27 15:59:53 -03:00 committed by Josh Harvey
parent 147db125dd
commit bcf336741e
7 changed files with 238 additions and 12 deletions

6
.vscode/launch.json vendored
View file

@ -11,6 +11,12 @@
"program": "${workspaceRoot}/bin/lamassu-server",
"cwd": "${workspaceRoot}",
"args": ["--mockSms"]
},
{
"type": "node",
"request": "attach",
"name": "Attach by Process ID",
"processId": "${command:PickProcess}"
}
]
}