Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
maxencerb authored and github-actions[bot] committed May 22, 2024
1 parent aa7cf04 commit a9acd22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/lib/kandel/distribution.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { parseAbi } from 'viem'
import { expect, it } from 'vitest'
import { describe, inject } from 'vitest'
import { getClient } from '~test/src/client.js'
import { getKandelPositionRawParams } from './params.js'
import { createGeometricDistribution } from './distribution.js'
import { getKandelPositionRawParams } from './params.js'

const { kandelLib, smartKandelSeeder } = inject('kandel')
const { routerProxyFactory, mangrove } = inject('mangrove')
Expand Down
4 changes: 2 additions & 2 deletions test/globalSetup.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createAnvil, startProxy } from '@viem/anvil'
import { type Address, parseEther, parseUnits, parseAbi } from 'viem'
import { type Address, parseAbi, parseEther, parseUnits } from 'viem'
import { foundry } from 'viem/chains'
import type { GlobalSetupContext } from 'vitest/node'
import type { MarketParams, Token } from '~mgv/index.js'
Expand All @@ -15,8 +15,8 @@ import {
openMarket,
setMulticall,
} from './src/contracts/index.js'
import { getMangroveBytecodes } from './src/contracts/mangrove.js'
import { kandellibBytecode } from './src/contracts/kandellib.bytecode.js'
import { getMangroveBytecodes } from './src/contracts/mangrove.js'
import { smartKandelSeederBytecode } from './src/contracts/smart-kandel-seeder.bytecode.js'

export const multicall: Address = '0xcA11bde05977b3631167028862bE2a173976CA11'
Expand Down
2 changes: 1 addition & 1 deletion test/setup.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Address, isAddressEqual } from 'viem'
import { type Address, isAddressEqual } from 'viem'
import { expect } from 'vitest'

expect.extend({
Expand Down

0 comments on commit a9acd22

Please sign in to comment.