feat: galoy account setup
This commit is contained in:
parent
f870b9f563
commit
688ec0bcbc
8 changed files with 87 additions and 7 deletions
|
|
@ -5,6 +5,7 @@ import bitstamp from './bitstamp'
|
|||
import blockcypher from './blockcypher'
|
||||
import cex from './cex'
|
||||
import ciphertrace from './ciphertrace'
|
||||
import galoy from './galoy'
|
||||
import infura from './infura'
|
||||
import itbit from './itbit'
|
||||
import kraken from './kraken'
|
||||
|
|
@ -16,6 +17,7 @@ import vonage from './vonage'
|
|||
|
||||
export default {
|
||||
[bitgo.code]: bitgo,
|
||||
[galoy.code]: galoy,
|
||||
[bitstamp.code]: bitstamp,
|
||||
[blockcypher.code]: blockcypher,
|
||||
[infura.code]: infura,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue