Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
deltaDAO-Dev committed Sep 7, 2024
1 parent 77efdbe commit af45a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@utils/subgraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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 { chains } from 'chains.config'
import { chains } from '../../chains.config'
import { ethers } from 'ethers'

const UserTokenOrders = gql`
Expand Down

0 comments on commit af45a47

Please sign in to comment.