Skip to content

Commit

Permalink
minor: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mortezashojaei committed Oct 22, 2024
1 parent 48c9b8c commit 570084a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion typescript/cli/src/hook/read.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export async function readHookConfig({
address: Address;
out?: string;
}): Promise<void> {
// TODO: refactor to supported chains function
if (context.multiProvider.getProtocol(chain) === ProtocolType.Ethereum) {
const hookReader = new EvmHookReader(context.multiProvider, chain);
const config = await hookReader.deriveHookConfig(address);
Expand Down

0 comments on commit 570084a

Please sign in to comment.