e9a5d22a6e
* add chain fees to price carousel * restore check for valid carousel values * add nym to contributors --------- Co-authored-by: stargut <stargut@starguts-MacBook-Pro.local> Co-authored-by: Keyan <34140557+huumn@users.noreply.github.com>
8 lines
102 B
JavaScript
8 lines
102 B
JavaScript
import { gql } from 'graphql-tag'
|
|
|
|
export default gql`
|
|
extend type Query {
|
|
chainFee: Int!
|
|
}
|
|
`
|