Skip to content

Commit

Permalink
chain
Browse files Browse the repository at this point in the history
  • Loading branch information
jawndiego committed Jun 17, 2024
1 parent f8114d4 commit a171d9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/site/components/client/EditUsernameDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export function EditUsernameDialog({ open, setOpen }: UsernameDialogProps) {
const ID_REGISTRY_EIP_712_DOMAIN = {
name: 'River IdRegistry',
version: '1',
chainId: 10,
chainId: 11155420,
verifyingContract: addresses.idRegistry.optimism,
} as const
const REGISTER_TYPE = [
Expand Down
2 changes: 1 addition & 1 deletion apps/site/components/client/UsernameDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export function UsernameDialog({ open, setOpen }: UsernameDialogProps) {
const ID_REGISTRY_EIP_712_DOMAIN = {
name: 'River IdRegistry',
version: '1',
chainId: 10,
chainId: 11155420,
verifyingContract: addresses.idRegistry.optimism,
} as const
const REGISTER_TYPE = [
Expand Down

0 comments on commit a171d9e

Please sign in to comment.