Skip to content
This repository has been archived by the owner on Feb 13, 2025. It is now read-only.

Commit

Permalink
EIP 712 diff
Browse files Browse the repository at this point in the history
  • Loading branch information
jawndiego committed Jun 17, 2024
1 parent 5b1d62b commit f8114d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/scrypt/lib/username/eip712.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { addresses } from '../../constants'
import { optimism } from 'viem/chains'
import { optimism, optimismSepolia } from 'viem/chains'

export const ID_REGISTRY_EIP_712_DOMAIN = {
name: 'River IdRegistry',
version: '1',
chainId: optimism.id,
chainId: optimismSepolia.id,
verifyingContract: addresses.idRegistry.optimism,
} as const

Expand Down

0 comments on commit f8114d4

Please sign in to comment.