stacker.news/fragments/chainFee.js
st4rgut24 e9a5d22a6e
Add chain fees to price carousel (#658)
* 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>
2023-12-20 16:06:22 -06:00

4 lines
81 B
JavaScript

import { gql } from '@apollo/client'
export const CHAIN_FEE = gql`{ chainFee }`