Skip to content

Commit 124106f

Browse files
committed
lint
1 parent d15c1d9 commit 124106f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmark/lib.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { env } from '../tools/lib/index.ts'
33
import { Abis } from '../codegen/abis.ts'
44
import { readBytecode } from '../utils/index.ts'
55
import { compile } from '../utils/build.ts'
6-
import { join } from 'jsr:@std/path'
6+
import { join } from '@std/path'
77
import { logger } from '../utils/logger.ts'
88
import { Buffer } from 'node:buffer'
99
import { DatabaseSync } from 'node:sqlite'

utils/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import {
22
Abi,
3-
CallParameters,
43
ContractConstructorArgs,
54
createClient,
65
defineChain,
@@ -207,6 +206,7 @@ export async function createEnv({
207206
txHash: Hex,
208207
): Promise<{ ref_time: bigint; proof_size: bigint }> {
209208
return client.request({
209+
// deno-lint-ignore no-explicit-any
210210
method: 'polkadot_postDispatchWeight' as any,
211211
params: [txHash] as never,
212212
})

0 commit comments

Comments
 (0)