Skip to content

Commit

Permalink
fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulyadav-57 committed Jul 26, 2024
1 parent 8c28fbd commit c971591
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/components/workspace/BuildProject/BuildProject.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ const BuildProject: FC<Props> = ({ projectId, contract, updateContract }) => {
buildOutput?.dataCell as unknown as string,
environment.toLowerCase() as Network,
activeProject!,
contractABI.initParams,
);

Analytics.track('Deploy project', {
Expand Down
3 changes: 0 additions & 3 deletions src/hooks/contract.hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import {
} from '@/utility/utils';
import { Network } from '@orbs-network/ton-access';
import {
ABIArgument,
Address,
Cell,
Contract,
Expand All @@ -29,7 +28,6 @@ import {
storeStateInit,
toNano,
} from '@ton/core';
import { Maybe } from '@ton/core/dist/utils/maybe';
import {
SandboxContract,
SendMessageResult,
Expand Down Expand Up @@ -58,7 +56,6 @@ export function useContractAction() {
dataCell: string,
network: Network | Partial<NetworkEnvironment>,
project: Project,
initParams: Maybe<ABIArgument[]>,
): Promise<{
address: string;
contract?: SandboxContract<UserContract>;
Expand Down

0 comments on commit c971591

Please sign in to comment.