From e3bdbe336da40f25625ef2c95fda29456045672c Mon Sep 17 00:00:00 2001 From: pkxro Date: Sun, 10 Nov 2024 12:16:33 +0700 Subject: [PATCH 1/2] nit: label changes --- .env | 5 +++++ app/components/LiveTransactionStatsCard.tsx | 11 ++--------- 2 files changed, 7 insertions(+), 9 deletions(-) create mode 100644 .env 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() {
- Note: We are aware of an issue with ping statistic reporting. Ping statistics may not reflect actual - network performance. Please see{' '} - - validators.app - {' '} - for more information. + Note: Ping stastics are best effort in monitoring network performance. The data is not guaranteed to be + accurate and is not a reliable indicator of cluster health.
From 43741a1341b6a1c9d8afe019d7dfa322d9b7065b Mon Sep 17 00:00:00 2001 From: pkxro Date: Sun, 10 Nov 2024 12:24:08 +0700 Subject: [PATCH 2/2] remove --- .env | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index 0bb7ee0e..00000000 --- a/.env +++ /dev/null @@ -1,5 +0,0 @@ -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