Skip to content

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard committed Feb 3, 2024
1 parent 9c100e5 commit f1719af
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 104 deletions.
48 changes: 0 additions & 48 deletions packages/types/src/utils/ExecutionAddress.ts

This file was deleted.

55 changes: 0 additions & 55 deletions packages/types/src/utils/StringType.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/types/src/utils/executionAddress.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {keccak256} from "ethereum-cryptography/keccak.js";
import {ByteVectorType, fromHexString, toHexString} from "@chainsafe/ssz";
import {ByteVectorType} from "@chainsafe/ssz";

export type ByteVector = Uint8Array;

Expand Down

0 comments on commit f1719af

Please sign in to comment.