File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { env } from '../tools/lib/index.ts'
33import { Abis } from '../codegen/abis.ts'
44import { readBytecode } from '../utils/index.ts'
55import { compile } from '../utils/build.ts'
6- import { join } from 'jsr: @std/path'
6+ import { join } from '@std/path'
77import { logger } from '../utils/logger.ts'
88import { Buffer } from 'node:buffer'
99import { DatabaseSync } from 'node:sqlite'
Original file line number Diff line number Diff line change 11import {
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 } )
You can’t perform that action at this time.
0 commit comments