Skip to content

Commit 20c0f62

Browse files
committed
fix(registry-backend): perfectionist imports
1 parent 319c10a commit 20c0f62

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/apps/registry-backend/src/lib/completeWithdraw.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import type {
99
SignedWithdrawal,
1010
} from '@lit-protocol/vincent-registry-sdk';
1111

12-
import { getChainForNetwork } from './utils/chainConfig';
1312
import { getZerodevBundlerRpcUrl } from './getZerodevBundlerRpcUrl';
13+
import { getChainForNetwork } from './utils/chainConfig';
1414

1515
const POLL_INTERVAL_MS = 3000;
1616
const MAX_POLL_ATTEMPTS = 5; // 5 attempts * 3 seconds = 15s max wait

packages/apps/registry-backend/src/lib/requestWithdraw.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ import { deriveAgentAddress, deriveSmartAccountIndex } from '@lit-protocol/vince
2828
import type { AlchemyTokenInfo } from './utils/alchemy';
2929

3030
import { env } from '../env';
31+
import { getZerodevBundlerRpcUrl } from './getZerodevBundlerRpcUrl';
3132
import { fetchTokenBalances } from './utils/alchemy';
3233
import { SUPPORTED_NETWORKS, getChainForNetwork, getRpcUrlForNetwork } from './utils/chainConfig';
33-
import { getZerodevBundlerRpcUrl } from './getZerodevBundlerRpcUrl';
3434

3535
const entryPoint = getEntryPoint('0.7');
3636
const kernelVersion = KERNEL_V3_3;

0 commit comments

Comments
 (0)