Add QuadrigaCX exchange and ticker (#176)
* Add QuadrigaCX exchange and ticker * Clean up code from QuadrigaCX
This commit is contained in:
parent
147db125dd
commit
bcf336741e
7 changed files with 238 additions and 12 deletions
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
|
|
@ -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}"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue