Add InforU SMS plugin (#1695)
Co-authored-by: Bitcoin Change <admin@bitcoinchange.co.il>
This commit is contained in:
parent
2c8ab635a7
commit
fc6f86f51d
5 changed files with 108 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ import bitstamp from './bitstamp'
|
|||
import blockcypher from './blockcypher'
|
||||
import cex from './cex'
|
||||
import galoy from './galoy'
|
||||
import inforu from './inforu'
|
||||
import infura from './infura'
|
||||
import itbit from './itbit'
|
||||
import kraken from './kraken'
|
||||
|
|
@ -21,6 +22,7 @@ export default {
|
|||
[galoy.code]: galoy,
|
||||
[bitstamp.code]: bitstamp,
|
||||
[blockcypher.code]: blockcypher,
|
||||
[inforu.code]: inforu,
|
||||
[infura.code]: infura,
|
||||
[itbit.code]: itbit,
|
||||
[kraken.code]: kraken,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue