fix import.

This commit is contained in:
ssallam 2021-01-15 14:44:22 +01:00
parent 083dfe6255
commit 36ad30a371
1 changed files with 2 additions and 2 deletions

View File

@ -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')