Skip to content

Commit

Permalink
fix: remove DeployContractPayload type
Browse files Browse the repository at this point in the history
  • Loading branch information
tabaktoni committed Jun 28, 2023
1 parent 8ec8a0d commit 8908a90
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/types/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,6 @@ export type UniversalDeployerContractPayload = {
constructorCalldata?: RawArgs;
};

/**
* @deprecated deprecated due to no direct deploy, unused - can be removed
*/
export type DeployContractPayload = {
contract: CompiledContract | string;
constructorCalldata?: RawCalldata;
addressSalt?: string;
};

export type DeployAccountContractPayload = {
classHash: string;
constructorCalldata?: RawArgs;
Expand Down

0 comments on commit 8908a90

Please sign in to comment.