Skip to content

Commit

Permalink
remove more boiler plate code
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetbout committed Apr 17, 2024
1 parent 1905648 commit 3d6f5aa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ export class ContractWithClassHash extends Contract {
}
}

export async function getFeeTokenContract(useTxV3: boolean): Promise<Contract> {
return useTxV3 ? strkContract : ethContract;
}

export async function loadContract(contractAddress: string, classHash?: string): Promise<ContractWithClassHash> {
try {
const { abi } = await provider.getClassAt(contractAddress);
Expand Down

0 comments on commit 3d6f5aa

Please sign in to comment.