Skip to content

Commit

Permalink
Remove chainId so it can be signed from any chain
Browse files Browse the repository at this point in the history
  • Loading branch information
Pabl0cks committed Mar 22, 2024
1 parent 7bf7741 commit 7acbaff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/nextjs/utils/eip712.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import scaffoldConfig from "~~/scaffold.config";

export const EIP_712_DOMAIN = {
name: "BuidlGuidl Grants",
version: "1",
chainId: scaffoldConfig.targetNetworks[0].id,
} as const;

export const EIP_712_TYPES__APPLY_FOR_GRANT = {
Expand Down

0 comments on commit 7acbaff

Please sign in to comment.