Skip to content

Commit 662dac2

Browse files
Added Mainnet/Testnet Switcher & Data Provider & Version Text
1 parent c9b7715 commit 662dac2

File tree

9 files changed

+7118
-56
lines changed

9 files changed

+7118
-56
lines changed

.env

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
NEXT_PUBLIC_LIBRE_API=https://dashboard-api.libre.org
2-
NEXT_PUBLIC_HISTORY_API=https://lb.libre.org
2+
NEXT_PUBLIC_MAINNET_API=https://lb.libre.org
3+
NEXT_PUBLIC_TESTNET_API=https://testnet.libre.org
4+
NEXT_PUBLIC_PROVIDER_NAME=Libre

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"@mui/x-data-grid": "^6.6.0",
2323
"@next/font": "13.4.4",
2424
"@radix-ui/react-dialog": "^1.0.4",
25+
"@radix-ui/react-dropdown-menu": "^2.0.5",
2526
"@tanstack/react-query": "^4.29.12",
2627
"@vercel/og": "^0.5.6",
2728
"axios": "^1.4.0",
@@ -43,6 +44,7 @@
4344
"react-toastify": "^9.1.3",
4445
"recharts": "^2.6.2",
4546
"use-immer": "^0.9.0",
47+
"usehooks-ts": "^2.9.1",
4648
"wif": "^2.0.6"
4749
},
4850
"devDependencies": {
@@ -64,6 +66,7 @@
6466
"prettier": "^2.8.8",
6567
"prettier-plugin-tailwindcss": "^0.3.0",
6668
"tailwindcss": "^3.3.2",
69+
"tailwindcss-animate": "^1.0.7",
6770
"typescript": "5.1.3"
6871
},
6972
"license": "UNLICENSED"

0 commit comments

Comments
 (0)