diff --git a/components/settings/RpcSettings.tsx b/components/settings/RpcSettings.tsx index c24a0ba5..b2d65a29 100644 --- a/components/settings/RpcSettings.tsx +++ b/components/settings/RpcSettings.tsx @@ -23,7 +23,7 @@ const RPC_URLS = [ }, { label: 'Triton Dedicated', - value: process.env.NEXT_PUBLIC_ENDPOINT + value: process.env.NEXT_PUBLIC_TRITON_TOKEN ? `https://mango.rpcpool.com/${process.env.NEXT_PUBLIC_TRITON_TOKEN}` : 'https://mango.rpcpool.com/946ef7337da3f5b8d3e4a34e7f88', },