File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
packages/networks/src/lib/networks/vNaga/common/LitChainClient/apis Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- import { Hex , TransactionReceipt } from " viem" ;
2- import { DecodedLog } from " ./utils/decodeLogs" ;
1+ import { Hex , TransactionReceipt } from ' viem' ;
2+ import { DecodedLog } from ' ./utils/decodeLogs' ;
33
44export type LitTxRes < T > = {
55 hash : Hex ;
Original file line number Diff line number Diff line change 1- import { Hash } from " viem" ;
2- import { GAS_LIMIT_ADJUSTMENT } from " ../../_config" ;
1+ import { Hash } from ' viem' ;
2+ import { GAS_LIMIT_ADJUSTMENT } from ' ../../_config' ;
33
44/**
55 * Strongly-typed wrapper around viem's `writeContract` that adjusts gas overrides for Arbitrum Stylus contracts
@@ -15,8 +15,8 @@ export async function callWithAdjustedOverrides<
1515 write : Record < string , ( ...args : any [ ] ) => Promise < Hash > > ;
1616 estimateGas : Record < string , ( ...args : any [ ] ) => Promise < bigint > > ;
1717 } ,
18- TMethodName extends keyof TContract [ " write" ] ,
19- TFunction extends TContract [ " write" ] [ TMethodName ] ,
18+ TMethodName extends keyof TContract [ ' write' ] ,
19+ TFunction extends TContract [ ' write' ] [ TMethodName ] ,
2020 TArgs extends Parameters < TFunction > [ 0 ]
2121> (
2222 contract : TContract ,
You can’t perform that action at this time.
0 commit comments