Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Dec 6, 2023
1 parent b66e954 commit 37ae551
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/__tests__/utils/utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { keccak256, toHex } from "viem";
// import { Profile } from "../@allo-team/allo-v2-sdk/dist/Registry/types";

export const makeAddress = (input: string): string => {
return keccak256(toHex(input)).slice(0, 42);
Expand All @@ -12,6 +11,3 @@ export const makeBytes32 = (input: string): string => {
export const NATIVE = () => {
return "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE";
};

// export const createMockProfile = () => {
// const profile:

0 comments on commit 37ae551

Please sign in to comment.