diff --git a/src/hooks/__tests__/useSafeNotifications.test.ts b/src/hooks/__tests__/useSafeNotifications.test.ts index d10ba16ed5..1f28a42fc0 100644 --- a/src/hooks/__tests__/useSafeNotifications.test.ts +++ b/src/hooks/__tests__/useSafeNotifications.test.ts @@ -134,7 +134,7 @@ describe('useSafeNotifications', () => { address: { value: '0x1', }, - chainId: '5', + chainId: '10', }, }) @@ -165,7 +165,7 @@ describe('useSafeNotifications', () => { address: { value: '0x1', }, - chainId: '5', + chainId: '10', }, }) @@ -191,7 +191,7 @@ describe('useSafeNotifications', () => { address: { value: '0x1', }, - chainId: '5', + chainId: '10', }, })