Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: lint
  • Loading branch information
ByteZhang1024 committed Oct 17, 2025
commit cc191eab9b8404cad7c233515ae7ed1c671f3de2
2 changes: 0 additions & 2 deletions packages/keyring-eth-onekey/src/onekey-keyring.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* eslint-disable jest/no-conditional-expect */
import { Common, Chain, Hardfork } from '@ethereumjs/common';
import type { TypedTransaction } from '@ethereumjs/tx';
import {
TransactionFactory,
FeeMarketEIP1559Transaction,
Expand All @@ -18,7 +17,6 @@ import type { AccountDetails } from './onekey-keyring';
import { OneKeyKeyring } from './onekey-keyring';
import { OneKeyWebBridge } from './onekey-web-bridge';

const CONNECT_SRC = 'https://jssdk.onekey.so/1.1.5/';
const fakeAccounts = [
'0x73d0385F4d8E00C5e6504C6030F47BF6212736A8',
'0xFA01a39f8Abaeb660c3137f14A310d0b414b2A15',
Expand Down