From 96acd978b3192a2efdd1b05816502df6b7d258a9 Mon Sep 17 00:00:00 2001 From: Maxence Raballand Date: Fri, 3 May 2024 14:50:29 +0200 Subject: [PATCH] chore: format --- src/actions/book.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/actions/book.test.ts b/src/actions/book.test.ts index 2c2ffa4..0be7701 100644 --- a/src/actions/book.test.ts +++ b/src/actions/book.test.ts @@ -1,8 +1,8 @@ +import { http, createPublicClient } from 'viem' +import { blast } from 'viem/chains' import { describe, expect, inject, it } from 'vitest' import { getClient } from '~test/src/client.js' import { getBook } from './book.js' -import { createPublicClient, http } from 'viem' -import { blast } from 'viem/chains' const { WETH, DAI } = inject('tokens') const { mangrove, reader, order } = inject('mangrove')