Merge remote-tracking branch 'origin/release-8.1' into release-8.6
This commit is contained in:
commit
cd9c8aaba1
31 changed files with 652 additions and 160 deletions
|
|
@ -89,6 +89,7 @@ const staticConfig = ({ currentConfigVersion, deviceId, deviceName, pq, settings
|
|||
'cashInFee',
|
||||
'cashOutCommission',
|
||||
'cryptoCode',
|
||||
'cryptoCodeDisplay',
|
||||
'cryptoNetwork',
|
||||
'cryptoUnits',
|
||||
'display',
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ const { gql } = require('apollo-server-express')
|
|||
module.exports = gql`
|
||||
type Coin {
|
||||
cryptoCode: String!
|
||||
cryptoCodeDisplay: String!
|
||||
display: String!
|
||||
minimumTx: String!
|
||||
cashInFee: String!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue