Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeki committed Feb 17, 2024
1 parent 6918681 commit df66cab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/entities/pair.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
<<<<<<< Updated upstream
import { BigNumber } from '@ethersproject/bignumber'
import { ChainId, CurrencyAmount, Price, Token, WETH9 } from '@uniswap/sdk-core'
import { FACTORY_ADDRESS } from 'constants'
import { InsufficientInputAmountError } from '../errors'
import { computePairAddress, Pair } from './pair'
=======
import {BigNumber} from '@ethersproject/bignumber'
import {ChainId, CurrencyAmount, Price, Token, WETH9} from '@uniswap/sdk-core'
import {FACTORY_ADDRESS} from '../constants';
import {InsufficientInputAmountError} from '../errors'
import {computePairAddress, Pair} from './pair'
>>>>>>> Stashed changes

describe('computePairAddress', () => {
it('should correctly compute the pool address', () => {
Expand Down

0 comments on commit df66cab

Please sign in to comment.