Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm authored and github-actions[bot] committed Jul 25, 2024
1 parent 62d16ec commit eabba75
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/core/src/utils/extractRpcUrls.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import { http } from 'viem'
import { mainnet, optimism, sepolia } from 'viem/chains'
import { expect, test } from 'vitest'

import { injected } from '../connectors/injected.js'
import { unstable_connector } from '../transports/connector.js'
import { fallback } from '../transports/fallback.js'
import { extractRpcUrls } from './extractRpcUrls.js'
import { unstable_connector } from '../transports/connector.js'
import { injected } from '../connectors/injected.js'

test('default', () => {
expect(
Expand Down Expand Up @@ -90,4 +90,3 @@ test('default', () => {
]
`)
})

0 comments on commit eabba75

Please sign in to comment.