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:
parent
9f3457f14d
commit
ca59c7a6c5
3 changed files with 18 additions and 4 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue