chain fee should be a float
This commit is contained in:
parent
fdf8f8e395
commit
0be553296d
|
@ -2,6 +2,6 @@ import { gql } from 'graphql-tag'
|
|||
|
||||
export default gql`
|
||||
extend type Query {
|
||||
chainFee: Int!
|
||||
chainFee: Float!
|
||||
}
|
||||
`
|
||||
|
|
Loading…
Reference in New Issue