1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-23 01:36:47 +02:00
market/src/@context/MarketMetadata/_queries.ts
2022-06-14 03:57:06 -07:00

15 lines
197 B
TypeScript

import { gql } from 'urql'
export const opcQuery = gql`
query OpcQuery {
opc(id: 1) {
swapOceanFee
swapNonOceanFee
approvedTokens {
id
}
id
}
}
`