diff --git a/.env b/.env
new file mode 100644
index 00000000..0bb7ee0e
--- /dev/null
+++ b/.env
@@ -0,0 +1,5 @@
+NEXT_PUBLIC_MAINNET_RPC_URL=https://mainnet.helius-rpc.com/?api-key=8ff76c55-268e-4c41-9916-cb55b8132089
+NEXT_PUBLIC_DEVNET_RPC_URL=https://explorer-api.devnet.solana.com/
+
+# NEXT_PUBLIC_MAINNET_RPC_URL=https://explorer-api.mainnet-beta.solana.com/
+# NEXT_PUBLIC_DEVNET_RPC_URL=https://devnet.helius-rpc.com/?api-key=8ff76c55-268e-4c41-9916-cb55b8132089
\ No newline at end of file
diff --git a/app/components/LiveTransactionStatsCard.tsx b/app/components/LiveTransactionStatsCard.tsx
index db3ed4f8..5130f306 100644
--- a/app/components/LiveTransactionStatsCard.tsx
+++ b/app/components/LiveTransactionStatsCard.tsx
@@ -42,15 +42,8 @@ export function LiveTransactionStatsCard() {