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