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

Commit

Permalink
conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeki committed Feb 17, 2024
1 parent df66cab commit ba9ac98
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/entities/pair.test.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
<<<<<<< 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 ba9ac98

Please sign in to comment.