File tree Expand file tree Collapse file tree 4 files changed +100
-24
lines changed Expand file tree Collapse file tree 4 files changed +100
-24
lines changed Original file line number Diff line number Diff line change 31
31
"@react-aria/toast" : " 3.0.0-beta.16" ,
32
32
"@react-hookz/web" : " ^24.0.4" ,
33
33
"@react-stately/toast" : " 3.0.0-beta.6" ,
34
- "@solana/wallet-adapter-base" : " ^0.9.20 " ,
35
- "@solana/wallet-adapter-react" : " ^0.15.28 " ,
36
- "@solana/wallet-adapter-react-ui" : " ^0.9.27 " ,
34
+ "@solana/wallet-adapter-base" : " ^0.9.23 " ,
35
+ "@solana/wallet-adapter-react" : " ^0.15.35 " ,
36
+ "@solana/wallet-adapter-react-ui" : " ^0.9.35 " ,
37
37
"@solana/wallet-adapter-wallets" : " 0.19.10" ,
38
- "@solana/web3.js" : " ^1.95.2 " ,
38
+ "@solana/web3.js" : " 1.92.3 " ,
39
39
"bcp-47" : " ^2.1.0" ,
40
40
"clsx" : " ^2.1.1" ,
41
41
"dnum" : " ^2.13.1" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { CurrentStakeAccount } from "./current-stake-account";
5
5
import { HelpMenu } from "./help-menu" ;
6
6
import Logo from "./logo.svg" ;
7
7
import Logomark from "./logomark.svg" ;
8
- // import { Stats } from "./stats";
8
+ import { Stats } from "./stats" ;
9
9
import { Link } from "../Link" ;
10
10
import { MaxWidth } from "../MaxWidth" ;
11
11
import { WalletButton } from "../WalletButton" ;
@@ -29,7 +29,7 @@ export const Header = ({
29
29
< Logo className = "hidden h-full lg:block" />
30
30
< Logomark className = "h-full lg:hidden" />
31
31
</ Link >
32
- { /* <Stats className="hidden gap-4 sm:flex lg:gap-6" /> */ }
32
+ < Stats className = "hidden gap-4 sm:flex lg:gap-6" />
33
33
</ div >
34
34
< div className = "flex flex-none flex-row items-stretch gap-4 md:gap-8" >
35
35
< CurrentStakeAccount />
@@ -39,6 +39,6 @@ export const Header = ({
39
39
</ MaxWidth >
40
40
</ div >
41
41
</ header >
42
- { /* <Stats className="border-b border-neutral-600/50 py-4 text-center sm:hidden" /> */ }
42
+ < Stats className = "border-b border-neutral-600/50 py-4 text-center sm:hidden" />
43
43
</ >
44
44
) ;
Original file line number Diff line number Diff line change 2
2
3
3
import { PythStakingClient } from "@pythnetwork/staking-sdk" ;
4
4
import { useConnection } from "@solana/wallet-adapter-react" ;
5
- import { Connection } from "@solana/web3.js" ;
5
+ import type { Connection } from "@solana/web3.js" ;
6
6
import clsx from "clsx" ;
7
7
import type { HTMLProps } from "react" ;
8
8
You can’t perform that action at this time.
0 commit comments