File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
components/StartWithEthereumFlow/LetUseSomeApps Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ const LetUseSomeApps = ({
145
145
</ div >
146
146
) ) }
147
147
</ div >
148
- < div className = "flex justify-center lg:hidden" >
148
+ < div className = "mb-4 flex justify-center lg:hidden" >
149
149
< Link
150
150
href = "/dapps"
151
151
className = "font-bold no-underline"
Original file line number Diff line number Diff line change 1
1
import { mainnet } from "wagmi/chains"
2
2
import { getDefaultConfig } from "@rainbow-me/rainbowkit"
3
+ import {
4
+ coinbaseWallet ,
5
+ mewWallet ,
6
+ oneKeyWallet ,
7
+ rainbowWallet ,
8
+ zerionWallet ,
9
+ } from "@rainbow-me/rainbowkit/wallets"
3
10
4
11
export const rainbowkitConfig = getDefaultConfig ( {
5
12
appName : "ethereum.org" ,
6
13
projectId : process . env . NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID ! ,
7
14
chains : [ mainnet ] ,
15
+ wallets : [
16
+ {
17
+ groupName : "New to crypto" ,
18
+ wallets : [
19
+ coinbaseWallet ,
20
+ rainbowWallet ,
21
+ mewWallet ,
22
+ zerionWallet ,
23
+ oneKeyWallet ,
24
+ ] ,
25
+ } ,
26
+ ] ,
8
27
} )
You can’t perform that action at this time.
0 commit comments