mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-12-02 05:57:29 +01:00
fix import.
This commit is contained in:
parent
083dfe6255
commit
36ad30a371
@ -19,9 +19,9 @@ import {
|
||||
TokenBalance,
|
||||
TokenTransaction,
|
||||
PoolTransactionTokenValues
|
||||
} from '../types/schema'
|
||||
} from './types/schema'
|
||||
|
||||
import { Pool } from '../types/templates/Pool/Pool'
|
||||
import { Pool } from './types/templates/Pool/Pool'
|
||||
|
||||
export const ZERO_BD = BigDecimal.fromString('0.0')
|
||||
export const MINUS_1_BD = BigDecimal.fromString('-1.0')
|
||||
|
Loading…
Reference in New Issue
Block a user