From c21492c06da0ffe84690f7bf0122143db302c363 Mon Sep 17 00:00:00 2001 From: Brian Bergeron Date: Thu, 16 Jan 2025 12:47:28 -0800 Subject: [PATCH] fix unit test --- app/util/networks/customNetworks.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/util/networks/customNetworks.test.ts b/app/util/networks/customNetworks.test.ts index 42d826e7dd8..4ab08f36605 100644 --- a/app/util/networks/customNetworks.test.ts +++ b/app/util/networks/customNetworks.test.ts @@ -12,6 +12,7 @@ describe('popularNetwork', () => { Palm: toHex('11297108109'), 'Polygon Mainnet': toHex('137'), 'zkSync Mainnet': toHex('324'), + 'Linea': toHex('59144'), }; PopularList.forEach((rpc) => {