1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

fix tests

This commit is contained in:
EnzoVezzaro 2022-11-08 05:25:01 -04:00
parent 606a32065c
commit 8363b9f2bb

View File

@ -4,7 +4,7 @@ import { getUrqlClientInstance } from '@context/UrqlProvider'
import { getOceanConfig } from './ocean'
import { OrdersData_orders as OrdersData } from '../@types/subgraph/OrdersData'
import { OpcFeesQuery as OpcFeesData } from '../@types/subgraph/OpcFeesQuery'
import appConfig from 'app.config'
import appConfig from '../../app.config'
const UserTokenOrders = gql`
query OrdersData($user: String!) {