Skip to content

Commit

Permalink
Resolved conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Sniezka1927 committed Jul 18, 2024
1 parent a6b288c commit 40b4ce6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions test/get-tickmap.test.ts → test/sdk/e2e/get-tickmap.test.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
import { ONE_ALPH, sleep, web3 } from '@alephium/web3'
import { getSigner } from '@alephium/web3-test'
import { Invariant } from '../src/invariant'
import { Network } from '../src/network'
import { Invariant } from '../../../src/invariant'
import { Network } from '../../../src/network'
import { PrivateKeyWallet } from '@alephium/web3-wallet'
import { getBasicFeeTickSpacing } from '../src/snippets'
import { TokenFaucetInstance } from '../artifacts/ts'
import { initTokensXY, withdrawTokens } from '../src/testUtils'
import { FeeTier, PoolKey } from '../artifacts/ts/types'
import { balanceOf, newFeeTier, newPoolKey } from '../src/utils'
import { GlobalMaxTick, GlobalMinTick } from '../src'
import { ChunkSize, ChunksPerBatch } from '../src/consts'
import { getMaxChunk, getMaxTick, getMinTick, toLiquidity } from '../src/math'
import { getBasicFeeTickSpacing } from '../../../src/snippets'
import { TokenFaucetInstance } from '../../../artifacts/ts'
import { initTokensXY, withdrawTokens } from '../../../src/testUtils'
import { FeeTier, PoolKey } from '../../../artifacts/ts/types'
import { balanceOf, newFeeTier, newPoolKey } from '../../../src/utils'
import { GlobalMaxTick, GlobalMinTick } from '../../../src'
import { ChunkSize, ChunksPerBatch } from '../../../src/consts'
import { getMaxChunk, getMaxTick, getMinTick, toLiquidity } from '../../../src/math'

web3.setCurrentNodeProvider('http://127.0.0.1:22973')

Expand Down

0 comments on commit 40b4ce6

Please sign in to comment.