import { gql } from 'graphql-tag'

export default gql`
  extend type Query {
    chainFee: Float!
  }
`