Skip to content

Commit

Permalink
Merge pull request #439 from picsoritdidnthappen/arbitrum-ban-fix
Browse files Browse the repository at this point in the history
fix: Arbitrum ban issue
  • Loading branch information
picsoritdidnthappen authored Dec 24, 2024
2 parents c18701e + 2e4e9fc commit dcd9c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trpc/routers/_app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ export const appRouter = createTRPCRouter({
}

const isAdmin = checkIsAdmin(input.address);
const chain = chains[input.chainName];
const chain = chains['base'];

if (!isAdmin) {
throw new TRPCError({
Expand Down

0 comments on commit dcd9c58

Please sign in to comment.