diff --git a/app/context/index.tsx b/app/context/index.tsx index b257654..ff1044a 100644 --- a/app/context/index.tsx +++ b/app/context/index.tsx @@ -23,12 +23,22 @@ createAppKit({ metadata, features: { email: false, - socials: false, + socials: ['google'], send: false, swaps: false, onramp: false, history: false, }, + tokens: { + // MOR on Base + 'eip155:8453': { + address: '0x7431ada8a591c955a994a21710752ef9b882b8e3', + }, + // MOR on Arbitrum + 'eip155:42161': { + address: '0x092baadb7def4c3981454dd9c0a0d7ff07bcfc86', + }, + }, themeVariables: { '--w3m-accent': 'hsl(var(--primary))', },