Skip to content

Commit

Permalink
chore: removed unused module components, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Zer0dot committed Dec 21, 2024
1 parent 8568d35 commit f573d4d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
import { encodeAbiParameters, type Address, type Hex } from "viem";

import { allowlistModuleAbi } from "./abis/allowlistModuleAbi.js";

const addresses: Record<number | "default", Address> = {
default: "0xE46ca4a98c485caEE2Abb6ef5116292B8c78a868",
};

const meta = {
name: "AllowlistModule",
version: "alpha.1",
addresses,
};

export const allowlistModule = {
meta,
abi: allowlistModuleAbi,
encodeOnInstallData: (args: {
entityId: number;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { encodeAbiParameters, type Hex } from "viem";

import { nativeTokenLimitModuleAbi } from "./abis/nativeTokenLimitModuleAbi.js";

export const nativeTokenLimitModule = {
Expand Down

0 comments on commit f573d4d

Please sign in to comment.