Add Dash to BitGo wallet, remove Quadriga (#251)

* Add Dash to BitGo, remove Quadriga

* Update bitgo.js

* Update bitgo.json
This commit is contained in:
Neal Conner 2019-03-02 08:44:47 -05:00 committed by Josh Harvey
parent 9f3457f14d
commit ca59c7a6c5
3 changed files with 18 additions and 4 deletions

View file

@ -9,7 +9,7 @@ const pjson = require('../../../../package.json')
const userAgent = 'Lamassu-Server/' + pjson.version
const NAME = 'BitGo'
const SUPPORTED_COINS = ['BTC', 'ZEC', 'LTC', 'BCH']
const SUPPORTED_COINS = ['BTC', 'ZEC', 'LTC', 'BCH', 'DASH']
function buildBitgo (account) {
const env = account.environment === 'test' ? 'test' : 'prod'