Skip to content

Commit 3f75831

Browse files
committed
fix: unused vars
1 parent 73a35ec commit 3f75831

File tree

4 files changed

+3
-14
lines changed

4 files changed

+3
-14
lines changed

packages/apps/ability-hyperliquid/src/generated/lit-action.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"ipfsCid": "QmZCeMB39rcjAsUFFDJhz7ac4gn6HnPfwpdJRMDkGc5Z8K"
2+
"ipfsCid": "QmVSTjgvv9jEGiuyvTf3ESLx3hUMkPFshnyhqLXHgiNRN8"
33
}

packages/apps/ability-hyperliquid/test/e2e/open-orders.spec.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ import {
55
appManager,
66
ensureUnexpiredCapacityToken,
77
getChainHelpers,
8-
getEnv,
98
type PkpInfo,
109
} from '@lit-protocol/vincent-e2e-test-utils';
1110
import { type PermissionData } from '@lit-protocol/vincent-contracts-sdk';
1211
import { disconnectVincentAbilityClients } from '@lit-protocol/vincent-app-sdk/abilityClient';
1312
import * as util from 'node:util';
14-
import { z } from 'zod';
1513
import { type Wallet } from 'ethers';
1614
import * as hyperliquid from '@nktkas/hyperliquid';
1715

@@ -21,9 +19,6 @@ import { bundledVincentAbility as hyperliquidBundledAbility } from '../../src';
2119
jest.setTimeout(240000);
2220

2321
describe('Hyperliquid Ability E2E Open Orders Tests', () => {
24-
const ENV = getEnv({
25-
ARBITRUM_RPC_URL: z.string(),
26-
});
2722
const USE_TESTNET = true;
2823

2924
let agentPkpInfo: PkpInfo;
@@ -128,7 +123,6 @@ describe('Hyperliquid Ability E2E Open Orders Tests', () => {
128123

129124
// Get spot metadata to identify spot trading pairs
130125
const spotMeta = await infoClient.spotMeta();
131-
const spotTokens = new Set(spotMeta.tokens.map((t) => t.name));
132126
const spotUniverse = spotMeta.universe.map((pair) => pair.name);
133127

134128
console.log('[Spot Open Orders] Agent Wallet PKP ETH Address:', agentPkpInfo.ethAddress);

packages/apps/ability-hyperliquid/test/e2e/trade-history.spec.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ import {
55
appManager,
66
ensureUnexpiredCapacityToken,
77
getChainHelpers,
8-
getEnv,
98
type PkpInfo,
109
} from '@lit-protocol/vincent-e2e-test-utils';
1110
import { type PermissionData } from '@lit-protocol/vincent-contracts-sdk';
1211
import { disconnectVincentAbilityClients } from '@lit-protocol/vincent-app-sdk/abilityClient';
1312
import * as util from 'node:util';
14-
import { z } from 'zod';
1513
import { type Wallet } from 'ethers';
1614
import * as hyperliquid from '@nktkas/hyperliquid';
1715

@@ -21,9 +19,6 @@ import { bundledVincentAbility as hyperliquidBundledAbility } from '../../src';
2119
jest.setTimeout(240000);
2220

2321
describe('Hyperliquid Ability E2E Trade History Tests', () => {
24-
const ENV = getEnv({
25-
ARBITRUM_RPC_URL: z.string(),
26-
});
2722
const USE_TESTNET = true;
2823

2924
let agentPkpInfo: PkpInfo;

0 commit comments

Comments
 (0)