From 47689e883404021983cb409a472bfd1197f582dd Mon Sep 17 00:00:00 2001 From: pranavjadhav007 Date: Mon, 14 Jul 2025 18:23:13 +0530 Subject: [PATCH] Fix the optional flags in eip chain --- src/utils/wallet-connect/EIP155Data.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/utils/wallet-connect/EIP155Data.ts b/src/utils/wallet-connect/EIP155Data.ts index 9e4157d..1a9099b 100644 --- a/src/utils/wallet-connect/EIP155Data.ts +++ b/src/utils/wallet-connect/EIP155Data.ts @@ -11,13 +11,8 @@ export type TEIP155Chain = keyof typeof EIP155_CHAINS; export type EIP155Chain = { - chainId?: number; name: string; - logo?: string; - rgb?: string; rpc: string; - namespace?: string; - smartAccountEnabled?: boolean; }; /** @@ -25,12 +20,8 @@ export type EIP155Chain = { */ export const EIP155_CHAINS: Record = { 'eip155:1': { - chainId: 1, name: 'Ethereum', - logo: '/chain-logos/eip155-1.png', - rgb: '99, 125, 234', rpc: 'https://cloudflare-eth.com/', - namespace: 'eip155', }, // Ref: https://docs.base.org/base-chain/quickstart/connecting-to-base#base-mainnet