const address = await aurum.connect();
brand
const aurum = new Aurum({ brand: { appName: 'My App', logo: 'https://example.com/logo.png', theme: 'dark', primaryColor: '#6366f1', borderRadius: 'lg', walletLayout: 'grid', // or 'stacked' }, wallets: { embedded: { projectId: 'your-cdp-id' }, walletConnect: { projectId: 'your-reown-id' }, exclude: ['rabby', 'brave'], // hide specific wallets }, });